diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-05 06:36:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-05 06:36:46 +0800 |
commit | 61e278fb49505f9c454a9669940d4f6db08f42ac (patch) | |
tree | 071f68ab39d65da3a2cbfe23f59e02e3de6270fb | |
parent | 92373d7dd17f771c1e5203b4de560050b67eead6 (diff) | |
download | freebsd-ports-gnome-61e278fb49505f9c454a9669940d4f6db08f42ac.tar.gz freebsd-ports-gnome-61e278fb49505f9c454a9669940d4f6db08f42ac.tar.zst freebsd-ports-gnome-61e278fb49505f9c454a9669940d4f6db08f42ac.zip |
- Update to 2.35
PR: ports/105013
Submitted by: Babak Farrokhi (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
-rw-r--r-- | dns/dnsmasq/Makefile | 7 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 831583dce883..c3a9f5a0fdb8 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,9 +6,10 @@ # PORTNAME= dnsmasq -PORTVERSION= 2.34 +PORTVERSION= 2.35 CATEGORIES= dns ipv6 -MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ + ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles MAINTAINER= babak@farrokhi.net @@ -16,7 +17,7 @@ COMMENT= Lightweight, easy to configure DNS forwarder and DHCP server MAN8= dnsmasq.8 -docs= CHANGELOG FAQ UPGRADING_to_2.0 doc.html setup.html +docs= CHANGELOG FAQ doc.html setup.html PORTDOCS= ${docs:T} RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 1eba21d52de6..03523cc436fe 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,3 +1,3 @@ -MD5 (dnsmasq-2.34.tar.gz) = a40b79bec295bb4631b1c033cf0bbdf1 -SHA256 (dnsmasq-2.34.tar.gz) = 8b9d6a277abecff19ae835c7f2e66e21cc9a4d37ceb35716aa655fd899287bc0 -SIZE (dnsmasq-2.34.tar.gz) = 255744 +MD5 (dnsmasq-2.35.tar.gz) = 57b8643dc394cf2fbd1bced64536c6df +SHA256 (dnsmasq-2.35.tar.gz) = af29bdb1c669b44b32bcf6f9d531f83100b0eb36716d862ebac1862c0e6aefa7 +SIZE (dnsmasq-2.35.tar.gz) = 256122 |