diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-24 09:36:21 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-24 09:36:21 +0800 |
commit | 7ad3a9e15585f1802c8f71b5abf8a6526ab3629b (patch) | |
tree | 5ea988e66f252ea14f1e916ed49416241262cdb5 /dns | |
parent | 34ee2c2399e49ed80bde540d22b7c6db2c4f2481 (diff) | |
download | freebsd-ports-gnome-7ad3a9e15585f1802c8f71b5abf8a6526ab3629b.tar.gz freebsd-ports-gnome-7ad3a9e15585f1802c8f71b5abf8a6526ab3629b.tar.zst freebsd-ports-gnome-7ad3a9e15585f1802c8f71b5abf8a6526ab3629b.zip |
Update to 2.23
Fix IPv6 build. Thanks to Richard Hirner
PR: 87867
Submitted by: Steven Honson <steven@honson.org> (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 6 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index e2fca5819145..a3c400865352 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dnsmasq -PORTVERSION= 2.22 -PORTREVISION= 1 +PORTVERSION= 2.23 CATEGORIES= dns MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ @@ -18,10 +17,11 @@ MAN8= dnsmasq.8 PLIST_FILES= sbin/dnsmasq etc/dnsmasq.conf.example USE_GETOPT_LONG=yes +USE_GMAKE= yes MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" .if defined(WITHOUT_IPV6) -MAKE_ENV+= -DNO_IPV6 +CFLAGS+= -DNO_IPV6 .endif .include <bsd.port.pre.mk> diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index e50d7840ce9d..084595b288a7 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,2 +1,2 @@ -MD5 (dnsmasq-2.22.tar.gz) = b38f33cd0703fa664a37a4595d918189 -SIZE (dnsmasq-2.22.tar.gz) = 146239 +MD5 (dnsmasq-2.23.tar.gz) = 7be1f5bd6446cbb743feaf26bf74db53 +SIZE (dnsmasq-2.23.tar.gz) = 159102 |