pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/coccigrep



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 25 10:58:24 UTC 2025

Modified Files:
        pkgsrc/textproc/coccigrep: Makefile PLIST

Log Message:
coccigrep: adapt for setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/coccigrep/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/coccigrep/PLIST

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

Modified files:

Index: pkgsrc/textproc/coccigrep/Makefile
diff -u pkgsrc/textproc/coccigrep/Makefile:1.22 pkgsrc/textproc/coccigrep/Makefile:1.23
--- pkgsrc/textproc/coccigrep/Makefile:1.22     Sun Oct 13 16:38:37 2024
+++ pkgsrc/textproc/coccigrep/Makefile  Fri Apr 25 10:58:24 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2024/10/13 16:38:37 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/04/25 10:58:24 wiz Exp $
 
 DISTNAME=      coccigrep-1.20
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=regit/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://home.regit.org/softwar
 COMMENT=       Semantic grep for the C language
 LICENSE=       gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=      coccinelle-[0-9]*:../../devel/coccinelle
 

Index: pkgsrc/textproc/coccigrep/PLIST
diff -u pkgsrc/textproc/coccigrep/PLIST:1.3 pkgsrc/textproc/coccigrep/PLIST:1.4
--- pkgsrc/textproc/coccigrep/PLIST:1.3 Sun Oct 13 10:10:23 2024
+++ pkgsrc/textproc/coccigrep/PLIST     Fri Apr 25 10:58:24 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2024/10/13 10:10:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/04/25 10:58:24 wiz Exp $
 bin/coccigrep
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/coccigrep/__init__.py
 ${PYSITELIB}/coccigrep/__init__.pyc



Home | Main Index | Thread Index | Old Index