diff options
author | mandree <mandree@FreeBSD.org> | 2014-01-02 07:06:40 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-01-02 07:06:40 +0800 |
commit | 5d97891e9bfef0aeb006e0168eceafc0e446d55f (patch) | |
tree | ebff89c1eb29ba8787cebff638a05e7fefcb5097 /dns | |
parent | 886568f2bfef5c7d9670a2fad4186cbf6c8c3ab0 (diff) | |
download | freebsd-ports-gnome-5d97891e9bfef0aeb006e0168eceafc0e446d55f.tar.gz freebsd-ports-gnome-5d97891e9bfef0aeb006e0168eceafc0e446d55f.tar.zst freebsd-ports-gnome-5d97891e9bfef0aeb006e0168eceafc0e446d55f.zip |
Update to new upstream 2.69test3 release, with these noteworthy changes:
- Implement dynamic interface discovery on *BSD
- Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch.
- Ignore ",," in dhcp-host, rather than treating it as ",0,"
Invent an additional .0 so we can later have 2.69rc... releases without
touching PORTEPOCH.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 7 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index dbdee4b5a273..eec188b6e9a0 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.68rc5 +PORTVERSION= 2.69.0test3 +DISTVERSION= 2.69test3 CATEGORIES= dns ipv6 -MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ +MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ PKGNAMESUFFIX= -devel MAINTAINER= mandree@FreeBSD.org @@ -13,7 +14,7 @@ COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server LICENSE= GPLv2 CONFLICTS_INSTALL=dnsmasq-2* -IGNORE= - build stable version instead, it is newer than this release candidate +#IGNORE= - build stable version instead, it is newer than this release candidate PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 094e07457a03..1dd3f3da6320 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.68rc5.tar.xz) = 35382ac76aa12151cf7ddb58cd56a66a38be18bdd84a5d6fea2157de86d93779 -SIZE (dnsmasq-2.68rc5.tar.xz) = 435788 +SHA256 (dnsmasq-2.69test3.tar.xz) = 9d5cd1242c26b42664ec392b0a84506b2f3a3e0b8604861d5727f116080b41d8 +SIZE (dnsmasq-2.69test3.tar.xz) = 436760 |