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:           Tue Feb 18 08:27:48 UTC 2020

Modified Files:
        pkgsrc/databases/gramps5: Makefile PLIST

Log Message:
gramps: update to 5.1.2nb1.

Fix man page installation path. Add egg file.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/gramps5/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/databases/gramps5/Makefile:1.3
--- pkgsrc/databases/gramps5/Makefile:1.2       Sun Feb  9 21:54:48 2020
+++ pkgsrc/databases/gramps5/Makefile   Tue Feb 18 08:27:48 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2020/02/09 21:54:48 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/18 08:27:48 wiz Exp $
 
 DISTNAME=              gramps-5.1.2
+PKGREVISION=           1
 CATEGORIES=            databases
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gramps/}
 
@@ -19,6 +20,12 @@ REPLACE_PYTHON+=     docs/update_doc.py
 REPLACE_PYTHON+=       docs/conf.py
 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_SED.man+=                -e "s,share/man,${PKGMANDIR},"
+
 # pkgsrc registers mime files using mimedb.mk (see below)
 CONFIGURE_ARGS+=       --enable-packager-mode
 

Index: pkgsrc/databases/gramps5/PLIST
diff -u pkgsrc/databases/gramps5/PLIST:1.1 pkgsrc/databases/gramps5/PLIST:1.2
--- pkgsrc/databases/gramps5/PLIST:1.1  Sun Feb  9 21:43:07 2020
+++ pkgsrc/databases/gramps5/PLIST      Tue Feb 18 08:27:48 2020
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2020/02/09 21:43:07 jdolecek Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/02/18 08:27:48 wiz Exp $
+bin/gramps
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/gramps/__init__.py
 ${PYSITELIB}/gramps/__init__.pyc
 ${PYSITELIB}/gramps/__init__.pyo
@@ -3250,7 +3252,6 @@ ${PYSITELIB}/gramps/test/test_util.pyo
 ${PYSITELIB}/gramps/version.py
 ${PYSITELIB}/gramps/version.pyc
 ${PYSITELIB}/gramps/version.pyo
-bin/gramps
 man/cs/man1/gramps.1
 man/fr/man1/gramps.1
 man/man1/gramps.1



Home | Main Index | Thread Index | Old Index