diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-10-17 23:24:21 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-10-17 23:24:21 +0000 |
commit | 3c1e8025beae6d9b8ec95bb6be2618383a956d50 (patch) | |
tree | 950b7bfaf1bead70e61513e8849d150f3b181add /dns | |
parent | 1c0ceb76b141b9876d327413724d6e637b62da6c (diff) | |
download | ports-3c1e8025beae6d9b8ec95bb6be2618383a956d50.tar.gz ports-3c1e8025beae6d9b8ec95bb6be2618383a956d50.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 5 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 17ef5f66943d..20b69280f08b 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.67rc3 +DISTVERSION= 2.67rc4 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel @@ -28,6 +28,9 @@ 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-devel/distinfo b/dns/dnsmasq-devel/distinfo index b8c077e0aa3a..5a984ebd3008 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.67rc3.tar.xz) = 2db4a3d8d7358a91ecf2ec9127ccc9ba878cf7c000337570a14434ee8628d153 -SIZE (dnsmasq-2.67rc3.tar.xz) = 427608 +SHA256 (dnsmasq-2.67rc4.tar.xz) = 73e0e482bd9cccbdc2f2e10dc12bc1b43ba010c22b5054fea45b09e5d76239b0 +SIZE (dnsmasq-2.67rc4.tar.xz) = 431584 |