diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-13 18:25:35 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-13 18:25:35 +0000 |
commit | 21508097519470a2f55b11810be991d9916dedf5 (patch) | |
tree | 8d2d708af947ea403694ea2c890ad71dfd3aeefe /dns | |
parent | 75badcdeae6c1f99c70fb2513ab24bfec90236e6 (diff) | |
download | ports-21508097519470a2f55b11810be991d9916dedf5.tar.gz ports-21508097519470a2f55b11810be991d9916dedf5.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 9 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 055d52c4c633..cb6ff93f8459 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,17 +6,16 @@ # PORTNAME= dnsmasq -PORTVERSION= 2.26 -PORTREVISION= 1 +PORTVERSION= 2.32 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= Lightweight, easy to configure DNS forwarder and DHCP server MAN8= dnsmasq.8 -docs= FAQ DBus-interface UPGRADING_to_2.0 doc.html setup.html +docs= CHANGELOG FAQ UPGRADING_to_2.0 doc.html setup.html PORTDOCS= ${docs:T} RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} @@ -36,7 +35,7 @@ CFLAGS+= -DNO_IPV6 .if defined(WITH_DBUS) LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus -CFLAGS+= -DWITH_DBUS +CFLAGS+= -DHAVE_DBUS .endif .if ${OSVERSION} < 500037 diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index a6c189eebca2..542465e1e4d1 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,3 +1,3 @@ -MD5 (dnsmasq-2.26.tar.gz) = ae04abb5db4a8cc43c24f432f0c44d5c -SHA256 (dnsmasq-2.26.tar.gz) = 9d5ab3a6d17933a3df1459a19d7e7ba20b99ab884b4a3304a8ef9225e5af1548 -SIZE (dnsmasq-2.26.tar.gz) = 195655 +MD5 (dnsmasq-2.32.tar.gz) = d1f593a8352db1d6ad3dccc9b775295d +SHA256 (dnsmasq-2.32.tar.gz) = ee6b71c2fb7237d3aec8a363266a9b62adaf880b52f1960298f915c863a39bdb +SIZE (dnsmasq-2.32.tar.gz) = 220656 |