svn commit: r414888 - in head: . cad/py-pycam games/bouncy games/fretsonfire games/nelly graphics graphics/gsculpt graphics/impressive graphics/py-PyOpenGL graphics/py-PyOpenGL-accelerate graphics/...

Kurt Jaeger pi at FreeBSD.org
Mon May 9 19:26:29 UTC 2016


Author: pi
Date: Mon May  9 19:26:26 2016
New Revision: 414888
URL: https://svnweb.freebsd.org/changeset/ports/414888

Log:
  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 at reztek.cz
  Reviewed by:	koobs

Added:
  head/graphics/py-PyOpenGL/
     - copied from r414887, head/graphics/py-opengl/
  head/graphics/py-PyOpenGL-accelerate/
     - copied from r414887, head/graphics/py-opengl-accelerate/
Deleted:
  head/graphics/py-opengl/
  head/graphics/py-opengl-accelerate/
Modified:
  head/MOVED
  head/cad/py-pycam/Makefile
  head/games/bouncy/Makefile
  head/games/fretsonfire/Makefile
  head/games/nelly/Makefile
  head/graphics/Makefile
  head/graphics/gsculpt/Makefile
  head/graphics/impressive/Makefile
  head/graphics/py-PyOpenGL-accelerate/Makefile
  head/graphics/py-PyOpenGL-accelerate/distinfo
  head/graphics/py-PyOpenGL/Makefile
  head/graphics/py-PyOpenGL/distinfo
  head/graphics/py-pyggel/Makefile
  head/x11-toolkits/py-gtkglext/Makefile
  head/x11-toolkits/py-wxPython28/Makefile
  head/x11/xpra/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon May  9 19:18:14 2016	(r414887)
+++ head/MOVED	Mon May  9 19:26:26 2016	(r414888)
@@ -8310,3 +8310,5 @@ www/sogo-activesync|www/sogo2-activesync
 textproc/rubygem-gherkin3|textproc/rubygem-gherkin|2016-05-03|Has expired: Use textproc/rubygem-gherkin instead
 dns/odsclient||2016-05-03|Has expired: ODS shuts service down, so client is probably useless
 games/Cockatrice|games/cockatrice|2016-05-05|Renamed to games/cockatrice
+graphics/py-opengl|graphics/py-PyOpenGL|2016-05-09|Use correct upstream PyPI name
+graphics/py-opengl-accelerate|graphics/py-PyOpenGL-accelerate|2016-05-09|Use correct upstream PyPI name

