diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-28 09:15:03 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-28 09:15:03 +0000 |
commit | 6ced3920afe47bd5a283b5821979418c5f1cf09c (patch) | |
tree | 36fe0a8eef2f73ff7552204cc8c286bf8ab138c8 /dns/bind9 | |
parent | 7d64c206408f0fe13c9ac6a478cd7964ed7a3bee (diff) | |
download | FreeBSD-ports-6ced3920afe47bd5a283b5821979418c5f1cf09c.zip FreeBSD-ports-6ced3920afe47bd5a283b5821979418c5f1cf09c.tar.gz |
Fix removal of the last digit in the version number issue.
[~/cvs/ports/dns/bind9] edwin@k7>pkg_version -t 9.2.3.4 9.2.3
>
[~/cvs/ports/dns/bind9] edwin@k7>pkg_version -t 9.2.3.4 9.2.3,1
<
Diffstat (limited to 'dns/bind9')
-rw-r--r-- | dns/bind9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 1dddf5f..0a0bff3 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -13,6 +13,7 @@ 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}/,} |