mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Update to new upstream release 2.58
Changes: http://thekelleys.org.uk/dnsmasq/CHANGELOG Suggested by: Loic Pefferkorn.
This commit is contained in:
parent
3fbbe70061
commit
0bd5efa950
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280555
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dnsmasq
|
||||
PORTVERSION= 2.57
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.58
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \
|
||||
@ -19,7 +18,6 @@ MAINTAINER= mandree@FreeBSD.org
|
||||
COMMENT= Lightweight DNS forwarder, DHCP and TFTP server
|
||||
|
||||
LICENSE= GPLv2
|
||||
USE_XZ= yes
|
||||
|
||||
MAN8= dnsmasq.8
|
||||
|
||||
@ -27,6 +25,7 @@ PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
USE_XZ= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" COPTS="${CFLAGS}"
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}"
|
||||
@ -37,7 +36,7 @@ OPTIONS+= NLS "National Language Support (NLS, enables IDN)" on
|
||||
OPTIONS+= IDN "International Domain Names (IDN) WITHOUT NLS" off
|
||||
# unfortunately, NLS always enables IDN in dnsmasq 2.57
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITHOUT_IPV6)
|
||||
CFLAGS+= -DNO_IPV6
|
||||
@ -66,6 +65,8 @@ CFLAGS+= -DHAVE_DBUS
|
||||
|
||||
USE_RC_SUBR= dnsmasq.sh
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-configure:
|
||||
@:
|
||||
.if defined(WITH_IDN)
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dnsmasq-2.57.tar.lzma) = b35c5a31afce2b7c4bd62566d5dc87e1ce62d0d2ebd9c2baf15b5ea16bcc279d
|
||||
SIZE (dnsmasq-2.57.tar.lzma) = 333348
|
||||
SHA256 (dnsmasq-2.58.tar.lzma) = b4e0c21dd1044584ec7b1a5925bb0725b87ea81d18009b240d8879ec4d86b992
|
||||
SIZE (dnsmasq-2.58.tar.lzma) = 340647
|
||||
|
Loading…
Reference in New Issue
Block a user