From owner-svn-ports-head@FreeBSD.ORG Sat Jun 22 09:00:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B7F16EB6; Sat, 22 Jun 2013 09:00:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9029612C3; Sat, 22 Jun 2013 09:00:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5M90pQA055602; Sat, 22 Jun 2013 09:00:51 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5M90o0r055598; Sat, 22 Jun 2013 09:00:50 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201306220900.r5M90o0r055598@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 22 Jun 2013 09:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321557 - in head: . graphics graphics/py-graphillion math math/py-graphillion 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.14 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: Sat, 22 Jun 2013 09:00:51 -0000 Author: koobs Date: Sat Jun 22 09:00:50 2013 New Revision: 321557 URL: http://svnweb.freebsd.org/changeset/ports/321557 Log: graphics/py-graphillion: Move from graphics/ to math/ at authors request - Move py-graphillion from graphics/ to math/ - Update both category indexes - Add MOVED entry Reviewed by: az Added: head/math/py-graphillion/ - copied from r321544, head/graphics/py-graphillion/ Deleted: head/graphics/py-graphillion/ Modified: head/MOVED head/graphics/Makefile head/math/Makefile head/math/py-graphillion/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jun 22 08:43:40 2013 (r321556) +++ head/MOVED Sat Jun 22 09:00:50 2013 (r321557) @@ -4397,3 +4397,4 @@ math/petsc-mpich||2013-06-19|Has expired databases/py-MySQLdb41||2013-06-19|Depends on databases/mysql41-client, which was removed databases/py-MySQLdb50||2013-06-19|Depends on databases/mysql50-client, which was removed emulators/fceu-server|emulators/fceux|2013-06-21|Has expired: Replaced by emulators/fceux +graphics/py-graphillion|math/py-graphillion|2013-06-22|Correct category assignment Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Jun 22 08:43:40 2013 (r321556) +++ head/graphics/Makefile Sat Jun 22 09:00:50 2013 (r321557) @@ -869,7 +869,6 @@ SUBDIR += py-graph SUBDIR += py-graph-core SUBDIR += py-graph-dot - SUBDIR += py-graphillion SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Jun 22 08:43:40 2013 (r321556) +++ head/math/Makefile Sat Jun 22 09:00:50 2013 (r321557) @@ -547,6 +547,7 @@ SUBDIR += py-gato SUBDIR += py-gmpy SUBDIR += py-gnuplot + SUBDIR += py-graphillion SUBDIR += py-graphtool SUBDIR += py-gsl SUBDIR += py-igraph Modified: head/math/py-graphillion/Makefile ============================================================================== --- head/graphics/py-graphillion/Makefile Sat Jun 22 03:52:14 2013 (r321544) +++ head/math/py-graphillion/Makefile Sat Jun 22 09:00:50 2013 (r321557) @@ -3,7 +3,7 @@ PORTNAME= graphillion PORTVERSION= 0.93 -CATEGORIES= graphics python +CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org