From 803bdaeabf1a3d012f9fb033120e37b3214a6f2d Mon Sep 17 00:00:00 2001 From: Rusmir Dusko Date: Mon, 7 Apr 2014 01:02:29 +0000 Subject: [PATCH] - Rename from graphics/pyggel to graphics/py-pyggel - Add PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} --- MOVED | 1 + graphics/Makefile | 2 +- graphics/{pyggel => py-pyggel}/Makefile | 1 + graphics/{pyggel => py-pyggel}/distinfo | 0 graphics/{pyggel => py-pyggel}/pkg-descr | 0 5 files changed, 3 insertions(+), 1 deletion(-) rename graphics/{pyggel => py-pyggel}/Makefile (97%) rename graphics/{pyggel => py-pyggel}/distinfo (100%) rename graphics/{pyggel => py-pyggel}/pkg-descr (100%) diff --git a/MOVED b/MOVED index 1545c22f7b93..bdd6a81047d5 100644 --- a/MOVED +++ b/MOVED @@ -5880,3 +5880,4 @@ security/aolserver-nssha1||2014-04-03|Has expired: abandonware, messing up on cl 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 diff --git a/graphics/Makefile b/graphics/Makefile index 2b42c805e36a..aaffcd05878d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -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 diff --git a/graphics/pyggel/Makefile b/graphics/py-pyggel/Makefile similarity index 97% rename from graphics/pyggel/Makefile rename to graphics/py-pyggel/Makefile index 7deefb39fb59..fe7441f3e743 100644 --- a/graphics/pyggel/Makefile +++ b/graphics/py-pyggel/Makefile @@ -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@FreeBSD.org COMMENT= Python Graphical Game Engine and Libraries diff --git a/graphics/pyggel/distinfo b/graphics/py-pyggel/distinfo similarity index 100% rename from graphics/pyggel/distinfo rename to graphics/py-pyggel/distinfo diff --git a/graphics/pyggel/pkg-descr b/graphics/py-pyggel/pkg-descr similarity index 100% rename from graphics/pyggel/pkg-descr rename to graphics/py-pyggel/pkg-descr