From fb861fe5a7cc58caa89725c01f240e798bf219a7 Mon Sep 17 00:00:00 2001 From: mandree Date: Fri, 26 Aug 2011 22:32:47 +0000 Subject: Update to new upstream release 2.58 Changes: http://thekelleys.org.uk/dnsmasq/CHANGELOG Suggested by: Loic Pefferkorn. --- dns/dnsmasq/Makefile | 9 +++++---- dns/dnsmasq/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'dns/dnsmasq') diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 868440136bc7..4b9a99884711 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dnsmasq -PORTVERSION= 2.57 -PORTREVISION= 3 +PORTVERSION= 2.58 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ @@ -19,7 +18,6 @@ MAINTAINER= mandree@FreeBSD.org COMMENT= Lightweight DNS forwarder, DHCP and TFTP server LICENSE= GPLv2 -USE_XZ= yes MAN8= dnsmasq.8 @@ -27,6 +25,7 @@ PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html SUB_FILES= pkg-message +USE_XZ= yes MAKE_JOBS_SAFE= yes MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" COPTS="${CFLAGS}" MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" @@ -37,7 +36,7 @@ OPTIONS+= NLS "National Language Support (NLS, enables IDN)" on OPTIONS+= IDN "International Domain Names (IDN) WITHOUT NLS" off # unfortunately, NLS always enables IDN in dnsmasq 2.57 -.include +.include .if defined(WITHOUT_IPV6) CFLAGS+= -DNO_IPV6 @@ -66,6 +65,8 @@ CFLAGS+= -DHAVE_DBUS USE_RC_SUBR= dnsmasq.sh +.include + pre-configure: @: .if defined(WITH_IDN) diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 00ef27f7ef48..7b7afe8a9681 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.57.tar.lzma) = b35c5a31afce2b7c4bd62566d5dc87e1ce62d0d2ebd9c2baf15b5ea16bcc279d -SIZE (dnsmasq-2.57.tar.lzma) = 333348 +SHA256 (dnsmasq-2.58.tar.lzma) = b4e0c21dd1044584ec7b1a5925bb0725b87ea81d18009b240d8879ec4d86b992 +SIZE (dnsmasq-2.58.tar.lzma) = 340647 -- cgit