Received: by mail.netbsd.org (Postfix, from userid 605) id E688284DE1; Mon, 4 Dec 2017 06:55:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F0C584DA6 for ; Mon, 4 Dec 2017 06:55:59 +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 OPD7APeF81jB for ; Mon, 4 Dec 2017 06:55:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E43E784D8D for ; Mon, 4 Dec 2017 06:55:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10DE5FB40; Mon, 4 Dec 2017 06:55:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512370557218750" MIME-Version: 1.0 Date: Mon, 4 Dec 2017 06:55:57 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/security/easy-rsa To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20171204065557.10DE5FB40@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. --_----------=_1512370557218750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jnemeth Date: Mon Dec 4 06:55:56 UTC 2017 Modified Files: pkgsrc/security/easy-rsa: Makefile distinfo Log Message: Fix version number. Since this is brand new and didn't create a proper package, don't bother with PKGREVISION bump. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/easy-rsa/Makefile \ pkgsrc/security/easy-rsa/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1512370557218750 Content-Disposition: inline Content-Length: 1952 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/easy-rsa/Makefile diff -u pkgsrc/security/easy-rsa/Makefile:1.1.1.1 pkgsrc/security/easy-rsa/Makefile:1.2 --- pkgsrc/security/easy-rsa/Makefile:1.1.1.1 Mon Dec 4 06:15:23 2017 +++ pkgsrc/security/easy-rsa/Makefile Mon Dec 4 06:55:56 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2017/12/04 06:15:23 jnemeth Exp $ +# $NetBSD: Makefile,v 1.2 2017/12/04 06:55:56 jnemeth Exp $ -DISTNAME= v3.0.3 -PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +DISTNAME= easy-rsa-3.0.3 #PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenVPN/} @@ -13,6 +12,7 @@ HOMEPAGE= https://github.com/OpenVPN/eas LICENSE= gnu-gpl-v2 GITHUB_PROJECT= easy-rsa +GITHUB_TAG= v${PKGVERSION_NOREV} WRKSRC= ${WRKDIR}/easy-rsa-3.0.3 USE_LANGUAGES= # none Index: pkgsrc/security/easy-rsa/distinfo diff -u pkgsrc/security/easy-rsa/distinfo:1.1.1.1 pkgsrc/security/easy-rsa/distinfo:1.2 --- pkgsrc/security/easy-rsa/distinfo:1.1.1.1 Mon Dec 4 06:15:23 2017 +++ pkgsrc/security/easy-rsa/distinfo Mon Dec 4 06:55:56 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2017/12/04 06:15:23 jnemeth Exp $ +$NetBSD: distinfo,v 1.2 2017/12/04 06:55:56 jnemeth Exp $ -SHA1 (easy-rsa/v3.0.3.tar.gz) = 18d570d55f342a912780e8c071d65f68746c0e7b -RMD160 (easy-rsa/v3.0.3.tar.gz) = 59a640871a5351f502d9bdb5140aa1396d207523 -SHA512 (easy-rsa/v3.0.3.tar.gz) = edc097936bc2400f131e17fe8a94b81d009befa21622d51064262b2ea2f39b28774c51224353f8b1cba790bfc53b9184e5a39abf85aee0a9310f5e08380019d2 -Size (easy-rsa/v3.0.3.tar.gz) = 636592 bytes +SHA1 (easy-rsa/easy-rsa-3.0.3.tar.gz) = 18d570d55f342a912780e8c071d65f68746c0e7b +RMD160 (easy-rsa/easy-rsa-3.0.3.tar.gz) = 59a640871a5351f502d9bdb5140aa1396d207523 +SHA512 (easy-rsa/easy-rsa-3.0.3.tar.gz) = edc097936bc2400f131e17fe8a94b81d009befa21622d51064262b2ea2f39b28774c51224353f8b1cba790bfc53b9184e5a39abf85aee0a9310f5e08380019d2 +Size (easy-rsa/easy-rsa-3.0.3.tar.gz) = 636592 bytes --_----------=_1512370557218750--