diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:44:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:44:08 +0000 |
commit | 4650a910d0bf7ff9894cf3142fcc8cace240caee (patch) | |
tree | 4e52dc02625fb5dbfc24d5b3b82b178f9f543b1f /dns | |
parent | 776c8a3824c220b5b01a68c46bc5f90199db256d (diff) | |
download | ports-4650a910d0bf7ff9894cf3142fcc8cace240caee.tar.gz ports-4650a910d0bf7ff9894cf3142fcc8cace240caee.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind10/Makefile | 1 | ||||
-rw-r--r-- | dns/powerdns-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/powerdns/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/dns/bind10/Makefile b/dns/bind10/Makefile index fae52c638c03..9f46c219eeac 100644 --- a/dns/bind10/Makefile +++ b/dns/bind10/Makefile @@ -3,6 +3,7 @@ PORTNAME= bind10 PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index 6086773f5f2e..595eb213824f 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 3.3.1 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 1 CATEGORIES= dns ipv6 PKGNAMESUFFIX= -devel diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 27e1573686cf..eb6a9d77c31a 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 3.3.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} |