From 1815f1e6cc3c70f0c7b1c46acdd40ccaeea4af22 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 18 Nov 2014 23:17:41 +0000 Subject: Fix bind-tools PORTREVISION. Noticed by: Andrei Brezan Sponsored by: Absolight --- dns/bind-tools/Makefile | 2 +- dns/bind910/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dns') diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile index bb119b3426f1..71d633c8d27f 100644 --- a/dns/bind-tools/Makefile +++ b/dns/bind-tools/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -tools COMMENT= Command line tools from BIND: dig, host, and nslookup diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index f9ab0c374254..61222a116444 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX?= 910 -- cgit