diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-11-02 07:40:35 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-11-02 07:40:35 +0000 |
commit | 613db369df7536dfb46e8edc16b5ff6f53a964cf (patch) | |
tree | 9db88dcc82363fa9c7c2b5cb9aa968e3676e7935 /dns | |
parent | fix build on 6.0 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=120633
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nsd/Makefile | 3 | ||||
-rw-r--r-- | dns/nsd/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 2c7431688a3a..0af0bcd872a1 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -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 diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 6f31cf0940a6..b3a47d88ec54 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -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 |