diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-28 17:15:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-28 17:15:03 +0800 |
commit | 6ced3920afe47bd5a283b5821979418c5f1cf09c (patch) | |
tree | 36fe0a8eef2f73ff7552204cc8c286bf8ab138c8 /dns/bind95 | |
parent | 7d64c206408f0fe13c9ac6a478cd7964ed7a3bee (diff) | |
download | freebsd-ports-gnome-6ced3920afe47bd5a283b5821979418c5f1cf09c.tar.gz freebsd-ports-gnome-6ced3920afe47bd5a283b5821979418c5f1cf09c.tar.zst freebsd-ports-gnome-6ced3920afe47bd5a283b5821979418c5f1cf09c.zip |
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/bind95')
-rw-r--r-- | dns/bind95/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 1dddf5ffa37e..0a0bff38c9a1 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/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}/,} |