pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/distcc-pump
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 29 18:16:25 UTC 2022
Modified Files:
pkgsrc/devel/distcc-pump: Makefile PLIST
Log Message:
distcc-pump: use setuptools, fix PLIST, bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/distcc-pump/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/distcc-pump/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/distcc-pump/Makefile
diff -u pkgsrc/devel/distcc-pump/Makefile:1.15 pkgsrc/devel/distcc-pump/Makefile:1.16
--- pkgsrc/devel/distcc-pump/Makefile:1.15 Fri Dec 4 20:45:08 2020
+++ pkgsrc/devel/distcc-pump/Makefile Tue Mar 29 18:16:25 2022
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile,v 1.15 2020/12/04 20:45:08 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/03/29 18:16:25 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-pump-/:S/rc1//}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= Accelerated remote compilation with distcc
.include "../../devel/distcc/Makefile.common"
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
PY_PATCHPLIST= yes
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
PYTHON_VERSIONS_INCOMPATIBLE= 27
# check patch-ae for build and install targets
Index: pkgsrc/devel/distcc-pump/PLIST
diff -u pkgsrc/devel/distcc-pump/PLIST:1.3 pkgsrc/devel/distcc-pump/PLIST:1.4
--- pkgsrc/devel/distcc-pump/PLIST:1.3 Wed Jul 11 07:30:40 2018
+++ pkgsrc/devel/distcc-pump/PLIST Tue Mar 29 18:16:25 2022
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2018/07/11 07:30:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/03/29 18:16:25 wiz Exp $
bin/pump
+${PYSITELIB}/include_server-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/include_server-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/include_server-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/include_server-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
${PYSITELIB}/include_server/basics.py
${PYSITELIB}/include_server/basics.pyc
${PYSITELIB}/include_server/basics_test.py
Home |
Main Index |
Thread Index |
Old Index