Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2020 21:29:24 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528134 - in head/dns/dnsmasq-devel: . files
Message-ID:  <202003092129.029LTO5M098228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Mon Mar  9 21:29:24 2020
New Revision: 528134
URL: https://svnweb.freebsd.org/changeset/ports/528134

Log:
  dns/dnsmasq-devel: Update to 2.81rc3 (from rc2).
  
  Git changelog:
  * 46bdfe6 2020-03-08 | Fix error in IPv6 prefix calculation. (HEAD -> master, tag: v2.81rc3, origin/master, origin/HEAD) [Petr Menšík]
  * dded78b 2020-03-08 | Add DHCPv6 ntp-server (56) option handling. [Vladislav Grishenko]
  * b594e8d 2020-03-06 | rfc3315: fix incorrect logical '&&' warning [Kevin Darbyshire-Bryant]
  * 70c50ef 2020-03-06 | suppress non linux network unused var warnings [Kevin Darbyshire-Bryant]
  * ea3c60a 2020-03-08 | Diverge error handling between *BSD and Linux. [Brad Smith]
  
  Replace patch-Makefile by a $REINPLACE_CMD that support
  nondefault lua versions 5.1 and 5.3, too.
  
  Remove patch-src_rfc3315.c, same as b594e8d but written independently.

Deleted:
  head/dns/dnsmasq-devel/files/patch-Makefile
  head/dns/dnsmasq-devel/files/patch-src_rfc3315.c
Modified:
  head/dns/dnsmasq-devel/Makefile
  head/dns/dnsmasq-devel/distinfo

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Mon Mar  9 20:59:01 2020	(r528133)
+++ head/dns/dnsmasq-devel/Makefile	Mon Mar  9 21:29:24 2020	(r528134)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.81rc2
+DISTVERSION=	2.81rc3
 PORTEPOCH=	3
 CATEGORIES=	dns
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/
@@ -106,6 +106,9 @@ pre-configure: pretty-print-config
 	@${ECHO} 'WARNING: IDN and NLS enabled, building IDN WITH NLS.'
 .endif
 .endif
+
+post-patch:
+	${REINPLACE_CMD} -e '/^lua_/s/lua5\.2/lua-${LUA_VER}/' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${STAGEDIR}${PREFIX}/sbin

Modified: head/dns/dnsmasq-devel/distinfo
==============================================================================
--- head/dns/dnsmasq-devel/distinfo	Mon Mar  9 20:59:01 2020	(r528133)
+++ head/dns/dnsmasq-devel/distinfo	Mon Mar  9 21:29:24 2020	(r528134)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583457946
-SHA256 (dnsmasq-2.81rc2.tar.xz) = 218a5414836c0a553b57f5506d001f48b5eadc869d0fa21499ab1cdca75c1912
-SIZE (dnsmasq-2.81rc2.tar.xz) = 527860
+TIMESTAMP = 1583787383
+SHA256 (dnsmasq-2.81rc3.tar.xz) = c516904cec0ecb45b02ae7c192a4f08a59f734c7a332c15b26b44ffa3ae2925e
+SIZE (dnsmasq-2.81rc3.tar.xz) = 528068



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003092129.029LTO5M098228>