Received: by mail.netbsd.org (Postfix, from userid 605) id 2C71784D5B; Wed, 4 Mar 2020 11:31:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8A0C84CE8 for ; Wed, 4 Mar 2020 11:31:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aAR2XpsZ5GXg for ; Wed, 4 Mar 2020 11:31:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2E4C884CCD for ; Wed, 4 Mar 2020 11:31:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 226B3FBF4; Wed, 4 Mar 2020 11:31:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583321516253540" MIME-Version: 1.0 Date: Wed, 4 Mar 2020 11:31:56 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/devel/smake To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20200304113156.226B3FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1583321516253540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Wed Mar 4 11:31:56 UTC 2020 Modified Files: pkgsrc/devel/smake: Makefile distinfo Log Message: smake: Update to 1.3nb9 Bump PKGREVISION for new libschily. New features with AN-2020-02-11: - libschily: new man pages starthandlecond.3 and unhandlecond.3 - libschily: handlecond.3 and raisecond.3 now correctly mention handlecond() & raisecond() instead of handle()/raise(). The old names from 1980 had to be renamed because os an unfriendly actt from the C standard commitee. Thanks to Eric Ackermann for reporting as a side effect of a code review for SchilliX-ON - libschily: various small fixes in various man pages from libschily. Thanks to Eric Ackermann for reporting as a side effect of a code review for SchilliX-ON To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/smake/Makefile \ pkgsrc/devel/smake/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1583321516253540 Content-Disposition: inline Content-Length: 1691 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/smake/Makefile diff -u pkgsrc/devel/smake/Makefile:1.6 pkgsrc/devel/smake/Makefile:1.7 --- pkgsrc/devel/smake/Makefile:1.6 Fri Jan 10 12:05:45 2020 +++ pkgsrc/devel/smake/Makefile Wed Mar 4 11:31:55 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/01/10 12:05:45 micha Exp $ +# $NetBSD: Makefile,v 1.7 2020/03/04 11:31:55 micha Exp $ -DISTNAME= schily-2019-12-05 +DISTNAME= schily-2020-02-11 PKGNAME= smake-1.3 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/devel/smake/distinfo diff -u pkgsrc/devel/smake/distinfo:1.6 pkgsrc/devel/smake/distinfo:1.7 --- pkgsrc/devel/smake/distinfo:1.6 Fri Jan 10 12:05:45 2020 +++ pkgsrc/devel/smake/distinfo Wed Mar 4 11:31:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/01/10 12:05:45 micha Exp $ +$NetBSD: distinfo,v 1.7 2020/03/04 11:31:55 micha Exp $ -SHA1 (schily-2019-12-05.tar.bz2) = cb7ea1133284955cba7023e2f0a296c53567743e -RMD160 (schily-2019-12-05.tar.bz2) = 112011d7fa6f912802fc4458095dbf37d402dcb4 -SHA512 (schily-2019-12-05.tar.bz2) = af16031fcc6345135d29d2dad2d30b85621e9959886843f393bf1ee51387bdbce9319e305bd58173c040995e1ce1c3325d34f9630712ccb618daa69470c249ef -Size (schily-2019-12-05.tar.bz2) = 4360719 bytes +SHA1 (schily-2020-02-11.tar.bz2) = da1dfe59c6b2a937b8dba2d4476db2ca8525a646 +RMD160 (schily-2020-02-11.tar.bz2) = fe18d25ecdab9e2d7b587cce52cd745bd388ff6a +SHA512 (schily-2020-02-11.tar.bz2) = 655a67cdc9387d79a077d44f11dacf2d5479da8b7bf4c59fb8a5fbf58ef23988f2a7aff23b3aec5ab7ac99541ea3439ddd55b53fc0e1d88efe601390161832c7 +Size (schily-2020-02-11.tar.bz2) = 4360092 bytes --_----------=_1583321516253540--