svn commit: r329087 - head/math/p5-Math-Matrix
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Oct 2 17:50:49 UTC 2013
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
More information about the svn-ports-all
mailing list