diff options
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r-- | devel/cvs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 6d9c717ab2b..f4ad16299e2 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2004/04/15 22:28:36 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2004/05/22 10:38:06 wiz Exp $ # -DISTNAME= cvs-1.11.15 +DISTNAME= cvs-1.11.16 CATEGORIES= devel MASTER_SITES= http://www.cvshome.org/files/19/10/ \ http://ftp.cvshome.org/release/stable/${DISTNAME}/ @@ -25,7 +25,7 @@ BUILD_DEFS+= USE_INET6 empty(MACHINE_PLATFORM:MLinux-*) CONFIGURE_ARGS+= --enable-ipv6 PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= cvs-1.11.15-v6-20040416.diff.gz +PATCHFILES= cvs-1.11.16-v6-20040521.diff.gz PATCH_DIST_STRIP= -p1 .else CONFIGURE_ARGS+= --disable-ipv6 |