Tue Jul 24 09:24:11 2018 UTC ()
Add used by comment for py-certbot-dns-rfc2136.


(triaxx)
diff -r1.26 -r1.27 pkgsrc/security/py-certbot/Makefile.common

cvs diff -r1.26 -r1.27 pkgsrc/security/py-certbot/Makefile.common (expand / switch to unified diff)

--- pkgsrc/security/py-certbot/Makefile.common 2018/07/17 16:32:16 1.26
+++ pkgsrc/security/py-certbot/Makefile.common 2018/07/24 09:24:11 1.27
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile.common,v 1.26 2018/07/17 16:32:16 fhajny Exp $ 1# $NetBSD: Makefile.common,v 1.27 2018/07/24 09:24:11 triaxx Exp $
2# 2#
3# used by security/py-acme/Makefile 3# used by security/py-acme/Makefile
4# used by security/py-certbot/Makefile 4# used by security/py-certbot/Makefile
 5# used by security/py-certbot-dns-rfc2136/Makefile
5 6
6DISTNAME= certbot-0.26.0 7DISTNAME= certbot-0.26.0
7MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/}
8 9
9HOMEPAGE= https://letsencrypt.org/ 10HOMEPAGE= https://letsencrypt.org/
10 11
11GITHUB_PROJECT= certbot 12GITHUB_PROJECT= certbot
12GITHUB_TAG= v${PKGVERSION_NOREV} 13GITHUB_TAG= v${PKGVERSION_NOREV}
13 14
14EXTRACT_USING= bsdtar 15EXTRACT_USING= bsdtar
15USE_TOOLS+= bsdtar 16USE_TOOLS+= bsdtar
16 17
17DISTINFO_FILE= ${PKGDIR}/../../security/py-certbot/distinfo 18DISTINFO_FILE= ${PKGDIR}/../../security/py-certbot/distinfo