diff options
author | mat <mat@FreeBSD.org> | 2014-11-19 07:17:41 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-11-19 07:17:41 +0800 |
commit | 1815f1e6cc3c70f0c7b1c46acdd40ccaeea4af22 (patch) | |
tree | 42b549f97a7dedb4f0664e2099e250b91612012e /dns | |
parent | 49182dbc14f6e21451863613a6a639feb00904a5 (diff) | |
download | freebsd-ports-gnome-1815f1e6cc3c70f0c7b1c46acdd40ccaeea4af22.tar.gz freebsd-ports-gnome-1815f1e6cc3c70f0c7b1c46acdd40ccaeea4af22.tar.zst freebsd-ports-gnome-1815f1e6cc3c70f0c7b1c46acdd40ccaeea4af22.zip |
Fix bind-tools PORTREVISION.
Noticed by: Andrei Brezan
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind-tools/Makefile | 2 | ||||
-rw-r--r-- | dns/bind910/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 |