Received: by mail.netbsd.org (Postfix, from userid 605) id 1229584E7A; Sat, 1 Aug 2020 19:08:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9031184E74 for ; Sat, 1 Aug 2020 19:08:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FLbVF_q_r1iH for ; Sat, 1 Aug 2020 19:08:26 +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 16AC484CEF for ; Sat, 1 Aug 2020 19:08:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A5EFFB28; Sat, 1 Aug 2020 19:08:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159630890651370" MIME-Version: 1.0 Date: Sat, 1 Aug 2020 19:08:26 +0000 From: "Sean Cole" Subject: CVS commit: pkgsrc/devel/RE-flex To: pkgsrc-changes@NetBSD.org Reply-To: scole@netbsd.org X-Mailer: log_accum Message-Id: <20200801190826.0A5EFFB28@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. --_----------=_159630890651370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: scole Date: Sat Aug 1 19:08:25 UTC 2020 Modified Files: pkgsrc/devel/RE-flex: Makefile distinfo Log Message: package Makefile simplifications leftover from url2pkg, NFC To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/RE-flex/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/RE-flex/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159630890651370 Content-Disposition: inline Content-Length: 2047 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/RE-flex/Makefile diff -u pkgsrc/devel/RE-flex/Makefile:1.3 pkgsrc/devel/RE-flex/Makefile:1.4 --- pkgsrc/devel/RE-flex/Makefile:1.3 Fri Jul 10 16:05:55 2020 +++ pkgsrc/devel/RE-flex/Makefile Sat Aug 1 19:08:25 2020 @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2020/07/10 16:05:55 scole Exp $ - -GITHUB_PROJECT= RE-flex -GITHUB_TAG= v2.1.2 -DISTNAME= ${GITHUB_TAG} -PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,} +# $NetBSD: Makefile,v 1.4 2020/08/01 19:08:25 scole Exp $ +DISTNAME= RE-flex-2.1.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/} -DIST_SUBDIR= ${GITHUB_PROJECT} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/Genivia/RE-flex/ Index: pkgsrc/devel/RE-flex/distinfo diff -u pkgsrc/devel/RE-flex/distinfo:1.2 pkgsrc/devel/RE-flex/distinfo:1.3 --- pkgsrc/devel/RE-flex/distinfo:1.2 Fri Jul 10 16:05:55 2020 +++ pkgsrc/devel/RE-flex/distinfo Sat Aug 1 19:08:25 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2020/07/10 16:05:55 scole Exp $ +$NetBSD: distinfo,v 1.3 2020/08/01 19:08:25 scole Exp $ -SHA1 (RE-flex/v2.1.2.tar.gz) = 45749b483149dfc76e532215c5e7775faff964a7 -RMD160 (RE-flex/v2.1.2.tar.gz) = 86b60c5e40b5510727ac38c7c4a3e7bb87721091 -SHA512 (RE-flex/v2.1.2.tar.gz) = bbd2bf3268120fb23741b2cfd2532343c0bf29289749b3864980054c4a9c4b9038f2140d830ba4754047a46eb341f2f4840d220f6091369e38557a3aaaf34c51 -Size (RE-flex/v2.1.2.tar.gz) = 5918065 bytes +SHA1 (RE-flex-2.1.2.tar.gz) = 45749b483149dfc76e532215c5e7775faff964a7 +RMD160 (RE-flex-2.1.2.tar.gz) = 86b60c5e40b5510727ac38c7c4a3e7bb87721091 +SHA512 (RE-flex-2.1.2.tar.gz) = bbd2bf3268120fb23741b2cfd2532343c0bf29289749b3864980054c4a9c4b9038f2140d830ba4754047a46eb341f2f4840d220f6091369e38557a3aaaf34c51 +Size (RE-flex-2.1.2.tar.gz) = 5918065 bytes SHA1 (patch-examples_gz.l) = 09e92adbd4f6aa0b8fa358d6c0fc4778a67209fd SHA1 (patch-lib_Makefile.in) = d7ab58a8af42add67be3ba99d5e78db2a8299e00 SHA1 (patch-src_Makefile.in) = 5e624262cc0b6fe2126dd44865bad7d0d954cad3 --_----------=_159630890651370--