From owner-svn-ports-all@FreeBSD.ORG Fri Oct 25 22:28:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3EB26A2F; Fri, 25 Oct 2013 22:28:00 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10B072715; Fri, 25 Oct 2013 22:28:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9PMRxlX059431; Fri, 25 Oct 2013 22:27:59 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9PMRxok059428; Fri, 25 Oct 2013 22:27:59 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201310252227.r9PMRxok059428@svn.freebsd.org> From: Matthias Andree Date: Fri, 25 Oct 2013 22:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331639 - in head/dns: dnsmasq dnsmasq-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 22:28:00 -0000 Author: mandree Date: Fri Oct 25 22:27:59 2013 New Revision: 331639 URL: http://svnweb.freebsd.org/changeset/ports/331639 Log: Upgrade dnsmasq to new upstream release 2.67. Changelog: Enable NLS and IPV6 options by default. Use shebangfix on files that need it. Mark dnsmasq-devel (older than release) IGNORE. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq/Makefile head/dns/dnsmasq/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Fri Oct 25 21:04:57 2013 (r331638) +++ head/dns/dnsmasq-devel/Makefile Fri Oct 25 22:27:59 2013 (r331639) @@ -13,6 +13,7 @@ COMMENT= Lightweight DNS forwarder, DHCP LICENSE= GPLv2 CONFLICTS_INSTALL=dnsmasq-2* +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/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Fri Oct 25 21:04:57 2013 (r331638) +++ head/dns/dnsmasq/Makefile Fri Oct 25 22:27:59 2013 (r331639) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.66 +DISTVERSION= 2.67 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ - ${MASTER_SITE_LOCAL}/ -MASTER_SITE_SUBDIR= mandree + LOCAL/mandree/ MAINTAINER= mandree@FreeBSD.org COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server @@ -25,10 +24,14 @@ CFLAGS+= -Wall -Wno-unused-value MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" COPTS="${CFLAGS}" LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" OPTIONS_DEFINE= IPV6 DBUS NLS IDN LUA +OPTIONS_DEFAULT= IPV6 NLS OPTIONS_EXCLUDE+= EXAMPLES NLS_DESC= National Language Support (NLS, enables IDN) IDN_DESC= International Domain Names (IDN) WITHOUT NLS LUA_DESC= Support lease-change scripts in LUA +USES= shebangfix +SHEBANG_FILES= contrib/dynamic-dnsmasq/dynamic-dnsmasq.pl \ + contrib/dnslist/dnslist.pl .include Modified: head/dns/dnsmasq/distinfo ============================================================================== --- head/dns/dnsmasq/distinfo Fri Oct 25 21:04:57 2013 (r331638) +++ head/dns/dnsmasq/distinfo Fri Oct 25 22:27:59 2013 (r331639) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.66.tar.xz) = 5e143947527bcdc46a30f4b1bbdfbfa96333dd98bcecdac3b5b1d6cacfe06c75 -SIZE (dnsmasq-2.66.tar.xz) = 401056 +SHA256 (dnsmasq-2.67.tar.xz) = a8f1cec9d3f38d19c7c54e2879703d42748ace0f62c32e695b082051bdd2705d +SIZE (dnsmasq-2.67.tar.xz) = 418484