diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-01-15 07:18:55 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-01-15 07:18:55 +0000 |
commit | ae484cf2387fc826318b811aaef6f26ba13fdc00 (patch) | |
tree | a5b5667f74abf84b5283023724a7419f5241344a /databases/py-rrdtool_lgpl | |
parent | f740ef08be7da7c86e9a4b848337c645ebcb58ec (diff) | |
download | ports-ae484cf2387fc826318b811aaef6f26ba13fdc00.tar.gz ports-ae484cf2387fc826318b811aaef6f26ba13fdc00.zip |
The project is moved from Savannah to SourceForge.
Notes
Notes:
svn path=/head/; revision=98185
Diffstat (limited to 'databases/py-rrdtool_lgpl')
-rw-r--r-- | databases/py-rrdtool_lgpl/Makefile | 4 | ||||
-rw-r--r-- | databases/py-rrdtool_lgpl/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-rrdtool_lgpl/Makefile b/databases/py-rrdtool_lgpl/Makefile index 73798f09a87f..5676de7fd324 100644 --- a/databases/py-rrdtool_lgpl/Makefile +++ b/databases/py-rrdtool_lgpl/Makefile @@ -7,8 +7,8 @@ PORTNAME= rrdtool_lgpl PORTVERSION= 0.2.1 CATEGORIES= net python -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= py-rrdtool/py-rrdtool.pkg/${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= py-rrdtool PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py-rrdtool-${PORTVERSION} diff --git a/databases/py-rrdtool_lgpl/pkg-descr b/databases/py-rrdtool_lgpl/pkg-descr index 48861feaf01b..9256ac3fb534 100644 --- a/databases/py-rrdtool_lgpl/pkg-descr +++ b/databases/py-rrdtool_lgpl/pkg-descr @@ -3,4 +3,4 @@ wonderful graphing and logging utility. This wrapper implementation has worked from the scratch (without SWIG), and it's under LGPL. -WWW: http://www.nongnu.org/py-rrdtool/ +WWW: http://sourceforge.net/projects/py-rrdtool/ |