pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/gramps5
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 10 07:47:23 UTC 2022
Modified Files:
pkgsrc/databases/gramps5: Makefile PLIST
Log Message:
gramps5: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/gramps5/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/gramps5/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/gramps5/Makefile
diff -u pkgsrc/databases/gramps5/Makefile:1.6 pkgsrc/databases/gramps5/Makefile:1.7
--- pkgsrc/databases/gramps5/Makefile:1.6 Thu Dec 30 13:05:29 2021
+++ pkgsrc/databases/gramps5/Makefile Mon Jan 10 07:47:23 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/12/30 13:05:29 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/10 07:47:23 wiz Exp $
DISTNAME= gramps-5.1.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
@@ -22,8 +22,8 @@ REPLACE_PYTHON+= setup.py
SUBST_CLASSES+= man
SUBST_FILES.man+= setup.py
-SUBST_STAGE.man+= pre-configure
-SUBST_MESSAGE.man+= Fixing man page installation path
+SUBST_STAGE.man= pre-configure
+SUBST_MESSAGE.man= Fixing man page installation path
SUBST_SED.man+= -e "s,share/man,${PKGMANDIR},"
# pkgsrc registers mime files using mimedb.mk (see below)
@@ -42,6 +42,6 @@ post-install:
.include "../../databases/py-bsddb3/buildlink3.mk"
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/databases/gramps5/PLIST
diff -u pkgsrc/databases/gramps5/PLIST:1.2 pkgsrc/databases/gramps5/PLIST:1.3
--- pkgsrc/databases/gramps5/PLIST:1.2 Tue Feb 18 08:27:48 2020
+++ pkgsrc/databases/gramps5/PLIST Mon Jan 10 07:47:23 2022
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2020/02/18 08:27:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 07:47:23 wiz Exp $
bin/gramps
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/gramps/__init__.py
${PYSITELIB}/gramps/__init__.pyc
${PYSITELIB}/gramps/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index