mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- 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)
This commit is contained in:
parent
b36496b57a
commit
1ca6d6be79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182504
1 changed files with 2 additions and 3 deletions
|
@ -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+
|
||||
|
|
Loading…
Add table
Reference in a new issue