pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-OpenGL Add missing egg to PLIST (happened ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f0818b126f0
branches:  trunk
changeset: 629685:7f0818b126f0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 26 00:22:29 2014 +0000

description:
Add missing egg to PLIST (happened during big python-3.x commit, sorry).
Fix interpreter path in installed file.
Bump PKGREVISION.

diffstat:

 graphics/py-OpenGL/Makefile |  7 +++++--
 graphics/py-OpenGL/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 9b3e1af17bb9 -r 7f0818b126f0 graphics/py-OpenGL/Makefile
--- a/graphics/py-OpenGL/Makefile       Sun Jan 26 00:06:32 2014 +0000
+++ b/graphics/py-OpenGL/Makefile       Sun Jan 26 00:22:29 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2014/01/25 10:30:09 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2014/01/26 00:22:29 wiz Exp $
 
 DISTNAME=      PyOpenGL-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyopengl/}
 
@@ -14,6 +14,9 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-Numeric
 
+REPLACE_PYTHON+=       OpenGL/Tk/__init__.py
+
+.include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../graphics/Mesa/buildlink3.mk"
 .include "../../math/py-Numeric/buildlink3.mk"
diff -r 9b3e1af17bb9 -r 7f0818b126f0 graphics/py-OpenGL/PLIST
--- a/graphics/py-OpenGL/PLIST  Sun Jan 26 00:06:32 2014 +0000
+++ b/graphics/py-OpenGL/PLIST  Sun Jan 26 00:22:29 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2010/05/20 11:15:17 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2014/01/26 00:22:29 wiz Exp $
 ${PYSITELIB}/OpenGL/AGL/__init__.py
 ${PYSITELIB}/OpenGL/AGL/__init__.pyc
 ${PYSITELIB}/OpenGL/AGL/__init__.pyo
@@ -2618,3 +2618,4 @@
 ${PYSITELIB}/OpenGL/wrapper.py
 ${PYSITELIB}/OpenGL/wrapper.pyc
 ${PYSITELIB}/OpenGL/wrapper.pyo
+${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index