aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-01-16 17:59:15 +0800
committeritetcu <itetcu@FreeBSD.org>2007-01-16 17:59:15 +0800
commit5c01627902e89a14df40bc6058dd5b3c74e52de8 (patch)
treea7f0edbeea337eefa2560d30cd92109ac17e6df3 /devel
parent054e74c53f42e82f906486bce15af95bb813447f (diff)
downloadfreebsd-ports-gnome-5c01627902e89a14df40bc6058dd5b3c74e52de8.tar.gz
freebsd-ports-gnome-5c01627902e89a14df40bc6058dd5b3c74e52de8.tar.zst
freebsd-ports-gnome-5c01627902e89a14df40bc6058dd5b3c74e52de8.zip
- Add two MASTER_SITES and drop an other
- we don't need wget for fetch stange anymore PR: ports/107930 Submitted by: Joe Holden (former maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/cvs2svn/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile
index b42e07314908..9c052fb8a652 100644
--- a/devel/cvs2svn/Makefile
+++ b/devel/cvs2svn/Makefile
@@ -7,19 +7,18 @@
PORTNAME= cvs2svn
PORTVERSION= 1.5.0
CATEGORIES= devel
-MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/34574/ \
+MASTER_SITES= ftp://ftp.rewt.org.uk/pub/distfiles/ \
+ http://gentoo.nedlinux.nl/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jkoshy
MAINTAINER= joe@joeholden.co.uk
COMMENT= CVS to Subversion Repository Converter
-FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm
RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion \
${BUILD_DEPENDS}
-FETCH_CMD= ${LOCALBASE}/bin/wget -c
DISABLE_SIZE= yes
USE_PYTHON= 2.3+