diff options
author | mandree <mandree@FreeBSD.org> | 2012-08-21 04:33:27 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-08-21 04:33:27 +0800 |
commit | 3e4981b6b6f2d2b77cd5640501c67c747d664200 (patch) | |
tree | 4e4db82dc66bfdccd3e871d8571de0061486ffd4 /dns | |
parent | 522547721d93c71b947311f0433dba43553b7878 (diff) | |
download | freebsd-ports-gnome-3e4981b6b6f2d2b77cd5640501c67c747d664200.tar.gz freebsd-ports-gnome-3e4981b6b6f2d2b77cd5640501c67c747d664200.tar.zst freebsd-ports-gnome-3e4981b6b6f2d2b77cd5640501c67c747d664200.zip |
Update to 2.63.
Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 7 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 7b0bc09be60e..b7e70584b09d 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,15 +6,13 @@ # PORTNAME= dnsmasq -DISTVERSION= 2.62 -PORTREVISION= 1 +DISTVERSION= 2.63 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ ${MASTER_SITE_LOCAL}/ #MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ MASTER_SITE_SUBDIR= mandree -EXTRACT_SUFX= .tar.lzma MAINTAINER= mandree@FreeBSD.org COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server @@ -79,6 +77,9 @@ USE_RC_SUBR= dnsmasq post-patch: ${REINPLACE_CMD} -e "s/lua5\.1/lua-5.1/" ${WRKSRC}/Makefile + # Simon forgot... + # see http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2012q3/006156.html + ${REINPLACE_CMD} -e "s/2\.63rc6/2.63/" ${WRKSRC}/VERSION pre-configure: @: diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 3e44297582b6..bf9c75715d6a 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.62.tar.lzma) = c9902bfa2fb3ee32bf782a03f6cd74608e634c19400ed18d169fc73ea386b012 -SIZE (dnsmasq-2.62.tar.lzma) = 375990 +SHA256 (dnsmasq-2.63.tar.xz) = f5eb1c2dfd47a2c75b0d40a60f85dce2e84c6af6d1cd5318fbe8cd69845ed2d8 +SIZE (dnsmasq-2.63.tar.xz) = 378148 |