From owner-svn-ports-all@FreeBSD.ORG Mon Dec 22 09:35:37 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDF66805; Mon, 22 Dec 2014 09:35:37 +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 CA21864006; Mon, 22 Dec 2014 09:35:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBM9ZbPh027918; Mon, 22 Dec 2014 09:35:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBM9Zbnt027917; Mon, 22 Dec 2014 09:35:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412220935.sBM9Zbnt027917@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 22 Dec 2014 09:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375219 - head/sysutils/whatpix 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.18-1 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: Mon, 22 Dec 2014 09:35:38 -0000 Author: antoine Date: Mon Dec 22 09:35:36 2014 New Revision: 375219 URL: https://svnweb.freebsd.org/changeset/ports/375219 QAT: https://qat.redports.org/buildarchive/r375219/ Log: Shebangfix Modified: head/sysutils/whatpix/Makefile Modified: head/sysutils/whatpix/Makefile ============================================================================== --- head/sysutils/whatpix/Makefile Mon Dec 22 09:16:39 2014 (r375218) +++ head/sysutils/whatpix/Makefile Mon Dec 22 09:35:36 2014 (r375219) @@ -3,7 +3,7 @@ PORTNAME= whatpix PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://whatpix.sourceforge.net/download/ @@ -14,8 +14,9 @@ RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDI NO_BUILD= yes PLIST_FILES= bin/whatpix -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run +SHEBANG_FILES= whatpix do-install: ${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${STAGEDIR}${PREFIX}/bin