diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /dns | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnswall/Makefile | 5 | ||||
-rw-r--r-- | dns/nss_mdns/Makefile | 4 | ||||
-rw-r--r-- | dns/posadis/Makefile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index c59bfc999a2a..57f4a403c27b 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -7,6 +7,7 @@ PORTNAME= dnswall PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= dns security MASTER_SITES= GOOGLE_CODE CRITICAL @@ -26,8 +27,8 @@ PORTDOCS= README PLIST_FILES= bin/dnswall post-patch: - @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|1.10|1.10.3|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/^dist_doc_DATA/d' ${WRKSRC}/Makefile.am .endif diff --git a/dns/nss_mdns/Makefile b/dns/nss_mdns/Makefile index 892f0c5ee9d6..5bba3f13f39f 100644 --- a/dns/nss_mdns/Makefile +++ b/dns/nss_mdns/Makefile @@ -7,7 +7,7 @@ PORTNAME= nss_mdns PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://0pointer.de/lennart/projects/nss-mdns/ DISTNAME= nss-mdns-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= nss-mdns-${PORTVERSION} MAINTAINER= ashish@FreeBSD.org COMMENT= NSS module implementing multicast DNS name resolution -USE_AUTOTOOLS= autoconf:262 automake:19 libtool:22 +USE_AUTOTOOLS= autoconf:267 automake:19 libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index eef909c97707..7e7701c60da7 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -7,7 +7,7 @@ PORTNAME= posadis PORTVERSION= 0.60.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns ipv6 MASTER_SITES= SF/${PORTNAME}/OldFiles @@ -16,7 +16,7 @@ COMMENT= Domain Name Server (DNS) implementation LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib -USE_AUTOTOOLS= autoconf:262 libltdl:22 libtool:22 +USE_AUTOTOOLS= autoconf:267 libltdl:22 libtool:22 USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |