From owner-svn-ports-all@FreeBSD.ORG Fri May 22 10:16:50 2015 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 3F038A77; Fri, 22 May 2015 10:16:50 +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 2CC301E49; Fri, 22 May 2015 10:16:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4MAGot4029057; Fri, 22 May 2015 10:16:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4MAGoPI029056; Fri, 22 May 2015 10:16:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505221016.t4MAGoPI029056@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 22 May 2015 10:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387002 - head/www/p5-Catalyst-Model-Xapian10 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.20 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, 22 May 2015 10:16:50 -0000 Author: amdmi3 Date: Fri May 22 10:16:49 2015 New Revision: 387002 URL: https://svnweb.freebsd.org/changeset/ports/387002 Log: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q2 Modified: head/www/p5-Catalyst-Model-Xapian10/Makefile Modified: head/www/p5-Catalyst-Model-Xapian10/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Xapian10/Makefile Fri May 22 10:16:36 2015 (r387001) +++ head/www/p5-Catalyst-Model-Xapian10/Makefile Fri May 22 10:16:49 2015 (r387002) @@ -3,7 +3,7 @@ PORTNAME= Catalyst-Model-Xapian10 PORTVERSION= 0.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MRAMBERG @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.30 p5-Search-Xapian10>=0.9.2.4:${PORTSDIR}/databases/p5-Search-Xapian10 RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= sample-indexer.pl USE_PERL5= configure .include