pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

easyrsa: use ways from fetch/github.mk



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <frederic%fauberteau.org@localhost>
Pushed By:	frederic
Date:		Mon Feb 29 19:04:14 2016 +0100
Changeset:	f9c015bb42260ab03e044d729cdd6b1bac4e515e

Modified Files:
	easyrsa/Makefile
	easyrsa/distinfo

Log Message:
easyrsa: use ways from fetch/github.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f9c015bb42260ab03e044d729cdd6b1bac4e515e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 easyrsa/Makefile | 13 +++----------
 easyrsa/distinfo |  6 ++++++
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs:
diff --git a/easyrsa/Makefile b/easyrsa/Makefile
index 2eeb4ed..06d6b76 100644
--- a/easyrsa/Makefile
+++ b/easyrsa/Makefile
@@ -1,25 +1,19 @@
 # $NetBSD$
 
-DISTNAME=		easy-rsa-${VERSION}
-PKGNAME=		easyrsa-${VERSION}
+DISTNAME=		easy-rsa-3.0.1
+PKGNAME=		${DISTNAME:S/-//1}
 CATEGORIES=		security
-MASTER_SITES=		${MASTER_SITE_GITHUB:=OpenVPN/easy-rsa/}
+MASTER_SITES=		${MASTER_SITE_GITHUB:=OpenVPN/}
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=		https://github.com/OpenVPN/easy-rsa
 COMMENT=		Small RSA key management based on openssl command
 LICENSE=		gnu-gpl-v2
 
-VERSION=		3.0.1
-GIT_REPOSITORIES=	easy-rsa
-GIT_REPO.easy-rsa=	https://github.com/OpenVPN/easy-rsa.git
-GIT_TAG.easy-rsa=	${VERSION}
-
 EASYRSA_DOC_FILES=	COPYING ChangeLog KNOWN_ISSUES README README.quickstart.md
 EASYRSA_CNF_FILES=	openssl-1.0.cnf vars.example x509-types/COMMON x509-types/ca \
 			x509-types/client x509-types/server
 
-WRKSRC=			${WRKDIR}/easy-rsa
 INSTALLATION_DIRS+=	${BINDIR} ${EGDIR} ${DOCDIR}
 BINDIR=			${PREFIX}/bin
 EGDIR=			${PREFIX}/share/examples/easyrsa
@@ -45,6 +39,5 @@ do-install:
 .endfor
 	${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${DOCDIR}
 
-.include "../../wip/mk/git-package.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/easyrsa/distinfo b/easyrsa/distinfo
index e69de29..18d3f22 100644
--- a/easyrsa/distinfo
+++ b/easyrsa/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (easy-rsa-3.0.1.tar.gz) = 51c84141362eecfe83f4e6a11692ffbfab2ee3ba
+RMD160 (easy-rsa-3.0.1.tar.gz) = 366aab3dd216bee449532d5d1391135e6e1ab712
+SHA512 (easy-rsa-3.0.1.tar.gz) = 818e757041a035c2983951a688b111cb2e869f6e34830248f3643049257dd48ec58021b16afbac007d19838cc10eee9226500bcd0ed023de308bb8a210a9840c
+Size (easy-rsa-3.0.1.tar.gz) = 44242 bytes


Home | Main Index | Thread Index | Old Index