summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dns/dnsmasq-devel/Makefile1
-rw-r--r--dns/dnsmasq/Makefile9
-rw-r--r--dns/dnsmasq/distinfo4
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