pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/gramps5 gramps: update to 5.1.2nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0280f99b257a
branches:  trunk
changeset: 411667:0280f99b257a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 18 08:27:48 2020 +0000

description:
gramps: update to 5.1.2nb1.

Fix man page installation path. Add egg file.

diffstat:

 databases/gramps5/Makefile |  9 ++++++++-
 databases/gramps5/PLIST    |  5 +++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 050a10671e98 -r 0280f99b257a databases/gramps5/Makefile
--- a/databases/gramps5/Makefile        Tue Feb 18 06:33:20 2020 +0000
+++ b/databases/gramps5/Makefile        Tue Feb 18 08:27:48 2020 +0000
@@ -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/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
 
diff -r 050a10671e98 -r 0280f99b257a databases/gramps5/PLIST
--- a/databases/gramps5/PLIST   Tue Feb 18 06:33:20 2020 +0000
+++ b/databases/gramps5/PLIST   Tue Feb 18 08:27:48 2020 +0000
@@ -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/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