pkgsrc-WIP-changes archive

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

acme-client: clean up package.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Sep 20 16:27:57 2016 +0200
Changeset:	99f8f1139daf0719eb81ed0b0f4ff74aa0d7ad5f

Modified Files:
	acme-client/Makefile
	acme-client/distinfo

Log Message:
acme-client: clean up package.

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

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

diffstat:
 acme-client/Makefile | 15 ++++++---------
 acme-client/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 13 deletions(-)

diffs:
diff --git a/acme-client/Makefile b/acme-client/Makefile
index fbd9a6f..d202660 100644
--- a/acme-client/Makefile
+++ b/acme-client/Makefile
@@ -1,21 +1,18 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	acme-client-portable
-DISTNAME=	VERSION_0_1_11
-PKGNAME=	acme-client-0.1.11
-CATEGORIES=	wip
+DISTNAME=	acme-client-0.1.11
+CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=kristapsdz/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_PROJECT=	acme-client-portable
+GITHUB_TAG=	VERSION_${PKGVERSION_NOREV:S/./_/g}
 
 MAINTAINER=	khorben%defora.org@localhost
-HOMEPAGE=	${MASTER_SITE_GITHUB:=kristapsdz/acme-client-portable/}
-COMMENT=	"A secure Let's Encrypt client"
+HOMEPAGE=	https://github.com/kristapsdz/acme-client/
+COMMENT=	Secure Let's Encrypt client
 LICENSE=	modified-bsd
 
 USE_TOOLS=	gmake
 MAKE_FILE=	GNUmakefile
 
-WRKSRC=		${WRKDIR}/acme-client-portable-VERSION_0_1_11
-
 .include "../../security/libressl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/acme-client/distinfo b/acme-client/distinfo
index ceb7688..bc8e12d 100644
--- a/acme-client/distinfo
+++ b/acme-client/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (acme-client-portable/VERSION_0_1_11.tar.gz) = 4f84c09f737eafbf94db7ac8bc0399614d438415
-RMD160 (acme-client-portable/VERSION_0_1_11.tar.gz) = 2748d40a9d2e113da49989a3de65c12f11ce9ec3
-SHA512 (acme-client-portable/VERSION_0_1_11.tar.gz) = 8fb0a73076ddcfd6a0a8da9a810d2f65e1cace051a8841fca7f466c9a6488307239be669a951c95481a2bb1c703e9e53e3149c4369a9fd71cfe6af4f5a31736f
-Size (acme-client-portable/VERSION_0_1_11.tar.gz) = 43232 bytes
+SHA1 (acme-client-0.1.11.tar.gz) = 4f84c09f737eafbf94db7ac8bc0399614d438415
+RMD160 (acme-client-0.1.11.tar.gz) = 2748d40a9d2e113da49989a3de65c12f11ce9ec3
+SHA512 (acme-client-0.1.11.tar.gz) = 8fb0a73076ddcfd6a0a8da9a810d2f65e1cace051a8841fca7f466c9a6488307239be669a951c95481a2bb1c703e9e53e3149c4369a9fd71cfe6af4f5a31736f
+Size (acme-client-0.1.11.tar.gz) = 43232 bytes


Home | Main Index | Thread Index | Old Index