diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2017-02-09 00:22:14 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2017-02-09 00:22:14 +0000 |
commit | 29d2af5ad9b879ebace7292542b0178c9c0b2dc6 (patch) | |
tree | 4f2706b087b16e898392a7f14fe32db8c1d948e9 /dns/dnsmasq-devel | |
parent | aaa8832b374e2c286e0230e7da838f61583ff860 (diff) | |
download | ports-29d2af5ad9b879ebace7292542b0178c9c0b2dc6.tar.gz ports-29d2af5ad9b879ebace7292542b0178c9c0b2dc6.zip |
Notes
Diffstat (limited to 'dns/dnsmasq-devel')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 12 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index f52a980121a5..f46ef2c9cc0e 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.76rc2 +DISTVERSION= 2.77test2 PORTEPOCH= 1 CATEGORIES= dns ipv6 -MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ -#MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ +#MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ +MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ PKGNAMESUFFIX= -devel MAINTAINER= mandree@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server LICENSE= GPLv2 -IGNORE= build stable version instead, it is newer than this release candidate +#IGNORE= build stable version instead, it is newer than this release candidate CONFLICTS_INSTALL=dnsmasq-2* PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html @@ -99,8 +99,8 @@ post-patch: pre-configure: pretty-print-config .if ${PORT_OPTIONS:MIDN} .if empty(PORT_OPTIONS:MNLS) - @if ${OBJDUMP} -p ${LOCALBASE}/lib/libidn.so \ - | ${EGREP} -q 'NEEDED[[:space:]]+libintl\.so' ; \ + @if ${READELF} -d ${LOCALBASE}/lib/libidn.so \ + | ${EGREP} -q '\<NEEDED\>.*\[libintl\.so' ; \ then ${ECHO} ; ${ECHO} 'WARNING: dns/libidn was compiled with NLS support!' ; \ ${ECHO} 'Recompile libidn WITHOUT_NLS to get rid of NLS dependencies.' ; ${ECHO} ; \ fi diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 58c5d0754f37..9c3659982d79 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463439275 -SHA256 (dnsmasq-2.76rc2.tar.xz) = 12c5a263791e6c8717a3dffd4eaae655de5dfc4875caab6cdce636beb879d46e -SIZE (dnsmasq-2.76rc2.tar.xz) = 495296 +TIMESTAMP = 1486597883 +SHA256 (dnsmasq-2.77test2.tar.xz) = 504611dda4d68f95875f77e0fc0aae73fabbcfd675b987e0795ec4b56182edfd +SIZE (dnsmasq-2.77test2.tar.xz) = 498804 |