From owner-svn-ports-head@FreeBSD.ORG Mon Apr 7 01:02:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18D00E26; Mon, 7 Apr 2014 01:02:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFD801A2; Mon, 7 Apr 2014 01:02:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3712U1b044815; Mon, 7 Apr 2014 01:02:30 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3712U2f044812; Mon, 7 Apr 2014 01:02:30 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201404070102.s3712U2f044812@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 7 Apr 2014 01:02:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350423 - in head: . graphics graphics/py-pyggel graphics/pyggel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 01:02:31 -0000 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@FreeBSD.org COMMENT= Python Graphical Game Engine and Libraries