pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-certbot-dns-rfc2136 security/py-certbot-dn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e721280fb03
branches:  trunk
changeset: 312556:0e721280fb03
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Thu Sep 06 12:26:43 2018 +0000

description:
security/py-certbot-dns-rfc2136: Fix EGG_NAME.

diffstat:

 security/py-certbot-dns-rfc2136/Makefile |   4 ++--
 security/py-certbot-dns-rfc2136/PLIST    |  14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r c43e44f92f89 -r 0e721280fb03 security/py-certbot-dns-rfc2136/Makefile
--- a/security/py-certbot-dns-rfc2136/Makefile  Thu Sep 06 12:25:26 2018 +0000
+++ b/security/py-certbot-dns-rfc2136/Makefile  Thu Sep 06 12:26:43 2018 +0000
@@ -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}-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
 
diff -r c43e44f92f89 -r 0e721280fb03 security/py-certbot-dns-rfc2136/PLIST
--- a/security/py-certbot-dns-rfc2136/PLIST     Thu Sep 06 12:25:26 2018 +0000
+++ b/security/py-certbot-dns-rfc2136/PLIST     Thu Sep 06 12:26:43 2018 +0000
@@ -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