summaryrefslogtreecommitdiff
path: root/net/dnsmasq
diff options
context:
space:
mode:
authorcheusov <cheusov>2014-11-23 13:16:23 +0000
committercheusov <cheusov>2014-11-23 13:16:23 +0000
commitcb7e8b9f9e4cd81a1d2fdcb068dbf418eb91eefc (patch)
treeef006369612ce88d068ba9c889f5fd5cf00e45a1 /net/dnsmasq
parent589e4ca772e008a4730d5251bbf1c9574fab9087 (diff)
downloadpkgsrc-cb7e8b9f9e4cd81a1d2fdcb068dbf418eb91eefc.tar.gz
Fix pkglint warnings
Diffstat (limited to 'net/dnsmasq')
-rw-r--r--net/dnsmasq/Makefile8
-rw-r--r--net/dnsmasq/distinfo4
-rw-r--r--net/dnsmasq/patches/patch-dnsmasq.conf.example3
3 files changed, 8 insertions, 7 deletions
diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile
index fdecc7d2400..c7c3eeba7f2 100644
--- a/net/dnsmasq/Makefile
+++ b/net/dnsmasq/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.25 2014/11/23 13:10:03 cheusov Exp $
+# $NetBSD: Makefile,v 1.26 2014/11/23 13:16:23 cheusov Exp $
#
DISTNAME= dnsmasq-2.67
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
-LICENSE= gnu-gpl-v3
MAINTAINER= roy@NetBSD.org
HOMEPAGE= http://www.thekelleys.org.uk/dnsmasq/doc.html
COMMENT= Lightweight, easy to configure DNS forwarder
+LICENSE= gnu-gpl-v3
RCD_SCRIPTS= dnsmasq
CONF_FILES= ${PREFIX}/share/examples/dnsmasq/dnsmasq.conf.example \
@@ -50,8 +50,8 @@ CFLAGS+= -DNO_IPV6
# Override the defaults
AUTO_MKDIRS=yes
-CFLAGS+= -DCONFFILE=\\\"${PKG_SYSCONFDIR}/dnsmasq.conf\\\"
-BUILD_MAKE_FLAGS+= COPTS="${CFLAGS}"
+CFLAGS+= -DCONFFILE='"${PKG_SYSCONFDIR}/dnsmasq.conf"'
+BUILD_MAKE_FLAGS+= COPTS=${CFLAGS:Q}
INSTALL_MAKE_FLAGS+= PREFIX="${PREFIX}"
INSTALL_MAKE_FLAGS+= MANDIR="${PREFIX}/${PKGMANDIR}"
INSTALL_MAKE_FLAGS+= LOCALEDIR="${PREFIX}/${PKGLOCALEDIR}"
diff --git a/net/dnsmasq/distinfo b/net/dnsmasq/distinfo
index 18691ef0405..23c3367b7b1 100644
--- a/net/dnsmasq/distinfo
+++ b/net/dnsmasq/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2014/11/23 13:10:03 cheusov Exp $
+$NetBSD: distinfo,v 1.23 2014/11/23 13:16:23 cheusov Exp $
SHA1 (dnsmasq-2.67.tar.gz) = 550c7ea2bef2a74a089c664d95fc52420a8cb726
RMD160 (dnsmasq-2.67.tar.gz) = c2f3f9d7978bc9eddbcb77add54acdf3c8103fa8
Size (dnsmasq-2.67.tar.gz) = 600838 bytes
-SHA1 (patch-dnsmasq.conf.example) = ca638f18ee386f211bd9c0d1137de22bc5e995fb
+SHA1 (patch-dnsmasq.conf.example) = 2974c722a26400915037259c79899e8a3e95bf8f
diff --git a/net/dnsmasq/patches/patch-dnsmasq.conf.example b/net/dnsmasq/patches/patch-dnsmasq.conf.example
index 6f1216f872c..37858f8f080 100644
--- a/net/dnsmasq/patches/patch-dnsmasq.conf.example
+++ b/net/dnsmasq/patches/patch-dnsmasq.conf.example
@@ -1,5 +1,6 @@
-$NetBSD: patch-dnsmasq.conf.example,v 1.1 2014/11/23 13:10:03 cheusov Exp $
+$NetBSD: patch-dnsmasq.conf.example,v 1.2 2014/11/23 13:16:23 cheusov Exp $
+# We provide user:group "dnsmasq:dnsmasq"
--- dnsmasq.conf.example.orig 2013-10-25 09:37:30.000000000 +0000
+++ dnsmasq.conf.example
@@ -84,8 +84,8 @@