pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/gourmet



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 22:35:54 UTC 2022

Modified Files:
        pkgsrc/databases/gourmet: Makefile PLIST

Log Message:
gourmet: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/databases/gourmet/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/gourmet/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/gourmet/Makefile
diff -u pkgsrc/databases/gourmet/Makefile:1.69 pkgsrc/databases/gourmet/Makefile:1.70
--- pkgsrc/databases/gourmet/Makefile:1.69      Wed Dec  8 16:03:38 2021
+++ pkgsrc/databases/gourmet/Makefile   Mon Jan 10 22:35:54 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2021/12/08 16:03:38 adam Exp $
+# $NetBSD: Makefile,v 1.70 2022/01/10 22:35:54 wiz Exp $
 
 DISTNAME=              gourmet-0.8.5.14
-PKGREVISION=           48
+PKGREVISION=           49
 CATEGORIES=            databases
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=grecipe-manager/}
 
@@ -44,7 +44,7 @@ REPLACE_PYTHON+=      src/lib/version.py
 REPLACE_PYTHON+=       windows/Gourmet.pyw
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"
 .include "../../databases/py-metakit/buildlink3.mk"
 .include "../../graphics/py-imaging/buildlink3.mk"

Index: pkgsrc/databases/gourmet/PLIST
diff -u pkgsrc/databases/gourmet/PLIST:1.7 pkgsrc/databases/gourmet/PLIST:1.8
--- pkgsrc/databases/gourmet/PLIST:1.7  Tue Jan 21 21:23:33 2014
+++ pkgsrc/databases/gourmet/PLIST      Mon Jan 10 22:35:54 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2014/01/21 21:23:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/01/10 22:35:54 wiz Exp $
 bin/gourmet
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/gourmet/FauxActionGroups.py
 ${PYSITELIB}/gourmet/FauxActionGroups.pyc
 ${PYSITELIB}/gourmet/FauxActionGroups.pyo



Home | Main Index | Thread Index | Old Index