diff options
author | edwin <edwin@FreeBSD.org> | 2007-07-08 08:56:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-07-08 08:56:54 +0800 |
commit | c05b52d5daf9a0303806e72999a1b0bce9e4fed8 (patch) | |
tree | 8b9718084f5f26a0f54c8e20941da3141045944f | |
parent | 5c5ddcc39c08ba5153b6cc12ed6ff65aa1f6a6c7 (diff) | |
download | freebsd-ports-graphics-c05b52d5daf9a0303806e72999a1b0bce9e4fed8.tar.gz freebsd-ports-graphics-c05b52d5daf9a0303806e72999a1b0bce9e4fed8.tar.zst freebsd-ports-graphics-c05b52d5daf9a0303806e72999a1b0bce9e4fed8.zip |
[repocopy] net/py-rrdpipe -> databases/py-rrdpipe
Follow the migration of net/rrdtool to databases/rrdtool
PR: ports/114318
Submitted by: Edwin Groothuis <edwin@freebsd.org>
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/py-rrdpipe/Makefile | 2 | ||||
-rw-r--r-- | net/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
@@ -3095,4 +3095,5 @@ audio/amarokFS||2007-07-04|Removed net/rrdtool|databases/rrdtool|2007-07-05|Move to better category sysutils/cd-write||2007-07-06|Obsolete port net/rubygems-rrdtool|databases/rubygems-rrdtool|2007-07-08|Chase move of databases/rrdtool -net/rrdman|databases/net-rrdman|2007-07-08|Chase move of databases/rrdtool +net/rrdman|databases/rrdman|2007-07-08|Chase move of databases/rrdtool +net/py-rrdpipe|databases/py-rrdpipe|2007-07-08|Chase move of databases/rrdtool diff --git a/databases/Makefile b/databases/Makefile index 7182a555e07..a46ed16fdd4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -433,6 +433,7 @@ SUBDIR += py-psycopg2 SUBDIR += py-pyPgSQL SUBDIR += py-qt4-sql + SUBDIR += py-rrdpipe SUBDIR += py-sqlalchemy SUBDIR += py-sqlite3 SUBDIR += py-sqlobject diff --git a/databases/py-rrdpipe/Makefile b/databases/py-rrdpipe/Makefile index 08f743db7c2..6f9022fdf34 100644 --- a/databases/py-rrdpipe/Makefile +++ b/databases/py-rrdpipe/Makefile @@ -8,7 +8,7 @@ PORTNAME= rrdpipe PORTVERSION= 0.1 -CATEGORIES= net python +CATEGORIES= databases python MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://mirror2.unixfreunde.de/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/Makefile b/net/Makefile index f476c44455a..dea51b3fd0f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -678,7 +678,6 @@ SUBDIR += py-pypcap SUBDIR += py-qt4-network SUBDIR += py-radix - SUBDIR += py-rrdpipe SUBDIR += py-rrdtool_lgpl SUBDIR += py-rt SUBDIR += py-s3cmd |