summaryrefslogtreecommitdiff
path: root/math/p5-MatrixReal
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-07-06 04:29:38 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-07-06 04:29:38 +0000
commita16e547694ec2dd596a3bef650b0307138328f7e (patch)
treec758c4d8e27f98e91b3f3cd9b4da9627780f7593 /math/p5-MatrixReal
parentUpdate to 0.79. (diff)
Update to 1.9.
Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52322 No response from: maintainer
Notes
Notes: svn path=/head/; revision=84263
Diffstat (limited to 'math/p5-MatrixReal')
-rw-r--r--math/p5-MatrixReal/Makefile3
-rw-r--r--math/p5-MatrixReal/distinfo2
-rw-r--r--math/p5-MatrixReal/pkg-descr2
-rw-r--r--math/p5-MatrixReal/pkg-plist13
4 files changed, 11 insertions, 9 deletions
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile
index cbc0388cc3c4..93a7be76b4b3 100644
--- a/math/p5-MatrixReal/Makefile
+++ b/math/p5-MatrixReal/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= MatrixReal
-PORTVERSION= 1.3a5
+PORTVERSION= 1.9
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
@@ -17,7 +17,6 @@ COMMENT= A perl module implementing a Matrix of Reals
PERL_CONFIGURE= YES
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Math::MatrixReal.3 Math::Kleene.3
.include <bsd.port.mk>
diff --git a/math/p5-MatrixReal/distinfo b/math/p5-MatrixReal/distinfo
index 69b262b3d26b..f7fadc191f3b 100644
--- a/math/p5-MatrixReal/distinfo
+++ b/math/p5-MatrixReal/distinfo
@@ -1 +1 @@
-MD5 (Math-MatrixReal-1.3a5.tar.gz) = 12217f1a62abae1353005a334390f62b
+MD5 (Math-MatrixReal-1.9.tar.gz) = 4df6e63d0e9ff902f1af5dc430a0b483
diff --git a/math/p5-MatrixReal/pkg-descr b/math/p5-MatrixReal/pkg-descr
index fd54b2a9b863..04b7e8d79098 100644
--- a/math/p5-MatrixReal/pkg-descr
+++ b/math/p5-MatrixReal/pkg-descr
@@ -17,4 +17,6 @@ costs for paths in a graph.
This is Math:MatrixReal version 1.2
+WWW: http://search.cpan.org/dist/Math-MatrixReal/
+
-- sander
diff --git a/math/p5-MatrixReal/pkg-plist b/math/p5-MatrixReal/pkg-plist
index d632ca16ad3a..cfe73b4d5a34 100644
--- a/math/p5-MatrixReal/pkg-plist
+++ b/math/p5-MatrixReal/pkg-plist
@@ -1,6 +1,7 @@
-lib/perl5/site_perl/%%PERL_VER%%/Math/MatrixReal.pm
-lib/perl5/site_perl/%%PERL_VER%%/Math/Kleene.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/MatrixReal/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/MatrixReal
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true
+%%SITE_PERL%%/Math/Kleene.pod
+%%SITE_PERL%%/Math/MatrixReal.pm
+%%SITE_PERL%%/Math/funcs.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MatrixReal/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MatrixReal
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true