Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:40:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545904 - head/math/p5-Math-Matrix
Message-ID:  <202008231940.07NJed1t077399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:40:38 2020
New Revision: 545904
URL: https://svnweb.freebsd.org/changeset/ports/545904

Log:
  Update to 0.91
  
  - Add LICENSE
  - Add NO_ARCH
  
  Changes:	https://metacpan.org/changes/distribution/Math-Matrix

Modified:
  head/math/p5-Math-Matrix/Makefile
  head/math/p5-Math-Matrix/distinfo

Modified: head/math/p5-Math-Matrix/Makefile
==============================================================================
--- head/math/p5-Math-Matrix/Makefile	Sun Aug 23 19:40:34 2020	(r545903)
+++ head/math/p5-Math-Matrix/Makefile	Sun Aug 23 19:40:38 2020	(r545904)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-Matrix
-PORTVERSION=	0.8
-PORTREVISION=	1
+PORTVERSION=	0.91
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Multiply and invert matrices in Perl
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/math/p5-Math-Matrix/distinfo
==============================================================================
--- head/math/p5-Math-Matrix/distinfo	Sun Aug 23 19:40:34 2020	(r545903)
+++ head/math/p5-Math-Matrix/distinfo	Sun Aug 23 19:40:38 2020	(r545904)
@@ -1,2 +1,3 @@
-SHA256 (Math-Matrix-0.8.tar.gz) = 74db24195672a481012230b112e97ee9b7cb8cc30e8374d852e1ffd67c9af467
-SIZE (Math-Matrix-0.8.tar.gz) = 7748
+TIMESTAMP = 1598175302
+SHA256 (Math-Matrix-0.91.tar.gz) = bed4cffe0ccde78571ff41b8313db51844c0e34e98d431fb59d294111ce9c231
+SIZE (Math-Matrix-0.91.tar.gz) = 27895



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008231940.07NJed1t077399>