Received: by mail.netbsd.org (Postfix, from userid 605) id 072AB85597; Sun, 27 Aug 2017 12:48:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CAEE85595 for ; Sun, 27 Aug 2017 12:48:26 +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 nfiV1isanWRc for ; Sun, 27 Aug 2017 12:48:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1621084D21 for ; Sun, 27 Aug 2017 12:48:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0DBB7FA93; Sun, 27 Aug 2017 12:48:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150383810652550" MIME-Version: 1.0 Date: Sun, 27 Aug 2017 12:48:26 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/re2c To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170827124826.0DBB7FA93@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. --_----------=_150383810652550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Sun Aug 27 12:48:25 UTC 2017 Modified Files: pkgsrc/devel/re2c: Makefile distinfo Log Message: Release 1.0.2: This is another minor bug-fix release in the 1.0.x series; see release 1.0 for details. This release addresses the following issues: * Fixed bug 194 “Build with --enable-docs” * Updated documentation. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/re2c/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/re2c/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150383810652550 Content-Disposition: inline Content-Length: 1679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/re2c/Makefile diff -u pkgsrc/devel/re2c/Makefile:1.18 pkgsrc/devel/re2c/Makefile:1.19 --- pkgsrc/devel/re2c/Makefile:1.18 Fri Aug 25 18:48:44 2017 +++ pkgsrc/devel/re2c/Makefile Sun Aug 27 12:48:25 2017 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2017/08/25 18:48:44 adam Exp $ +# $NetBSD: Makefile,v 1.19 2017/08/27 12:48:25 adam Exp $ -DISTNAME= re2c-1.0.1 +DISTNAME= re2c-1.0.2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=re2c/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=skvadrik/} +GITHUB_RELEASE= ${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://re2c.org/ Index: pkgsrc/devel/re2c/distinfo diff -u pkgsrc/devel/re2c/distinfo:1.15 pkgsrc/devel/re2c/distinfo:1.16 --- pkgsrc/devel/re2c/distinfo:1.15 Fri Aug 25 18:48:44 2017 +++ pkgsrc/devel/re2c/distinfo Sun Aug 27 12:48:25 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2017/08/25 18:48:44 adam Exp $ +$NetBSD: distinfo,v 1.16 2017/08/27 12:48:25 adam Exp $ -SHA1 (re2c-1.0.1.tar.gz) = a06cf885a2fca229f9565f5692002936e9e25555 -RMD160 (re2c-1.0.1.tar.gz) = 7056eb78325a7716c834c0423ed84076009ba793 -SHA512 (re2c-1.0.1.tar.gz) = ab3b652d8f97b0d1be4c7561ce65e28870ab8976f8a31d74a6629b43d2057bfa608c7f393d5e5d59d26f991552a60e6274f554ef58752bdfcfeba330578f1299 -Size (re2c-1.0.1.tar.gz) = 5758988 bytes +SHA1 (re2c-1.0.2.tar.gz) = fc87b5993570966a92e015c0711b38e68787236c +RMD160 (re2c-1.0.2.tar.gz) = 581b29a3f8238190405ce55bf51acc28d6121eff +SHA512 (re2c-1.0.2.tar.gz) = 9d85933ae874cb9240175ce7210d3808173bafe246c67b9c333578846239b7bcef074287f26040b5a048bcd98db8d0393035c417918b80db1f74098695a77176 +Size (re2c-1.0.2.tar.gz) = 5805526 bytes --_----------=_150383810652550--