From owner-svn-ports-head@freebsd.org Mon Apr 18 08:59:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C919B12C2B; Mon, 18 Apr 2016 08:59:02 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 157231391; Mon, 18 Apr 2016 08:59:02 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3I8x1FD086106; Mon, 18 Apr 2016 08:59:01 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3I8x1Dp086103; Mon, 18 Apr 2016 08:59:01 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201604180859.u3I8x1Dp086103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 18 Apr 2016 08:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413564 - 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.21 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: Mon, 18 Apr 2016 08:59:02 -0000 Author: bofh Date: Mon Apr 18 08:59:00 2016 New Revision: 413564 URL: https://svnweb.freebsd.org/changeset/ports/413564 Log: math/p5-Math-Algebra-Symbols: Update version 1.21=>1.27 - Shift to modbuild as per upstream - Remove perl_OLD_COMMAND Modified: head/math/p5-Math-Algebra-Symbols/Makefile head/math/p5-Math-Algebra-Symbols/distinfo head/math/p5-Math-Algebra-Symbols/pkg-plist Modified: head/math/p5-Math-Algebra-Symbols/Makefile ============================================================================== --- head/math/p5-Math-Algebra-Symbols/Makefile Mon Apr 18 08:46:08 2016 (r413563) +++ head/math/p5-Math-Algebra-Symbols/Makefile Mon Apr 18 08:59:00 2016 (r413564) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Algebra-Symbols -PORTVERSION= 1.21 -PORTREVISION= 3 +PORTVERSION= 1.27 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +13,8 @@ COMMENT= Symbolic Algebra in Pure Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 shebangfix -SHEBANG_FILES= symbols.pl -perl_OLD_CMD= perl -USE_PERL5= configure +USES= perl5 +USE_PERL5= modbuild NO_ARCH= yes .include Modified: head/math/p5-Math-Algebra-Symbols/distinfo ============================================================================== --- head/math/p5-Math-Algebra-Symbols/distinfo Mon Apr 18 08:46:08 2016 (r413563) +++ head/math/p5-Math-Algebra-Symbols/distinfo Mon Apr 18 08:59:00 2016 (r413564) @@ -1,2 +1,2 @@ -SHA256 (Math-Algebra-Symbols-1.21.tar.gz) = 385fa7632e045c3d0734312535dca92575c3ab9bfa2988b2aceae3defcf5a25d -SIZE (Math-Algebra-Symbols-1.21.tar.gz) = 107418 +SHA256 (Math-Algebra-Symbols-1.27.tar.gz) = 995d5cea625e75e33d056cd9a7b088528fde9a86b594b3fac843be6cf61b1865 +SIZE (Math-Algebra-Symbols-1.27.tar.gz) = 53251 Modified: head/math/p5-Math-Algebra-Symbols/pkg-plist ============================================================================== --- head/math/p5-Math-Algebra-Symbols/pkg-plist Mon Apr 18 08:46:08 2016 (r413563) +++ head/math/p5-Math-Algebra-Symbols/pkg-plist Mon Apr 18 08:59:00 2016 (r413564) @@ -1,9 +1,6 @@ %%PERL5_MAN3%%/Math::Algebra::Symbols.3.gz %%PERL5_MAN3%%/Math::Algebra::Symbols::Sum.3.gz -%%PERL5_MAN3%%/Math::Algebra::Symbols::Symbols.3.gz %%PERL5_MAN3%%/Math::Algebra::Symbols::Term.3.gz %%SITE_PERL%%/Math/Algebra/Symbols.pm %%SITE_PERL%%/Math/Algebra/Symbols/Sum.pm -%%SITE_PERL%%/Math/Algebra/Symbols/Symbols.pm %%SITE_PERL%%/Math/Algebra/Symbols/Term.pm -%%SITE_PERL%%/Math/Algebra/symbols.pl