pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certbot-nginx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 20:40:26 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/py-certbot-nginx/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-certbot-nginx/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-nginx/Makefile
diff -u pkgsrc/security/py-certbot-nginx/Makefile:1.26 pkgsrc/security/py-certbot-nginx/Makefile:1.27
--- pkgsrc/security/py-certbot-nginx/Makefile:1.26      Fri Feb 14 16:25:10 2025
+++ pkgsrc/security/py-certbot-nginx/Makefile   Sun Apr 13 20:40:26 2025
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2025/02/14 16:25:10 adam Exp $
+# $NetBSD: Makefile,v 1.27 2025/04/13 20:40:26 wiz Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
 DISTNAME=      certbot_nginx-${CERTBOT_VERSION}
+PKGREVISION=   1
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-nginx/}
 
 COMMENT=       Nginx plugin for Certbot

Index: pkgsrc/security/py-certbot-nginx/PLIST
diff -u pkgsrc/security/py-certbot-nginx/PLIST:1.10 pkgsrc/security/py-certbot-nginx/PLIST:1.11
--- pkgsrc/security/py-certbot-nginx/PLIST:1.10 Fri Feb 14 16:25:10 2025
+++ pkgsrc/security/py-certbot-nginx/PLIST      Sun Apr 13 20:40:26 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.10 2025/02/14 16:25:10 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.11 2025/04/13 20:40:26 wiz Exp $
 ${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_nginx/__init__.py
 ${PYSITELIB}/certbot_nginx/__init__.pyc



Home | Main Index | Thread Index | Old Index