diff options
author | mandree <mandree@FreeBSD.org> | 2013-10-26 06:27:59 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-10-26 06:27:59 +0800 |
commit | bee3b0979868ad42f320cdaeabb5d7205e24c885 (patch) | |
tree | 16adf5e208d1e3b81c33e2d9043b8b9851d1fad7 /dns | |
parent | 50000d1f14d1420077516c3660d3be7b2b566df2 (diff) | |
download | freebsd-ports-gnome-bee3b0979868ad42f320cdaeabb5d7205e24c885.tar.gz freebsd-ports-gnome-bee3b0979868ad42f320cdaeabb5d7205e24c885.tar.zst freebsd-ports-gnome-bee3b0979868ad42f320cdaeabb5d7205e24c885.zip |
Upgrade dnsmasq to new upstream release 2.67.
Changelog: <http://www.thekelleys.org.uk/dnsmasq/CHANGELOG>
Enable NLS and IPV6 options by default.
Use shebangfix on files that need it.
Mark dnsmasq-devel (older than release) IGNORE.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsmasq/Makefile | 9 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 20b69280f08b..d50de73fc989 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -13,6 +13,7 @@ COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server 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 diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index d37b2941410b..3138e4d03a2d 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -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 <bsd.port.options.mk> diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 9cdb80fc0a4e..1718044a342d 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -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 |