aboutsummaryrefslogtreecommitdiff
path: root/devel/cvs+ipv6/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2004-06-14 12:26:42 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2004-06-14 12:26:42 +0000
commit65cb205596e1c51a9e1b52426e8c5a029af29ff1 (patch)
tree23d301e6c462dacbfe3f97a1135d879b28dc7a19 /devel/cvs+ipv6/Makefile
parenta7a047aedcb3e4063b70adb7c3eaf80f472965d0 (diff)
downloadports-65cb205596e1c51a9e1b52426e8c5a029af29ff1.tar.gz
ports-65cb205596e1c51a9e1b52426e8c5a029af29ff1.zip
Changed MASTER_SITES. Ring servers do not mirror the files after
cvshome.org supports only https distibution.
Notes
Notes: svn path=/head/; revision=111457
Diffstat (limited to 'devel/cvs+ipv6/Makefile')
-rw-r--r--devel/cvs+ipv6/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/cvs+ipv6/Makefile b/devel/cvs+ipv6/Makefile
index 14c1241ea3fc..5be2e4a5deaa 100644
--- a/devel/cvs+ipv6/Makefile
+++ b/devel/cvs+ipv6/Makefile
@@ -8,8 +8,8 @@
PORTNAME= cvs
PORTVERSION= 1.11.17
CATEGORIES= devel ipv6
-MASTER_SITES= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/cvs/&,}
-MASTER_SITE_SUBDIR= release/stable/${DISTNAME}
+MASTER_SITES= http://musthave.sunbase.org/progs/ccvs/ \
+ http://keyserver.kjsl.com/~jharris/distfiles/
PKGNAMESUFFIX= +ipv6
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
@@ -31,7 +31,7 @@ MAN5= cvs.5
MAN8= cvsbug.8
INFO= cvs cvsclient
-CVS_SITE?= :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs
+CVS_SITE?= :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs
CVS_VER?= v${PORTVERSION:S/./_/g}
USE_REINPLACE= yes
@@ -47,14 +47,14 @@ replace:
.endfor
generate-patch:
- cvs -Rl -d ${CVS_SITE} rdiff -u -r ${CVS_VER} -r HEAD \
+ cvs -R -d ${CVS_SITE} rdiff -u -r ${CVS_VER} -r HEAD \
src/contrib/cvs \
| ${SED} \
-e 's,^\+\+\+ src/contrib/cvs/,+++ ,' \
-e 's,^Index: src/contrib/cvs/,Index: ,' \
-e 's,\$$FreeBSD: ,FreeBSD: ,' \
> ${FILESDIR}/patch-freebsdlocal
- cvs -Rl -d ${CVS_SITE} rdiff -u -D 1999-12-01 -r HEAD \
+ cvs -R -d ${CVS_SITE} rdiff -u -D 1999-12-01 -r HEAD \
gnu/usr.bin/cvs/cvs/prepend_args.c \
gnu/usr.bin/cvs/cvs/prepend_args.h \
| ${SED} \