diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-14 10:34:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-14 10:34:57 +0000 |
commit | e3b6397791e81029d7fd4ded58390b1d2d3f95ca (patch) | |
tree | 7362a8e3021367244ababba720ac597bff8faf8c /dns/dnsmasq/Makefile | |
parent | 96f584131d7d794512be64f8b19d7651937a0fc7 (diff) | |
download | ports-e3b6397791e81029d7fd4ded58390b1d2d3f95ca.tar.gz ports-e3b6397791e81029d7fd4ded58390b1d2d3f95ca.zip |
Notes
Diffstat (limited to 'dns/dnsmasq/Makefile')
-rw-r--r-- | dns/dnsmasq/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 1373c07c874e..b938293594ad 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,9 +6,10 @@ # PORTNAME= dnsmasq -DISTVERSION= 2.51rc1 +PORTVERSION= 2.51 +PORTEPOCH= 1 CATEGORIES= dns ipv6 -MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ \ +MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ http://homepages.uni-paderborn.de/mandree/ MAINTAINER= matthias.andree@gmx.de |