diff options
author | Johan van Selst <johans@FreeBSD.org> | 2016-01-23 21:14:18 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2016-01-23 21:14:18 +0000 |
commit | c590f0bad986c1ea6ac196f20c88448e75de1a6e (patch) | |
tree | 5d63dd08b4a6b424872f4a0aff2c3ecd57292611 /dns/dnsmasq | |
parent | 61eb9ad3a2ef2614e59cdc813559f76f208b3b6c (diff) | |
download | ports-c590f0bad986c1ea6ac196f20c88448e75de1a6e.tar.gz ports-c590f0bad986c1ea6ac196f20c88448e75de1a6e.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 1473d6ec7f8a..a5af54da048d 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsmasq DISTVERSION= 2.75 -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/ \ |