From owner-svn-ports-all@freebsd.org Sat Oct 8 23:03:09 2016 Return-Path: Delivered-To: svn-ports-all@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 67F04C06757; Sat, 8 Oct 2016 23:03:09 +0000 (UTC) (envelope-from adamw@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 2B0009EA; Sat, 8 Oct 2016 23:03:09 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u98N384W010010; Sat, 8 Oct 2016 23:03:08 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u98N38GM010008; Sat, 8 Oct 2016 23:03:08 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610082303.u98N38GM010008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 8 Oct 2016 23:03:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423553 - head/math/p5-Math-MatrixReal 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.23 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: Sat, 08 Oct 2016 23:03:09 -0000 Author: adamw Date: Sat Oct 8 23:03:08 2016 New Revision: 423553 URL: https://svnweb.freebsd.org/changeset/ports/423553 Log: Update to 2.13, and add NO_ARCH. Changes: https://metacpan.org/changes/distribution/Math-MatrixReal Modified: head/math/p5-Math-MatrixReal/Makefile head/math/p5-Math-MatrixReal/distinfo Modified: head/math/p5-Math-MatrixReal/Makefile ============================================================================== --- head/math/p5-Math-MatrixReal/Makefile Sat Oct 8 22:57:06 2016 (r423552) +++ head/math/p5-Math-MatrixReal/Makefile Sat Oct 8 23:03:08 2016 (r423553) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MatrixReal -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,5 +17,10 @@ TEST_DEPENDS= p5-Test-Most>=0:devel/p5-T USES= perl5 USE_PERL5= configure +NO_ARCH= yes + +# Hopefully this is only needed for v2.13. +post-patch: + @${FIND} ${WRKSRC} -name '*.pm.swo' -delete .include Modified: head/math/p5-Math-MatrixReal/distinfo ============================================================================== --- head/math/p5-Math-MatrixReal/distinfo Sat Oct 8 22:57:06 2016 (r423552) +++ head/math/p5-Math-MatrixReal/distinfo Sat Oct 8 23:03:08 2016 (r423553) @@ -1,2 +1,3 @@ -SHA256 (Math-MatrixReal-2.12.tar.gz) = 648d633efa08decea5aced493c8d9b74b6f2959e20f45875d7524bfc2c497196 -SIZE (Math-MatrixReal-2.12.tar.gz) = 82731 +TIMESTAMP = 1475967450 +SHA256 (Math-MatrixReal-2.13.tar.gz) = 4f9fa1a46dd34d2225de461d9a4ed86932cdd821c121fa501a15a6d4302fb4b2 +SIZE (Math-MatrixReal-2.13.tar.gz) = 151495