diff options
author | dougb <dougb@FreeBSD.org> | 2002-05-22 13:22:31 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-05-22 13:22:31 +0800 |
commit | 6f8a4898396314385bd2b753528c6ff29cbefa4c (patch) | |
tree | 7eabcdd4329e57adecd6017bb75153b505ffd49d /dns/bind94 | |
parent | f16244aa460e2a58e0cec2409a0365349af7a5c0 (diff) | |
download | freebsd-ports-gnome-6f8a4898396314385bd2b753528c6ff29cbefa4c.tar.gz freebsd-ports-gnome-6f8a4898396314385bd2b753528c6ff29cbefa4c.tar.zst freebsd-ports-gnome-6f8a4898396314385bd2b753528c6ff29cbefa4c.zip |
Update to the latest release version
Diffstat (limited to 'dns/bind94')
-rw-r--r-- | dns/bind94/Makefile | 6 | ||||
-rw-r--r-- | dns/bind94/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index ca43319efb78..72a0e478c308 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -12,18 +12,18 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 -PORTVERSION= 9.2.1.rc2 +PORTVERSION= 9.2.1 CATEGORIES= net ipv6 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.1rc2.tar.gz +DISTFILES= bind-9.2.1.tar.gz MAINTAINER= DougB@FreeBSD.org -ISCVERSION= 9.2.1rc2 +ISCVERSION= 9.2.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps diff --git a/dns/bind94/distinfo b/dns/bind94/distinfo index b531800362c6..edb9529716ee 100644 --- a/dns/bind94/distinfo +++ b/dns/bind94/distinfo @@ -1 +1 @@ -MD5 (bind-9.2.1rc2.tar.gz) = 8761dde1aaf19a008dbcf559bd1e9ee6 +MD5 (bind-9.2.1.tar.gz) = 692cff6f44e006ce6984b2c286949dd1 |