Update to 1.9.

Submitted by:	Mathieu Arnold <m@absolight.net>
PR:		ports/52322
No response from: maintainer
This commit is contained in:
Jun Kuriyama 2003-07-06 04:29:38 +00:00
parent 507b732b0a
commit a16e547694
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84263
4 changed files with 11 additions and 9 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (Math-MatrixReal-1.3a5.tar.gz) = 12217f1a62abae1353005a334390f62b
MD5 (Math-MatrixReal-1.9.tar.gz) = 4df6e63d0e9ff902f1af5dc430a0b483

View file

@ -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

View file

@ -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