Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2012 08:37:07 +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: r302494 - head/math/p5-Math-Random-MT
Message-ID:  <201208140837.q7E8b7Fh066912@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug 14 08:37:07 2012
New Revision: 302494
URL: http://svn.freebsd.org/changeset/ports/302494

Log:
  - Fix and sort PLIST
  - Remove disappeared WWW

Modified:
  head/math/p5-Math-Random-MT/pkg-descr   (contents, props changed)
  head/math/p5-Math-Random-MT/pkg-plist   (contents, props changed)

Modified: head/math/p5-Math-Random-MT/pkg-descr
==============================================================================
--- head/math/p5-Math-Random-MT/pkg-descr	Tue Aug 14 08:35:13 2012	(r302493)
+++ head/math/p5-Math-Random-MT/pkg-descr	Tue Aug 14 08:37:07 2012	(r302494)
@@ -1,5 +1,4 @@
 The Mersenne Twister is a pseudorandom number generator developed by
 Makoto Matsumoto and Takuji Nishimura.
 
-WWW: http://www.math.keio.ac.jp/~matumoto/emt.html
 WWW: http://search.cpan.org/dist/Math-Random-MT/

Modified: head/math/p5-Math-Random-MT/pkg-plist
==============================================================================
--- head/math/p5-Math-Random-MT/pkg-plist	Tue Aug 14 08:35:13 2012	(r302493)
+++ head/math/p5-Math-Random-MT/pkg-plist	Tue Aug 14 08:37:07 2012	(r302494)
@@ -1,9 +1,9 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/MT.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/MT.so
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math



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