From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 2 23:27:48 2015 Return-Path: Delivered-To: svn-ports-branches@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 10FB3E36; Tue, 2 Jun 2015 23:27:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 F32AE1FD9; Tue, 2 Jun 2015 23:27:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t52NRlb4026647; Tue, 2 Jun 2015 23:27:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t52NRlVW026646; Tue, 2 Jun 2015 23:27:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506022327.t52NRlVW026646@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 Jun 2015 23:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r388402 - branches/2015Q2/www/p5-HTTP-Server-Simple-Authen X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 23:27:48 -0000 Author: amdmi3 Date: Tue Jun 2 23:27:47 2015 New Revision: 388402 URL: https://svnweb.freebsd.org/changeset/ports/388402 Log: MFH: r387010 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/p5-HTTP-Server-Simple-Authen/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/p5-HTTP-Server-Simple-Authen/Makefile ============================================================================== --- branches/2015Q2/www/p5-HTTP-Server-Simple-Authen/Makefile Tue Jun 2 23:26:39 2015 (r388401) +++ branches/2015Q2/www/p5-HTTP-Server-Simple-Authen/Makefile Tue Jun 2 23:27:47 2015 (r388402) @@ -3,7 +3,7 @@ PORTNAME= HTTP-Server-Simple-Authen PORTVERSION= 0.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +19,7 @@ BUILD_DEPENDS= p5-Authen-Simple>=0.4:${P RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= server.pl .include