mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 2.1.3
- While I'm here, add explicit CONFIGURE_TARGET to silence a warning PR: ports/73293 Submitted by: Olafur Osvaldsson (maintainer)
This commit is contained in:
parent
b69d5ca5c4
commit
613db369df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120633
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nsd
|
||||
PORTVERSION= 2.1.2
|
||||
PORTVERSION= 2.1.3
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
|
||||
ftp://ftp.rhnet.is/pub/nsd/
|
||||
@ -28,6 +28,7 @@ CONFIGURE_ARGS= --with-user=${NSDUSER} \
|
||||
--with-dbfile=${NSDDBFILE} \
|
||||
--with-namedxfer=${NSDXFER} \
|
||||
--with-libwrap
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.if defined(WITHOUT_IPV6)
|
||||
CONFIGURE_ARGS+= --disable-ipv6
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (nsd-2.1.2.tar.gz) = dfab5d1d06e6bc880eef3f55b380bb66
|
||||
SIZE (nsd-2.1.2.tar.gz) = 218704
|
||||
MD5 (nsd-2.1.3.tar.gz) = ea832d52e97a22f0f82a48fd16a72de7
|
||||
SIZE (nsd-2.1.3.tar.gz) = 225388
|
||||
|
Loading…
Reference in New Issue
Block a user