Date: Sat, 8 Oct 2016 23:03:08 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423553 - head/math/p5-Math-MatrixReal Message-ID: <201610082303.u98N38GM010008@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610082303.u98N38GM010008>