Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 13:24:58 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370064 - head/dns/dnswall
Message-ID:  <201410051324.s95DOwoX090194@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Oct  5 13:24:58 2014
New Revision: 370064
URL: https://svnweb.freebsd.org/changeset/ports/370064
QAT: https://qat.redports.org/buildarchive/r370064/

Log:
  - Move PROJECTHOST up (portlint)
  - Convert to USES=autoreconf
  - Remove DOCS option patching.  Not needed with staging.

Modified:
  head/dns/dnswall/Makefile

Modified: head/dns/dnswall/Makefile
==============================================================================
--- head/dns/dnswall/Makefile	Sun Oct  5 13:23:08 2014	(r370063)
+++ head/dns/dnswall/Makefile	Sun Oct  5 13:24:58 2014	(r370064)
@@ -6,39 +6,18 @@ PORTVERSION=	0.1.4
 PORTREVISION=	1
 CATEGORIES=	dns security
 MASTER_SITES=	GOOGLE_CODE CRITICAL
+PROJECTHOST=	google-dnswall
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Daemon that filters out private IP addresses in DNS responses
 
-USES=		dos2unix
-PROJECTHOST=	google-dnswall
-USE_AUTOTOOLS=	automake autoconf:env
-
+GNU_CONFIGURE=	yes
+USES=		autoreconf dos2unix
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-AUTOFILES=	depcomp install-sh missing
-
 PORTDOCS=	README
 PLIST_FILES=	bin/dnswall
 
-AUTOTOOLSFILES=	aclocal.m4
-
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|1.10|%%AUTOMAKE_APIVER%%|g' \
-			  -e 's|2.61|%%AUTOCONF_VERSION%%|g' \
-			  ${WRKSRC}/aclocal.m4
-.if empty(PORT_OPTIONS:MDOCS)
-	@${REINPLACE_CMD} -e '/^dist_doc_DATA/d' ${WRKSRC}/Makefile.am
-.endif
-
-pre-configure:
-.for f in ${AUTOFILES}
-	@${RM} ${WRKSRC}/${f}
-	@${LN} -s ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f}
-.endfor
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410051324.s95DOwoX090194>