pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certbot-dns-rfc2136



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Sep  6 12:26:43 UTC 2018

Modified Files:
        pkgsrc/security/py-certbot-dns-rfc2136: Makefile PLIST

Log Message:
security/py-certbot-dns-rfc2136: Fix EGG_NAME.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-certbot-dns-rfc2136/Makefile \
    pkgsrc/security/py-certbot-dns-rfc2136/PLIST

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

Modified files:

Index: pkgsrc/security/py-certbot-dns-rfc2136/Makefile
diff -u pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.1 pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.2
--- pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.1 Tue Jul 24 09:15:07 2018
+++ pkgsrc/security/py-certbot-dns-rfc2136/Makefile     Thu Sep  6 12:26:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/24 09:15:07 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/06 12:26:43 fhajny Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-rfc2136/}
 CATEGORIES=    security
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-dns-[0-9]*:../.
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
-EGG_NAME=      ${DISTNAME:S/certbot/certbot-dns-rfc2136/}
+EGG_NAME=      ${DISTNAME:S/certbot/certbot_dns_rfc2136/}
 
 PYSETUPSUBDIR= certbot-dns-rfc2136
 
Index: pkgsrc/security/py-certbot-dns-rfc2136/PLIST
diff -u pkgsrc/security/py-certbot-dns-rfc2136/PLIST:1.1 pkgsrc/security/py-certbot-dns-rfc2136/PLIST:1.2
--- pkgsrc/security/py-certbot-dns-rfc2136/PLIST:1.1    Tue Jul 24 09:15:07 2018
+++ pkgsrc/security/py-certbot-dns-rfc2136/PLIST        Thu Sep  6 12:26:43 2018
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2018/07/24 09:15:07 triaxx Exp $
-${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/entry_points.txt
-${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
-${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2018/09/06 12:26:43 fhajny Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/certbot_dns_rfc2136/__init__.py
 ${PYSITELIB}/certbot_dns_rfc2136/__init__.pyc
 ${PYSITELIB}/certbot_dns_rfc2136/__init__.pyo



Home | Main Index | Thread Index | Old Index