Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 17:50:49 +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: r329087 - head/math/p5-Math-Matrix
Message-ID:  <201310021750.r92HonL9060510@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Oct  2 17:50:48 2013
New Revision: 329087
URL: http://svnweb.freebsd.org/changeset/ports/329087

Log:
  - Update to 0.8
  - Support STAGEDIR

Modified:
  head/math/p5-Math-Matrix/Makefile
  head/math/p5-Math-Matrix/distinfo   (contents, props changed)
  head/math/p5-Math-Matrix/pkg-plist   (contents, props changed)

Modified: head/math/p5-Math-Matrix/Makefile
==============================================================================
--- head/math/p5-Math-Matrix/Makefile	Wed Oct  2 17:50:44 2013	(r329086)
+++ head/math/p5-Math-Matrix/Makefile	Wed Oct  2 17:50:48 2013	(r329087)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-Matrix
-PORTVERSION=	0.7
+PORTVERSION=	0.8
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +13,4 @@ COMMENT=	Math::Matrix - multiply and inv
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Math::Matrix.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/math/p5-Math-Matrix/distinfo
==============================================================================
--- head/math/p5-Math-Matrix/distinfo	Wed Oct  2 17:50:44 2013	(r329086)
+++ head/math/p5-Math-Matrix/distinfo	Wed Oct  2 17:50:48 2013	(r329087)
@@ -1,2 +1,2 @@
-SHA256 (Math-Matrix-0.7.tar.gz) = 59d65767d252eabc2c2d1771fdf95a6d7b854cf57066a3897319be137c285592
-SIZE (Math-Matrix-0.7.tar.gz) = 7477
+SHA256 (Math-Matrix-0.8.tar.gz) = 74db24195672a481012230b112e97ee9b7cb8cc30e8374d852e1ffd67c9af467
+SIZE (Math-Matrix-0.8.tar.gz) = 7748

Modified: head/math/p5-Math-Matrix/pkg-plist
==============================================================================
--- head/math/p5-Math-Matrix/pkg-plist	Wed Oct  2 17:50:44 2013	(r329086)
+++ head/math/p5-Math-Matrix/pkg-plist	Wed Oct  2 17:50:48 2013	(r329087)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Math/Matrix.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix/.packlist
+%%PERL5_MAN3%%/Math::Matrix.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
 @dirrmtry %%SITE_PERL%%/Math



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