Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/net/bind96/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/net/bind96/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.18 retrieving revision 1.18.2.1 diff -u -p -r1.18 -r1.18.2.1 --- pkgsrc/net/bind96/Attic/Makefile 2011/02/09 16:24:14 1.18 +++ pkgsrc/net/bind96/Attic/Makefile 2011/07/06 03:01:56 1.18.2.1 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/02/09 16:24:14 taca Exp $ +# $NetBSD: Makefile,v 1.18.2.1 2011/07/06 03:01:56 sbd Exp $ DISTNAME= bind-${BIND_VERSION} -PKGNAME= ${DISTNAME:S/-P/pl/} +PKGNAME= ${DISTNAME:S/-ESV/.3.1.ESV/:S/-R/./:S/-P/pl/} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.6.3 +BIND_VERSION= 9.6-ESV-R4-P3 .include "../../mk/bsd.prefs.mk"