mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
Update to 2.80test3 release.
Changelog: <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=3b6eb197a88ff450fb6abeff67152a592a7d683a>
This commit is contained in:
parent
5517935c26
commit
abf9b58c11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477310
@ -2,11 +2,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnsmasq
|
||||
DISTVERSION= 2.77rc5
|
||||
DISTVERSION= 2.80test3
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
||||
#MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/
|
||||
#MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= mandree@FreeBSD.org
|
||||
@ -14,7 +14,6 @@ COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
IGNORE= build stable version instead, it is newer than this release candidate
|
||||
CONFLICTS_INSTALL=dnsmasq-2*
|
||||
|
||||
PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html
|
||||
@ -33,7 +32,7 @@ OPTIONS_RADIO_INTL= IDN NLS
|
||||
INTL_DESC= Internationalization Support Level
|
||||
NLS_DESC= IDN+NLS: Int'l Domain Names & National Language support
|
||||
IDN_DESC= IDN: Int'l Domain Names WITHOUT full NLS
|
||||
IPSET_DESC= Dynamic firewall managment of resolved names (require PF)
|
||||
IPSET_DESC= Dynamic firewall management of resolved names (needs PF)
|
||||
LUA_DESC= Support lease-change scripts written in Lua
|
||||
DNSSEC_DESC= Enable DNSSEC caching and validation
|
||||
USES= cpe shebangfix tar:xz
|
||||
@ -82,7 +81,7 @@ USES+= lua
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDNSSEC}
|
||||
CFLAGS+= -DHAVE_DNSSEC
|
||||
CFLAGS+= -DHAVE_DNSSEC -I${LOCALBASE}/include
|
||||
USES+= pkgconfig
|
||||
LIB_DEPENDS+= libnettle.so:security/nettle
|
||||
LIB_DEPENDS+= libgmp.so:math/gmp
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1495487478
|
||||
SHA256 (dnsmasq-2.77rc5.tar.xz) = d9447e9307234c4818ca0e0d9818e1d62da65eaf32ee37ea9bdc47c82068f560
|
||||
SIZE (dnsmasq-2.77rc5.tar.xz) = 503548
|
||||
TIMESTAMP = 1534402568
|
||||
SHA256 (dnsmasq-2.80test3.tar.xz) = af9f6fd13e0d6c5a68059bcf8634c2784c0533017fd48fbaf59cd2955342d301
|
||||
SIZE (dnsmasq-2.80test3.tar.xz) = 513624
|
||||
|
Loading…
Reference in New Issue
Block a user