aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind95
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-03-18 03:09:09 +0800
committerdougb <dougb@FreeBSD.org>2002-03-18 03:09:09 +0800
commit671222f8d60f86df025eca2dd751f8286cd7581c (patch)
tree9a8812982a32cb1d4be32b3f5f29238109b4709d /dns/bind95
parent570a827904b696b568db2f903853efd01fa0d435 (diff)
downloadfreebsd-ports-gnome-671222f8d60f86df025eca2dd751f8286cd7581c.tar.gz
freebsd-ports-gnome-671222f8d60f86df025eca2dd751f8286cd7581c.tar.zst
freebsd-ports-gnome-671222f8d60f86df025eca2dd751f8286cd7581c.zip
Fix PORTVERSION so that wacky things don't happen down the road.
In my previous commit I forgot to mention that 'pkg_add -r bind' is only half the rationale for changing PORTNAME. The other half is so that people who really want to can 'pkg_add -r bind9'.
Diffstat (limited to 'dns/bind95')
-rw-r--r--dns/bind95/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile
index 2b8824bb3d6b..3f36f27a37d7 100644
--- a/dns/bind95/Makefile
+++ b/dns/bind95/Makefile
@@ -12,17 +12,19 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind9
-PORTVERSION= 9.2.1rc1
+PORTVERSION= 9.2.1.rc1
CATEGORIES= net ipv6
-MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
- ftp://ftp.nominum.com/pub/isc/bind9/${PORTVERSION}/ \
- ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${PORTVERSION}/ \
- ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${PORTVERSION}/,}
+MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${ISCVERSION}/ \
+ ftp://ftp.nominum.com/pub/isc/bind9/${ISCVERSION}/ \
+ ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${ISCVERSION}/ \
+ ftp://ftp.sunet.se/pub/network/isc/bind9/${ISCVERSION}/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,}
DISTFILES= bind-9.2.1rc1.tar.gz
MAINTAINER= DougB@FreeBSD.org
+ISCVERSION= 9.2.1rc1
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps
@@ -78,7 +80,7 @@ MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 dnssec-signzone.8 \
lwresd.8 named-checkconf.8 named-checkzone.8 named.8 nsupdate.8 \
rndc-confgen.8 rndc.8
-WRKSRC= ${WRKDIR}/bind-${PORTVERSION}
+WRKSRC= ${WRKDIR}/bind-${ISCVERSION}
DIR= ${WRKSRC}/bin/
post-patch:
.for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \
amp;id=b028b113ef13fa7972bb45d681d7a0abe47c40a6'>- Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 * Fix the rc scripts so it is actually possible to override the defaults.des2007-06-103-15/+13 * Fix typo in varnishlog.in.des2007-06-052-1/+2 * Upgrade to 1.0.4.des2007-05-255-8/+67 * Upgrade to 1.0.3.des2007-02-202-5/+4 * Add startup script.des2006-11-222-1/+34 * Correct man page listing.des2006-11-151-2/+4 * Upgrade to 1.0.2.des2006-11-093-7/+8 * Upgrade to 1.0.1 (fixes a bug that affects performance under high load)des2006-09-212-4/+4 * Jump the gun on the Varnish 1.0 release.des2006-09-204-12/+19 * Varnish requires FreeBSD 6.1 or newer to run.des2006-08-151-1/+7