aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-10 03:26:26 +0800
committerKurt Jaeger <pi@FreeBSD.org>2016-05-10 03:26:26 +0800
commit96fdc0d6069b67ac715512eef5514f489af5e0af (patch)
treea2668346a9d81766a7c1b5ccb271655915db5c40 /x11-toolkits
parentdde5a8426c978aeec99119a3ca44090624a06cdb (diff)
downloadfreebsd-ports-96fdc0d6069b67ac715512eef5514f489af5e0af.tar.gz
freebsd-ports-96fdc0d6069b67ac715512eef5514f489af5e0af.tar.zst
freebsd-ports-96fdc0d6069b67ac715512eef5514f489af5e0af.zip
graphics/py-opengl{-accelerate}: 3.0.1 -> 3.1.0, change to PyPI naming
- upgrade fixes the use of the port - py-opengl -> py-PyOpenGL - py-opengl-accelerate -> py-PyOpenGL-accelerate PR: 205472 Submitted by: matthew@reztek.cz Reviewed by: koobs
Notes
Notes: svn path=/head/; revision=414888
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-gtkglext/Makefile6
-rw-r--r--x11-toolkits/py-wxPython28/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile
index f53797476f63..63caf4621160 100644
--- a/x11-toolkits/py-gtkglext/Makefile
+++ b/x11-toolkits/py-gtkglext/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gtkglext
PORTVERSION= 1.1.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= x11-toolkits python
MASTER_SITES= SF/${PORTNAME}/py${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,9 @@ DISTNAME= pygtkglext-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python binding for GtkGLExt
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-opengl
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL
LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-opengl
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL
USES= gmake libtool pathfix pkgconfig python tar:bzip2
USE_GNOME= pygtk2
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile
index 3e8d086b26cc..b0bd0bfa94d0 100644
--- a/x11-toolkits/py-wxPython28/Makefile
+++ b/x11-toolkits/py-wxPython28/Makefile
@@ -4,7 +4,7 @@
PORTNAME= wxPython
PORTVERSION= 2.8.12.1
DISTVERSIONPREFIX= src-
-PORTREVISION?= 7
+PORTREVISION?= 8
CATEGORIES= x11-toolkits python
MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ PKGNAMESUFFIX= 28
MAINTAINER= python@FreeBSD.org
COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-opengl
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL
WRKSRC_SUBDIR= wxPython