svn commit: r350423 - in head: . graphics graphics/py-pyggel graphics/pyggel
Rusmir Dusko
nemysis at FreeBSD.org
Mon Apr 7 01:02:31 UTC 2014
Author: nemysis
Date: Mon Apr 7 01:02:29 2014
New Revision: 350423
URL: http://svnweb.freebsd.org/changeset/ports/350423
QAT: https://qat.redports.org/buildarchive/r350423/
Log:
- Rename from graphics/pyggel to graphics/py-pyggel
- Add PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}
Added:
head/graphics/py-pyggel/
- copied from r350422, head/graphics/pyggel/
Deleted:
head/graphics/pyggel/
Modified:
head/MOVED
head/graphics/Makefile
head/graphics/py-pyggel/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Sun Apr 6 23:08:30 2014 (r350422)
+++ head/MOVED Mon Apr 7 01:02:29 2014 (r350423)
@@ -5880,3 +5880,4 @@ security/aolserver-nssha1||2014-04-03|Ha
www/webobjects||2014-04-04|Has expired: Unmaintained, interactive and restricted
devel/p5-Devel-LeakTrace-Fast||2014-04-04|Has expired: Broken for more than 6 months
www/privoxy+ipv6|www/privoxy|2014-04-06|Has expired: www/privoxy natively supports ipv6
+graphics/pyggel|graphics/py-pyggel|2014-04-07|Rename to consistency with other Python ports
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Sun Apr 6 23:08:30 2014 (r350422)
+++ head/graphics/Makefile Mon Apr 7 01:02:29 2014 (r350423)
@@ -857,6 +857,7 @@
SUBDIR += py-poppler-qt4
SUBDIR += py-pycha
SUBDIR += py-pydot
+ SUBDIR += py-pyggel
SUBDIR += py-pyglet
SUBDIR += py-pygooglechart
SUBDIR += py-pyproj
@@ -870,7 +871,6 @@
SUBDIR += py-wand
SUBDIR += py-webcolors
SUBDIR += py3-cairo
- SUBDIR += pyggel
SUBDIR += pygts
SUBDIR += pymorph
SUBDIR += pyro
Modified: head/graphics/py-pyggel/Makefile
==============================================================================
--- head/graphics/pyggel/Makefile Sun Apr 6 23:08:30 2014 (r350422)
+++ head/graphics/py-pyggel/Makefile Mon Apr 7 01:02:29 2014 (r350423)
@@ -8,6 +8,7 @@ CATEGORIES= graphics python
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME:U}-V${DISTVERSION}${DISTVERSIONSUFFIX}
DIST_SUBDIR= python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nemysis at FreeBSD.org
COMMENT= Python Graphical Game Engine and Libraries
More information about the svn-ports-all
mailing list