diff options
author | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 3ad75a4581c2f69fb2331ab72fee36ff8af166ba (patch) | |
tree | b5ab9adb45e9a850892479ebc329ab2118d673c8 /dns | |
parent | f72275e68db56a5d187d3a748951a6347a5ace60 (diff) | |
download | freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.gz freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.zst freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
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" |