summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-08-04 14:12:49 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-08-04 14:12:49 +0000
commite4c403a20206283e98fab624bd24bd7836577869 (patch)
tree1c647b17af240f781235f41ede24bb4fbe27ebde /dns
parentFix build with gcc-3.4.2. (diff)
- update to version 2.11, fixes FreeBSD builds under -CURRENT
- add minor cosmetic fix PR: 69999 Submitted by: Steven Honson <steven@honson.org>
Notes
Notes: svn path=/head/; revision=115405
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsmasq/Makefile4
-rw-r--r--dns/dnsmasq/distinfo4
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index 01982247c268..55b84af82713 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dnsmasq
-PORTVERSION= 2.10
+PORTVERSION= 2.11
CATEGORIES= dns
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
@@ -26,7 +26,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${PREFIX}/etc/dnsmasq.conf.example
- ${INSTALL_SCRIPT} files/dnsmasq.sh ${PREFIX}/etc/rc.d/dnsmasq.sh
+ ${INSTALL_SCRIPT} ${FILESDIR}/dnsmasq.sh ${PREFIX}/etc/rc.d/dnsmasq.sh
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8
.include <bsd.port.mk>
diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo
index 61ca39cd6aa5..ed57e1239093 100644
--- a/dns/dnsmasq/distinfo
+++ b/dns/dnsmasq/distinfo
@@ -1,2 +1,2 @@
-MD5 (dnsmasq-2.10.tar.gz) = b82043d0f349c5b417b17a4184048a91
-SIZE (dnsmasq-2.10.tar.gz) = 121097
+MD5 (dnsmasq-2.11.tar.gz) = 02aa4ffb835cbc9bdf96fcb915901cb3
+SIZE (dnsmasq-2.11.tar.gz) = 121755