diff options
author | mandree <mandree@FreeBSD.org> | 2011-08-27 06:32:47 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-08-27 06:32:47 +0800 |
commit | fb861fe5a7cc58caa89725c01f240e798bf219a7 (patch) | |
tree | ebb8ee0c1af7a2313a4500dbd2ab8dd08c63116b /dns/dnsmasq | |
parent | ec840bbd2d648bb7ce390569d2b4b5e1f422f663 (diff) | |
download | freebsd-ports-gnome-fb861fe5a7cc58caa89725c01f240e798bf219a7.tar.gz freebsd-ports-gnome-fb861fe5a7cc58caa89725c01f240e798bf219a7.tar.zst freebsd-ports-gnome-fb861fe5a7cc58caa89725c01f240e798bf219a7.zip |
Update to new upstream release 2.58
Changes: http://thekelleys.org.uk/dnsmasq/CHANGELOG
Suggested by: Loic Pefferkorn.
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 9 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
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 <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITHOUT_IPV6) CFLAGS+= -DNO_IPV6 @@ -66,6 +65,8 @@ CFLAGS+= -DHAVE_DBUS USE_RC_SUBR= dnsmasq.sh +.include <bsd.port.pre.mk> + 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 |