diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-16 10:51:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-16 10:51:32 +0000 |
commit | 7f5cbfeed4fcd18e7a22e509d99825c217e17303 (patch) | |
tree | 058e894c0a240dbe6c6d684b1fcf7770b7e52cf3 /dns | |
parent | 794527e613edcd43cf89dfc8f437bcf258646f96 (diff) |
Notes
Diffstat (limited to 'dns')
-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 eb317c96f839..059dbfbd6d9a 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -4,7 +4,7 @@ PORTNAME= dnsmasq DISTVERSION= 2.81 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= dns MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ |