pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/gramps5 gramps5: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08d84a18671c
branches:  trunk
changeset: 371386:08d84a18671c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 07:47:23 2022 +0000

description:
gramps5: convert to egg.mk

diffstat:

 databases/gramps5/Makefile |  10 +++++-----
 databases/gramps5/PLIST    |   7 +++++--
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r d0a6b01fbcec -r 08d84a18671c databases/gramps5/Makefile
--- a/databases/gramps5/Makefile        Mon Jan 10 07:45:22 2022 +0000
+++ b/databases/gramps5/Makefile        Mon Jan 10 07:47:23 2022 +0000
@@ -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 @@
 
 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 @@
 .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"
diff -r d0a6b01fbcec -r 08d84a18671c databases/gramps5/PLIST
--- a/databases/gramps5/PLIST   Mon Jan 10 07:45:22 2022 +0000
+++ b/databases/gramps5/PLIST   Mon Jan 10 07:47:23 2022 +0000
@@ -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