pkgsrc-WIP-changes archive

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

Update wip/acme-client to version 0.1.15. No changelog available. Pkgsrc changes : some paths are substituted to use pkgsrc paths.



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Thu Dec 29 15:37:35 2016 +0100
Changeset:	5cecf1d7fb43d83f2c17bd1553a3d994445b88e7

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

Log Message:
Update wip/acme-client to version 0.1.15.
No changelog available.
Pkgsrc changes : some paths are substituted to use pkgsrc paths.

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

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

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

diffs:
diff --git a/acme-client/Makefile b/acme-client/Makefile
index d202660..9620f89 100644
--- a/acme-client/Makefile
+++ b/acme-client/Makefile
@@ -1,18 +1,28 @@
 # $NetBSD$
 
-DISTNAME=	acme-client-0.1.11
+DISTNAME=	acme-client-0.1.15
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=kristapsdz/}
-GITHUB_PROJECT=	acme-client-portable
-GITHUB_TAG=	VERSION_${PKGVERSION_NOREV:S/./_/g}
 
 MAINTAINER=	khorben%defora.org@localhost
 HOMEPAGE=	https://github.com/kristapsdz/acme-client/
 COMMENT=	Secure Let's Encrypt client
 LICENSE=	modified-bsd
 
-USE_TOOLS=	gmake
+GITHUB_PROJECT=	acme-client-portable
+GITHUB_TAG=	VERSION_${PKGVERSION_NOREV:S/./_/g}
+
+USE_TOOLS+=	gmake
 MAKE_FILE=	GNUmakefile
 
+SUBST_CLASSES+=		paths
+SUBST_STAGE.paths=	pre-build
+SUBST_FILES.paths=	${WRKSRC}/acme-client.1
+SUBST_FILES.paths+=	${WRKSRC}/config.h
+SUBST_FILES.paths+=	${WRKSRC}/http.c
+SUBST_FILES.paths+=	${WRKSRC}/main.c
+SUBST_SED.paths=	-e 's|/etc/ssl|${PKG_SYSCONFDIR}/ssl|g'
+SUBST_SED.paths+=	-e 's|/etc/acme|${PKG_SYSCONFDIR}/acme|g'
+
 .include "../../security/libressl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/acme-client/distinfo b/acme-client/distinfo
index bc8e12d..8bee946 100644
--- a/acme-client/distinfo
+++ b/acme-client/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-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
+SHA1 (acme-client-0.1.15.tar.gz) = 176259d9a2f75da152952eb25485f8fe6a3b7ce6
+RMD160 (acme-client-0.1.15.tar.gz) = 49542fc69a10f28617cb86ee86fa69239cc7f2f8
+SHA512 (acme-client-0.1.15.tar.gz) = 3d78dc152aceaf1712f2deb19923a1b998b1f93cf86b4e0c1918abcd01e074318ee4874dec17aadf07cdfbd4ab266c4985608aecfddbbd785314e96a147d84eb
+Size (acme-client-0.1.15.tar.gz) = 48115 bytes


Home | Main Index | Thread Index | Old Index