From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:09:18 2015 Return-Path: Delivered-To: svn-ports-head@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 6807FAD2; Sun, 31 May 2015 13:09:18 +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 566C317B5; Sun, 31 May 2015 13:09:18 +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 t4VD9INb032825; Sun, 31 May 2015 13:09:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VD9IM0032824; Sun, 31 May 2015 13:09:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311309.t4VD9IM0032824@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388060 - head/math/p5-Math-Algebra-Symbols X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2015 13:09:18 -0000 Author: amdmi3 Date: Sun May 31 13:09:17 2015 New Revision: 388060 URL: https://svnweb.freebsd.org/changeset/ports/388060 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/math/p5-Math-Algebra-Symbols/Makefile Modified: head/math/p5-Math-Algebra-Symbols/Makefile ============================================================================== --- head/math/p5-Math-Algebra-Symbols/Makefile Sun May 31 13:08:43 2015 (r388059) +++ head/math/p5-Math-Algebra-Symbols/Makefile Sun May 31 13:09:17 2015 (r388060) @@ -3,7 +3,7 @@ PORTNAME= Math-Algebra-Symbols PORTVERSION= 1.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= symbols.pl +perl_OLD_CMD= perl USE_PERL5= configure +NO_ARCH= yes .include