diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-18 06:01:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-18 06:01:35 +0000 |
commit | b41c133b6baa4ac54139c8d95590b34443e3d81b (patch) | |
tree | 73559f6fb2ff06dfa2295b8da47290412deb37dd /devel | |
parent | Per distfile list, fix fetch and WWW location. (diff) |
Remove mastersites; our server seems to be the only known place
that 0.3.1 lives any more (for at least a year). This port is
probably obsoleted by devel/py-orbit2.
Notes
Notes:
svn path=/head/; revision=96130
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-orbit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile index be6dc494a66c..8baf87cb0f3f 100644 --- a/devel/py-orbit/Makefile +++ b/devel/py-orbit/Makefile @@ -8,8 +8,7 @@ PORTNAME= orbit PORTVERSION= 0.3.1 CATEGORIES= devel python -MASTER_SITES= http://orbit-python.sault.org/files/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= # no longer available from original mastersite since December 2002 MASTER_SITE_SUBDIR= orbit-python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= orbit-python-${PORTVERSION} |