diff options
author | mandree <mandree@FreeBSD.org> | 2010-06-09 04:01:50 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-06-09 04:01:50 +0800 |
commit | c3da782624a8fc1fbd1c18c0409e5cb583b494b2 (patch) | |
tree | 546b6d6dc94a4950d1146fcbdd87d955b046aad8 /dns/dnsmasq/Makefile | |
parent | 42258cbf351c87186db981295e5bf50a96f63496 (diff) | |
download | freebsd-ports-gnome-c3da782624a8fc1fbd1c18c0409e5cb583b494b2.tar.gz freebsd-ports-gnome-c3da782624a8fc1fbd1c18c0409e5cb583b494b2.tar.zst freebsd-ports-gnome-c3da782624a8fc1fbd1c18c0409e5cb583b494b2.zip |
Upgrade to upstream bugfix release 2.55, removing version hack.
Note this version fixes two crashes on startup.
Approved by: garga (mentor)
Diffstat (limited to 'dns/dnsmasq/Makefile')
-rw-r--r-- | dns/dnsmasq/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 3431331fd54a..1ff61f079d00 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,11 +6,7 @@ # PORTNAME= dnsmasq -PORTVERSION= 2.54 -# Simon mistyped the program-internal version number and will name -# the next release 2.55. Make sure portversion matches the self-presentation. -# http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2010q2/004105.html -DISTNAME= ${PORTNAME}-2.53 +PORTVERSION= 2.55 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ |