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

Matthias Andree mandree at FreeBSD.org
Thu Aug 16 07:08:09 UTC 2018


Author: mandree
Date: Thu Aug 16 07:08:08 2018
New Revision: 477310
URL: https://svnweb.freebsd.org/changeset/ports/477310

Log:
  Update to 2.80test3 release.
  
  Changelog:
  <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=3b6eb197a88ff450fb6abeff67152a592a7d683a>

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

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Thu Aug 16 06:57:23 2018	(r477309)
+++ head/dns/dnsmasq-devel/Makefile	Thu Aug 16 07:08:08 2018	(r477310)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.77rc5
+DISTVERSION=	2.80test3
 PORTEPOCH=	2
 CATEGORIES=	dns ipv6
-MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/
-#MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/test-releases/
+#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
@@ -14,7 +14,6 @@ COMMENT=	Lightweight DNS forwarder, DHCP, and TFTP ser
 
 LICENSE=	GPLv2
 
-IGNORE=		build stable version instead, it is newer than this release candidate
 CONFLICTS_INSTALL=dnsmasq-2*
 
 PORTDOCS=	CHANGELOG CHANGELOG.archive FAQ doc.html setup.html
@@ -33,7 +32,7 @@ OPTIONS_RADIO_INTL=	IDN NLS
 INTL_DESC=	Internationalization Support Level
 NLS_DESC=	IDN+NLS: Int'l Domain Names & National Language support
 IDN_DESC=	IDN: Int'l Domain Names WITHOUT full NLS
-IPSET_DESC=	Dynamic firewall managment of resolved names (require PF)
+IPSET_DESC=	Dynamic firewall management of resolved names (needs PF)
 LUA_DESC=	Support lease-change scripts written in Lua
 DNSSEC_DESC=	Enable DNSSEC caching and validation
 USES=		cpe shebangfix tar:xz
@@ -82,7 +81,7 @@ USES+=		lua
 .endif
 
 .if ${PORT_OPTIONS:MDNSSEC}
-CFLAGS+=	-DHAVE_DNSSEC
+CFLAGS+=	-DHAVE_DNSSEC -I${LOCALBASE}/include
 USES+=		pkgconfig
 LIB_DEPENDS+=	libnettle.so:security/nettle
 LIB_DEPENDS+=	libgmp.so:math/gmp

Modified: head/dns/dnsmasq-devel/distinfo
==============================================================================
--- head/dns/dnsmasq-devel/distinfo	Thu Aug 16 06:57:23 2018	(r477309)
+++ head/dns/dnsmasq-devel/distinfo	Thu Aug 16 07:08:08 2018	(r477310)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495487478
-SHA256 (dnsmasq-2.77rc5.tar.xz) = d9447e9307234c4818ca0e0d9818e1d62da65eaf32ee37ea9bdc47c82068f560
-SIZE (dnsmasq-2.77rc5.tar.xz) = 503548
+TIMESTAMP = 1534402568
+SHA256 (dnsmasq-2.80test3.tar.xz) = af9f6fd13e0d6c5a68059bcf8634c2784c0533017fd48fbaf59cd2955342d301
+SIZE (dnsmasq-2.80test3.tar.xz) = 513624


More information about the svn-ports-all mailing list