diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-18 00:46:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-18 00:46:28 +0000 |
commit | 481ff1cfa53923191c6a309e0b006662e5d6125e (patch) | |
tree | 9c27064a8be4bcbe9324f94fb21342def5a765cd /devel | |
parent | afb313d658e731ead040ca123f2dc397f3a49235 (diff) | |
download | pkgsrc-481ff1cfa53923191c6a309e0b006662e5d6125e.tar.gz |
Update HOMEPAGE and MASTER_SITES, noted by tron@.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index f2c5dc2c291..1f99287694d 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,21 +1,20 @@ -# $NetBSD: Makefile,v 1.86 2005/08/26 21:36:28 adrianp Exp $ +# $NetBSD: Makefile,v 1.87 2005/10/18 00:46:28 wiz Exp $ # DISTNAME= cvs-1.11.20 CATEGORIES= devel PKGREVISION= 2 -# (SSL) download URL according to http://www.cvshome.org/ is -# https://ccvs.cvshome.org/files/documents/19/861/cvs-1.11.20.tar.bz2 -MASTER_SITES= ${MASTER_SITE_BACKUP} +MASTER_SITES= http://ftp.gnu.org/non-gnu/cvs/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org -HOMEPAGE= http://www.cvshome.org/ +HOMEPAGE= http://cvs.nongnu.org/ COMMENT= Concurrent Versions System PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes +KERBEROS=1 .include "options.mk" |