svn commit: r321557 - in head: . graphics graphics/py-graphillion math math/py-graphillion

Kubilay Kocak koobs at FreeBSD.org
Sat Jun 22 09:00:51 UTC 2013


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 at FreeBSD.org


More information about the svn-ports-all mailing list