pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/Radicale2



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Wed Apr 16 10:24:38 UTC 2025

Modified Files:
        pkgsrc/net/Radicale2: Makefile PLIST

Log Message:
Radicale2: Fix PLIST after py-setuptools update


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/Radicale2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/Radicale2/PLIST

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

Modified files:

Index: pkgsrc/net/Radicale2/Makefile
diff -u pkgsrc/net/Radicale2/Makefile:1.20 pkgsrc/net/Radicale2/Makefile:1.21
--- pkgsrc/net/Radicale2/Makefile:1.20  Wed Mar  5 10:18:18 2025
+++ pkgsrc/net/Radicale2/Makefile       Wed Apr 16 10:24:38 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2025/03/05 10:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/04/16 10:24:38 prlw1 Exp $
 
 DISTNAME=      Radicale-2.1.12
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    net time www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=R/Radicale/}
 
@@ -10,7 +10,7 @@ HOMEPAGE=     https://radicale.org/
 COMMENT=       CalDAV (calendar) and CardDAV (contact) server
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=              ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+DEPENDS+=              ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=              ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
 # for md5 htpasswd_encryption method
 DEPENDS+=              ${PYPKGPREFIX}-passlib-[0-9]*:../../security/py-passlib

Index: pkgsrc/net/Radicale2/PLIST
diff -u pkgsrc/net/Radicale2/PLIST:1.4 pkgsrc/net/Radicale2/PLIST:1.5
--- pkgsrc/net/Radicale2/PLIST:1.4      Wed Jan 22 15:57:26 2025
+++ pkgsrc/net/Radicale2/PLIST  Wed Apr 16 10:24:38 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2025/01/22 15:57:26 jakllsch Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/04/16 10:24:38 prlw1 Exp $
 bin/radicale
-${PYSITELIB}/${WHEEL_INFODIR}/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/radicale/__init__.py
 ${PYSITELIB}/radicale/__init__.pyc



Home | Main Index | Thread Index | Old Index