From owner-svn-ports-all@FreeBSD.ORG Fri May 2 12:10:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C822321F; Fri, 2 May 2014 12:10:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4F291092; Fri, 2 May 2014 12:10:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s42CAKfM024662; Fri, 2 May 2014 12:10:20 GMT (envelope-from danger@svn.freebsd.org) Received: (from danger@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s42CAKek024661; Fri, 2 May 2014 12:10:20 GMT (envelope-from danger@svn.freebsd.org) Message-Id: <201405021210.s42CAKek024661@svn.freebsd.org> From: Daniel Gerzo Date: Fri, 2 May 2014 12:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352808 - head/security/bruteforceblocker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 12:10:20 -0000 Author: danger (doc committer) Date: Fri May 2 12:10:20 2014 New Revision: 352808 URL: http://svnweb.freebsd.org/changeset/ports/352808 QAT: https://qat.redports.org/buildarchive/r352808/ Log: - add shebangfix support PR: 186064 Submitted by: Yasuhiro KIMURA Approved by: mat Modified: head/security/bruteforceblocker/Makefile Modified: head/security/bruteforceblocker/Makefile ============================================================================== --- head/security/bruteforceblocker/Makefile Fri May 2 11:51:17 2014 (r352807) +++ head/security/bruteforceblocker/Makefile Fri May 2 12:10:20 2014 (r352808) @@ -18,13 +18,14 @@ RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDI p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message +SHEBANG_FILES= ${PORTNAME}.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}