From 6ced3920afe47bd5a283b5821979418c5f1cf09c Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 28 Oct 2003 09:15:03 +0000 Subject: 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 < --- dns/bind94/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dns/bind94') diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 1dddf5ffa37e..0a0bff38c9a1 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/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}/,} -- cgit