summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-09 19:26:26 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-09 19:26:26 +0000
commit96fdc0d6069b67ac715512eef5514f489af5e0af (patch)
treea2668346a9d81766a7c1b5ccb271655915db5c40 /x11
parent- Bump PORTREVISION for package change in r414575 (diff)
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')
-rw-r--r--x11/xpra/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index 680be1e06804..f3793ecf105d 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xpra
PORTVERSION= 0.15.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://xpra.org/src/
@@ -17,8 +17,8 @@ BUILD_DEPENDS= cython:lang/cython \
RUN_DEPENDS= py${PYTHON_SUFFIX}-lz4>=0.7.0_1:archivers/py-lz4 \
${PYTHON_SITELIBDIR}/rencode/__init__.py:converters/py-rencode \
${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus \
- ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-opengl \
- ${PYTHON_SITELIBDIR}/OpenGL_accelerate/__init__.py:graphics/py-opengl-accelerate \
+ ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL \
+ ${PYTHON_SITELIBDIR}/OpenGL_accelerate/__init__.py:graphics/py-PyOpenGL-accelerate \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
${PYTHON_SITELIBDIR}/netifaces.so:net/py-netifaces \
ssh-askpass:security/openssh-askpass \