diff options
author | dougb <dougb@FreeBSD.org> | 2003-10-28 11:54:41 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-10-28 11:54:41 +0000 |
commit | 549f70e06d75fb4db983137fd68c766a2a5634dd (patch) | |
tree | 3a87e6ae7e330f18008b417de174bc96f0d992fb /dns/bind94 | |
parent | a3e5bd5cd61cd71e46381032d71077c220d5c2f3 (diff) | |
download | FreeBSD-ports-549f70e06d75fb4db983137fd68c766a2a5634dd.zip FreeBSD-ports-549f70e06d75fb4db983137fd68c766a2a5634dd.tar.gz |
I specifically stated that I did not want to bump portepoch for this port.
I realize that my error in version numbering previously caused some confusion
about 9.2.3 being a more up to date version than 9.2.3.4, but this will quickly
be resolved with the next version, and affected only a few users who installed
the release candidate. The portepoch change is permanent, and perpetuates a
silly kludge for no good reason.
Please do not change this again without discussing it with me.
Diffstat (limited to 'dns/bind94')
-rw-r--r-- | dns/bind94/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 0a0bff3..1dddf5f 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -13,7 +13,6 @@ PORTNAME= bind9 PORTVERSION= 9.2.3 -PORTEPOCH= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} |