- 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:
parent
2e288f3e6a
commit
e4c403a202
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115405
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user