diff options
author | mandree <mandree@FreeBSD.org> | 2014-02-07 16:30:33 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-02-07 16:30:33 +0800 |
commit | f5078915ddec2c6f91976d463314431d4cde9c1b (patch) | |
tree | f8196da7e0e0e8df939d88d0078e167d3a930a83 /dns | |
parent | bf450c3e5ba500314e2b2ac99d2c388614b57b95 (diff) | |
download | freebsd-ports-gnome-f5078915ddec2c6f91976d463314431d4cde9c1b.tar.gz freebsd-ports-gnome-f5078915ddec2c6f91976d463314431d4cde9c1b.tar.zst freebsd-ports-gnome-f5078915ddec2c6f91976d463314431d4cde9c1b.zip |
Add Simon's patch from Git for AD flag treatment (dig ... +ad).
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 07bf370ec204..9d11e20b5f02 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -4,6 +4,7 @@ PORTNAME= dnsmasq PORTVERSION= 2.69.0test6 DISTVERSION= 2.69test6 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ PKGNAMESUFFIX= -devel |