From owner-svn-ports-all@FreeBSD.ORG Wed Dec 10 12:05:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34350E0F; Wed, 10 Dec 2014 12:05:16 +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 20A5A77C; Wed, 10 Dec 2014 12:05:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBAC5FOG041910; Wed, 10 Dec 2014 12:05:15 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBAC5F8o041909; Wed, 10 Dec 2014 12:05:15 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201412101205.sBAC5F8o041909@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 10 Dec 2014 12:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374450 - head/devel/p5-App-Options 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: Wed, 10 Dec 2014 12:05:16 -0000 Author: mat Date: Wed Dec 10 12:05:15 2014 New Revision: 374450 URL: https://svnweb.freebsd.org/changeset/ports/374450 QAT: https://qat.redports.org/buildarchive/r374450/ Log: Fix shebangs. Sponsored by: Absolight Modified: head/devel/p5-App-Options/Makefile Modified: head/devel/p5-App-Options/Makefile ============================================================================== --- head/devel/p5-App-Options/Makefile Wed Dec 10 12:00:24 2014 (r374449) +++ head/devel/p5-App-Options/Makefile Wed Dec 10 12:05:15 2014 (r374450) @@ -3,7 +3,7 @@ PORTNAME= App-Options PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Combine command line options, environment vars, and option file values -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= bin/* .include