Modified: head/cad/py-pycam/Makefile
==============================================================================
--- head/cad/py-pycam/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/cad/py-pycam/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pycam
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	cad python
 MASTER_SITES=	SOURCEFORGE/pycam/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Toolpath generator for 3-axis C
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 \
-		${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-opengl \
+		${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL \
 		${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gdkgl/__init__.py:x11-toolkits/py-gtkglext
 
 USES=		python:-2.7

Modified: head/games/bouncy/Makefile
==============================================================================
--- head/games/bouncy/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/games/bouncy/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bouncy
 PORTVERSION=	r6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games python
 MASTER_SITES=	http://media.pyweek.org/dl/3/bouncy/ \
 		SF/nemysisfreebsdp/games/${PORTNAME}/:icons
@@ -19,7 +19,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/GPL.txt
 
 RUN_DEPENDS=	${PYGAME} \
-		${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-opengl
+		${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-PyOpenGL
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-post-${DISTVERSION}
 

Modified: head/games/fretsonfire/Makefile
==============================================================================
--- head/games/fretsonfire/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/games/fretsonfire/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fretsonfire
 PORTVERSION=	1.3.110
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games python
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME:S/f/F/g:S/o/O/}-${PORTVERSION}
@@ -14,7 +14,7 @@ COMMENT=	Game of musical skill and fast 
 
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game \
-		${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-opengl \
+		${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-PyOpenGL \
 		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow \
 		${LOCALBASE}/share/${PORTNAME}/default.ttf:games/fretsonfire-data
 

Modified: head/games/nelly/Makefile
==============================================================================
--- head/games/nelly/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/games/nelly/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nelly
 PORTVERSION=	1.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games python
 MASTER_SITES=	http://www.partiallydisassembled.net/nelly/ \
 		http://media.pyweek.org/dl/2/rushed/ \
@@ -17,7 +17,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Nelly's Rooftop Garden, physics-based puzzle game
 
 RUN_DEPENDS=	${PYGAME} \
-		${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-opengl
+		${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-PyOpenGL
 
 USES=		python:2
 

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/graphics/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -815,6 +815,8 @@
     SUBDIR += projectm-libvisual
     SUBDIR += pstoedit
     SUBDIR += pstoepsi
+    SUBDIR += py-PyOpenGL
+    SUBDIR += py-PyOpenGL-accelerate
     SUBDIR += py-PyX
     SUBDIR += py-PyX12
     SUBDIR += py-aafigure
@@ -848,8 +850,6 @@
     SUBDIR += py-opencolorio
     SUBDIR += py-opencv
     SUBDIR += py-openexr
-    SUBDIR += py-opengl
-    SUBDIR += py-opengl-accelerate
     SUBDIR += py-openimageio
     SUBDIR += py-paint
     SUBDIR += py-pillow

Modified: head/graphics/gsculpt/Makefile
==============================================================================
--- head/graphics/gsculpt/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/graphics/gsculpt/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gsculpt
 PORTVERSION=	0.99.47
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,}
 DISTNAME=	gSculpt-${PORTVERSION}-alpha-src
@@ -14,7 +14,7 @@ COMMENT=	Opensource 3D modelling applica
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libboost_python.so:devel/boost-python-libs
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}opengl>0:graphics/py-opengl \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}opengl>0:graphics/py-PyOpenGL \
 		${PYTHON_PKGNAMEPREFIX}gtkglext>0:x11-toolkits/py-gtkglext
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S,-src,,}

Modified: head/graphics/impressive/Makefile
==============================================================================
--- head/graphics/impressive/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/graphics/impressive/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -3,7 +3,7 @@
 
 PORTNAME=	impressive
 PORTVERSION=	0.10.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Impressive/${PORTVERSION}/
 DISTNAME=	Impressive-${PORTVERSION}
@@ -14,7 +14,7 @@ COMMENT=	The stylish way of giving prese
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-opengl \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-PyOpenGL \
 		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
 		xpdf:graphics/xpdf \
 		pdftk:print/pdftk \

Modified: head/graphics/py-PyOpenGL-accelerate/Makefile
==============================================================================
--- head/graphics/py-opengl-accelerate/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/graphics/py-PyOpenGL-accelerate/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -1,12 +1,12 @@
 # $FreeBSD$
 
-PORTNAME=	opengl
-PORTVERSION=	3.0.1
+PORTNAME=	PyOpenGL
+PORTVERSION=	3.1.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	-accelerate
-DISTNAME=	PyOpenGL${PKGNAMESUFFIX}-${PORTVERSION}
+#DISTNAME=	PyOpenGL${PKGNAMESUFFIX}-${PORTVERSION}
 
 MAINTAINER=	python at FreeBSD.org
 COMMENT=	OpenGL acceleration code for PyOpenGL

Modified: head/graphics/py-PyOpenGL-accelerate/distinfo
==============================================================================
--- head/graphics/py-opengl-accelerate/distinfo	Mon May  9 19:18:14 2016	(r414887)
+++ head/graphics/py-PyOpenGL-accelerate/distinfo	Mon May  9 19:26:26 2016	(r414888)
@@ -1,2 +1,2 @@
-SHA256 (PyOpenGL-accelerate-3.0.1.tar.gz) = 51bc771fd2fc9fc0acec5caf4dc3bd0739127eec4addc04baca545f8c3fe17cd
-SIZE (PyOpenGL-accelerate-3.0.1.tar.gz) = 194056
+SHA256 (PyOpenGL-3.1.0.tar.gz) = 9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf
+SIZE (PyOpenGL-3.1.0.tar.gz) = 1172688

Modified: head/graphics/py-PyOpenGL/Makefile
==============================================================================
--- head/graphics/py-opengl/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/graphics/py-PyOpenGL/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -1,13 +1,12 @@
 # Created by: Randall Hopper <aa8vb at ipass.net>
 # $FreeBSD$
 
-PORTNAME=	opengl
-PORTVERSION=	3.0.1
-PORTREVISION=	7
+PORTNAME=	PyOpenGL
+PORTVERSION=	3.1.0
 CATEGORIES=	graphics python
-MASTER_SITES=	SF/py${PORTNAME}/PyOpenGL/${PORTVERSION}
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	PyOpenGL-${PORTVERSION}
+#DISTNAME=	PyOpenGL-${PORTVERSION}
 
 MAINTAINER=	python at FreeBSD.org
 COMMENT=	OpenGL (and related library) interface for Python

Modified: head/graphics/py-PyOpenGL/distinfo
==============================================================================
--- head/graphics/py-opengl/distinfo	Mon May  9 19:18:14 2016	(r414887)
+++ head/graphics/py-PyOpenGL/distinfo	Mon May  9 19:26:26 2016	(r414888)
@@ -1,2 +1,2 @@
-SHA256 (PyOpenGL-3.0.1.tar.gz) = 1ec8e314422bde6951cc45516bd7fed960f75009c30701f33a2a5b522e3482dd
-SIZE (PyOpenGL-3.0.1.tar.gz) = 698420
+SHA256 (PyOpenGL-3.1.0.tar.gz) = 9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf
+SIZE (PyOpenGL-3.1.0.tar.gz) = 1172688

Modified: head/graphics/py-pyggel/Makefile
==============================================================================
--- head/graphics/py-pyggel/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/graphics/py-pyggel/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -4,7 +4,7 @@
 PORTNAME=	pyggel
 PORTVERSION=	0.08
 DISTVERSIONSUFFIX=	-alpha4c
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics python
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME:tu}-V${DISTVERSION}${DISTVERSIONSUFFIX}
@@ -19,7 +19,7 @@ LICENSE_COMB=	dual
 
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYGAME} \
-		${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-opengl \
+		${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-PyOpenGL \
 		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow
 
 USES=		dos2unix python:2 zip

Modified: head/x11-toolkits/py-gtkglext/Makefile
==============================================================================
--- head/x11-toolkits/py-gtkglext/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/x11-toolkits/py-gtkglext/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -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 at 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

Modified: head/x11-toolkits/py-wxPython28/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython28/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/x11-toolkits/py-wxPython28/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -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 at 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
 

Modified: head/x11/xpra/Makefile
==============================================================================
--- head/x11/xpra/Makefile	Mon May  9 19:18:14 2016	(r414887)
+++ head/x11/xpra/Makefile	Mon May  9 19:26:26 2016	(r414888)
@@ -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 \


More information about the svn-ports-all mailing list