diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-09 23:25:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-09 23:25:36 +0000 |
commit | dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f (patch) | |
tree | 7024f5e8f834929410437d95daf7499f3ae5966b /dns/dnsmasq | |
parent | f8fbc1ddbadd068b44e2668c55ac085ee7d0cddd (diff) | |
download | ports-dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f.tar.gz ports-dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f.zip |
Notes
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 2423bb153f6d..d0021f27d415 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsmasq DISTVERSION= 2.80 -PORTREVISION= 1 # leave this in even if 0 to avoid PORTEPOCH bumps +PORTREVISION= 2 # leave this in even if 0 to avoid PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ |