- update to version 2.11, fixes FreeBSD builds under -CURRENT

- add minor cosmetic fix

PR:		69999
Submitted by:	Steven Honson <steven@honson.org>
This commit is contained in:
Yen-Ming Lee 2004-08-04 14:12:49 +00:00
parent 2e288f3e6a
commit e4c403a202
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115405
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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