diff options
author | sergei <sergei@FreeBSD.org> | 2004-10-13 17:16:07 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-10-13 17:16:07 +0800 |
commit | 3950d4af72cefb6274f0de001d4a30382afe533b (patch) | |
tree | a3e629f902200dfc1f05317c16f6022e3291521f /dns/dnsmasq | |
parent | 058112860e12a502f55b16f4aadea7f5ec6f6dda (diff) | |
download | freebsd-ports-gnome-3950d4af72cefb6274f0de001d4a30382afe533b.tar.gz freebsd-ports-gnome-3950d4af72cefb6274f0de001d4a30382afe533b.tar.zst freebsd-ports-gnome-3950d4af72cefb6274f0de001d4a30382afe533b.zip |
- Update to 2.15 (major bug fix)
PR: ports/71973
Submitted by: Steven Honson (maintainer)
While I'm here:
- Shorten long lines in Makefile to avoid wrapping
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 6 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 6591b1c38d03..565f8072fe81 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dnsmasq -PORTVERSION= 2.13 +PORTVERSION= 2.15 CATEGORIES= dns MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ @@ -25,8 +25,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin - ${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${PREFIX}/etc/dnsmasq.conf.example - ${INSTALL_SCRIPT} ${FILESDIR}/dnsmasq.sh ${PREFIX}/etc/rc.d/dnsmasq.sh + ${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${PREFIX}/etc + ${INSTALL_SCRIPT} ${FILESDIR}/dnsmasq.sh ${PREFIX}/etc/rc.d ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8 .include <bsd.port.mk> diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 6acd80630d09..f89ea47ff386 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,2 +1,2 @@ -MD5 (dnsmasq-2.13.tar.gz) = ec51ce5b1edc3e1cb743dcbef61ca808 -SIZE (dnsmasq-2.13.tar.gz) = 122579 +MD5 (dnsmasq-2.15.tar.gz) = 72f59fa070a1dc7f664603b20134c383 +SIZE (dnsmasq-2.15.tar.gz) = 126015 |