svn commit: r338400 - head/dns/dnsmasq-devel

Matthias Andree mandree at FreeBSD.org
Wed Jan 1 23:06:41 UTC 2014


Author: mandree
Date: Wed Jan  1 23:06:40 2014
New Revision: 338400
URL: http://svnweb.freebsd.org/changeset/ports/338400

Log:
  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.

Modified:
  head/dns/dnsmasq-devel/Makefile
  head/dns/dnsmasq-devel/distinfo

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Wed Jan  1 22:55:58 2014	(r338399)
+++ head/dns/dnsmasq-devel/Makefile	Wed Jan  1 23:06:40 2014	(r338400)
@@ -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 at FreeBSD.org
@@ -13,7 +14,7 @@ COMMENT=	Lightweight DNS forwarder, DHCP
 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
 

Modified: head/dns/dnsmasq-devel/distinfo
==============================================================================
--- head/dns/dnsmasq-devel/distinfo	Wed Jan  1 22:55:58 2014	(r338399)
+++ head/dns/dnsmasq-devel/distinfo	Wed Jan  1 23:06:40 2014	(r338400)
@@ -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


More information about the svn-ports-all mailing list