svn commit: r315998 - head/dns/dnsmasq
Matthias Andree
mandree at FreeBSD.org
Wed Apr 17 17:49:50 UTC 2013
Author: mandree
Date: Wed Apr 17 17:49:50 2013
New Revision: 315998
URL: http://svnweb.freebsd.org/changeset/ports/315998
Log:
Update to new upstream release 2.66.
New DHCPv6 stuff, ability to act as authoritative server for local data.
Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
Feature safe: yes
Modified:
head/dns/dnsmasq/Makefile
head/dns/dnsmasq/distinfo
Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile Wed Apr 17 17:40:23 2013 (r315997)
+++ head/dns/dnsmasq/Makefile Wed Apr 17 17:49:50 2013 (r315998)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dnsmasq
-DISTVERSION= 2.65
+DISTVERSION= 2.66
PORTEPOCH= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \
@@ -71,9 +71,6 @@ USE_RC_SUBR= dnsmasq
post-patch:
${REINPLACE_CMD} -e "s/lua5\.1/lua-5.1/" ${WRKSRC}/Makefile
- # Simon forgot...
- # see http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2012q3/006156.html
- ${REINPLACE_CMD} -e "s/2\.63rc6/2.63/" ${WRKSRC}/VERSION
pre-configure:
@:
Modified: head/dns/dnsmasq/distinfo
==============================================================================
--- head/dns/dnsmasq/distinfo Wed Apr 17 17:40:23 2013 (r315997)
+++ head/dns/dnsmasq/distinfo Wed Apr 17 17:49:50 2013 (r315998)
@@ -1,2 +1,2 @@
-SHA256 (dnsmasq-2.65.tar.xz) = 59d12adad6b7a11af6473797d156c69e54e9db5a2d10d837286404dbf421e6c2
-SIZE (dnsmasq-2.65.tar.xz) = 381900
+SHA256 (dnsmasq-2.66.tar.xz) = 5e143947527bcdc46a30f4b1bbdfbfa96333dd98bcecdac3b5b1d6cacfe06c75
+SIZE (dnsmasq-2.66.tar.xz) = 401056
More information about the svn-ports-all
mailing list