summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/dnsmasq/Makefile5
-rw-r--r--net/dnsmasq/distinfo10
-rw-r--r--net/dnsmasq/patches/patch-aa32
3 files changed, 19 insertions, 28 deletions
diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile
index 3ff5bc15c31..fbc10e6d9f0 100644
--- a/net/dnsmasq/Makefile
+++ b/net/dnsmasq/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:23 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/02/23 15:08:07 wiz Exp $
#
-DISTNAME= dnsmasq-2.23
-PKGREVISION= 1
+DISTNAME= dnsmasq-2.38
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
diff --git a/net/dnsmasq/distinfo b/net/dnsmasq/distinfo
index 43fe2b76487..9afba172e51 100644
--- a/net/dnsmasq/distinfo
+++ b/net/dnsmasq/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2006/03/22 15:59:56 joerg Exp $
+$NetBSD: distinfo,v 1.3 2007/02/23 15:08:07 wiz Exp $
-SHA1 (dnsmasq-2.23.tar.gz) = 6ddeaaa9b7a457d65c8d02980a69ccbd08925acc
-RMD160 (dnsmasq-2.23.tar.gz) = 3ba342790e1912828a5bb389abfa4679e4d93c2c
-Size (dnsmasq-2.23.tar.gz) = 159102 bytes
-SHA1 (patch-aa) = 2450048934b3102ee47a4af26ec279162c414302
+SHA1 (dnsmasq-2.38.tar.gz) = 267ac7b78e9f48b0d8d65f30fc0faa2a6552ae8c
+RMD160 (dnsmasq-2.38.tar.gz) = bfa7ca4a5ededa2aedd708991b8177274b1db8b7
+Size (dnsmasq-2.38.tar.gz) = 272953 bytes
+SHA1 (patch-aa) = 584464432ddedd1d00b742330a73f8a27c0e8e17
diff --git a/net/dnsmasq/patches/patch-aa b/net/dnsmasq/patches/patch-aa
index 1cd615860cb..8203fd46a25 100644
--- a/net/dnsmasq/patches/patch-aa
+++ b/net/dnsmasq/patches/patch-aa
@@ -1,22 +1,14 @@
-$NetBSD: patch-aa,v 1.1 2006/03/22 15:59:56 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2007/02/23 15:08:07 wiz Exp $
---- src/config.h.orig 2006-03-22 15:55:31.000000000 +0000
-+++ src/config.h
-@@ -32,7 +32,7 @@
- # define RESOLVFILE "/etc/resolv.conf"
- #endif
- #define RUNFILE "/var/run/dnsmasq.pid"
--#if defined(__FreeBSD__) || defined (__OpenBSD__)
-+#if defined(__FreeBSD__) || defined (__OpenBSD__) || defined(__DragonFly__)
- # define LEASEFILE "/var/db/dnsmasq.leases"
- #else
- # define LEASEFILE "/var/lib/misc/dnsmasq.leases"
-@@ -276,7 +276,7 @@ typedef unsigned long in_addr_t;
- #endif
- #endif
+--- Makefile.orig 2007-02-06 22:09:40.000000000 +0000
++++ Makefile
+@@ -1,7 +1,7 @@
+ PREFIX?=/usr/local
+ BINDIR = ${PREFIX}/sbin
+-MANDIR = ${PREFIX}/share/man
+-LOCALEDIR = ${PREFIX}/share/locale
++MANDIR = ${PREFIX}/${PKGMANDIR}
++LOCALEDIR = ${PREFIX}/${PKGLOCALEDIR}
--#elif defined(__FreeBSD__) || defined(__OpenBSD__)
-+#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
- #undef HAVE_LINUX_IPV6_PROC
- #undef HAVE_RTNETLINK
- /* Later verions of FreeBSD have getopt_long() */
+ SRC = src
+ PO = po