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 /databases | |
parent | 5c5ddcc39c08ba5153b6cc12ed6ff65aa1f6a6c7 (diff) | |
download | freebsd-ports-gnome-c05b52d5daf9a0303806e72999a1b0bce9e4fed8.tar.gz freebsd-ports-gnome-c05b52d5daf9a0303806e72999a1b0bce9e4fed8.tar.zst freebsd-ports-gnome-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>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/py-rrdpipe/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 7182a555e07c..a46ed16fdd4b 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 08f743db7c25..6f9022fdf34b 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} |