diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-10-28 11:54:41 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-10-28 11:54:41 +0000 |
commit | fbe9f7ffc622980590189de2c080b6a39add3b37 (patch) | |
tree | 1f72fcdfd3140cc30b4bd853e4f21d7bda9c0381 /dns/bind96 | |
parent | 7d361ef8839e0100f253b5917fc72813f8224c3f (diff) | |
download | ports-fbe9f7ffc622980590189de2c080b6a39add3b37.tar.gz ports-fbe9f7ffc622980590189de2c080b6a39add3b37.zip |
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.
Notes
Notes:
svn path=/head/; revision=92446
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 0a0bff38c9a1..1dddf5ffa37e 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/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}/,} |