pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certbot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 19:06:09 UTC 2025

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

Log Message:
py-certbot: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/py-certbot/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/py-certbot/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/Makefile
diff -u pkgsrc/security/py-certbot/Makefile:1.46 pkgsrc/security/py-certbot/Makefile:1.47
--- pkgsrc/security/py-certbot/Makefile:1.46    Fri Feb 14 16:25:08 2025
+++ pkgsrc/security/py-certbot/Makefile Sun Apr 13 19:06:08 2025
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.46 2025/02/14 16:25:08 adam Exp $
+# $NetBSD: Makefile,v 1.47 2025/04/13 19:06:08 wiz Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
 DISTNAME=      certbot-${CERTBOT_VERSION}
+PKGREVISION=   1
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot/}
 
 COMMENT=       Client for the Let's Encrypt CA

Index: pkgsrc/security/py-certbot/PLIST
diff -u pkgsrc/security/py-certbot/PLIST:1.37 pkgsrc/security/py-certbot/PLIST:1.38
--- pkgsrc/security/py-certbot/PLIST:1.37       Fri Mar 14 15:57:50 2025
+++ pkgsrc/security/py-certbot/PLIST    Sun Apr 13 19:06:08 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.37 2025/03/14 15:57:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.38 2025/04/13 19:06:08 wiz Exp $
 bin/certbot-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/certbot/__init__.py
 ${PYSITELIB}/certbot/__init__.pyc



Home | Main Index | Thread Index | Old Index