pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-gdmodule



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 09:09:07 UTC 2022

Modified Files:
        pkgsrc/graphics/py-gdmodule: Makefile PLIST

Log Message:
yp-gdmodule: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/py-gdmodule/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-gdmodule/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-gdmodule/Makefile
diff -u pkgsrc/graphics/py-gdmodule/Makefile:1.20 pkgsrc/graphics/py-gdmodule/Makefile:1.21
--- pkgsrc/graphics/py-gdmodule/Makefile:1.20   Mon Aug 17 20:19:08 2020
+++ pkgsrc/graphics/py-gdmodule/Makefile        Mon Jan 10 09:09:07 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2020/08/17 20:19:08 leot Exp $
+# $NetBSD: Makefile,v 1.21 2022/01/10 09:09:07 wiz Exp $
 
 DISTNAME=      gdmodule-0.59
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Solomoriah/}
 GITHUB_PROJECT=        gdmodule
@@ -26,5 +26,5 @@ BUILDLINK_API_DEPENDS.gd+=    gd>=2.0.23
 .include "../../graphics/gd/buildlink3.mk"
 .include "../../graphics/giflib/buildlink3.mk"
 .include "../../x11/Xaw-Xpm/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-gdmodule/PLIST
diff -u pkgsrc/graphics/py-gdmodule/PLIST:1.1 pkgsrc/graphics/py-gdmodule/PLIST:1.2
--- pkgsrc/graphics/py-gdmodule/PLIST:1.1       Sun Jan 19 17:14:02 2014
+++ pkgsrc/graphics/py-gdmodule/PLIST   Mon Jan 10 09:09:07 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2014/01/19 17:14:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 09:09:07 wiz Exp $
 ${PYSITELIB}/_gd.so
 ${PYSITELIB}/gd.py
 ${PYSITELIB}/gd.pyc
 ${PYSITELIB}/gd.pyo
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index