diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-05-14 10:52:49 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-05-14 10:52:49 +0000 |
commit | c6b5e69c3b84041611b5ed59247bbd2889d67164 (patch) | |
tree | e89fea6b3e1bfdc32e093ab0d23127337581eec0 | |
parent | Update to 0.44. (diff) |
Update to 1.20.
Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes
Notes
Notes:
svn path=/head/; revision=233887
-rw-r--r-- | lang/p5-Scalar-List-Utils/Makefile | 4 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/distinfo | 6 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/files/patch-Makefile.PL | 10 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/pkg-plist | 7 |
4 files changed, 11 insertions, 16 deletions
diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile index 0cdd7e862dbe..2e4e3be222e9 100644 --- a/lang/p5-Scalar-List-Utils/Makefile +++ b/lang/p5-Scalar-List-Utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Scalar-List-Utils -PORTVERSION= 1.19 +PORTVERSION= 1.20 PORTEPOCH= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN @@ -17,6 +17,6 @@ COMMENT= Perl subroutines that would be nice to have in the perl core PERL_CONFIGURE= yes -MAN3= List::Util.3 Scalar::Util.3 +MAN3= List::Util.3 Scalar::Util.3 List::Util::XS.3 .include <bsd.port.mk> diff --git a/lang/p5-Scalar-List-Utils/distinfo b/lang/p5-Scalar-List-Utils/distinfo index a1ab5cab8425..f23cfe0c0204 100644 --- a/lang/p5-Scalar-List-Utils/distinfo +++ b/lang/p5-Scalar-List-Utils/distinfo @@ -1,3 +1,3 @@ -MD5 (Scalar-List-Utils-1.19.tar.gz) = 9b6b397aa79e6fc8e70e894721f51b1f -SHA256 (Scalar-List-Utils-1.19.tar.gz) = b625f9eb258c1d04653a2c4fce5302577c6bf2d3d067cf5504ef2435f8c1a93e -SIZE (Scalar-List-Utils-1.19.tar.gz) = 43620 +MD5 (Scalar-List-Utils-1.20.tar.gz) = 5580861a1332afd91fd56bce736dbe93 +SHA256 (Scalar-List-Utils-1.20.tar.gz) = 826d93ae4a1f2abf4c759bed41ba5626a13fe4f4b9e5027457fc57a895305d69 +SIZE (Scalar-List-Utils-1.20.tar.gz) = 27836 diff --git a/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL b/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL deleted file mode 100644 index 62f5c14ff230..000000000000 --- a/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.PL.orig Sun Sep 11 21:43:16 2005 -+++ Makefile.PL Sun Sep 11 21:43:37 2005 -@@ -18,6 +18,7 @@ license ('perl'); - - makemaker_args ( XS => {}, C => []) unless $do_xs; - makemaker_args ( DEFINE => "-DPERL_EXT",); -+makemaker_args ( TYPEMAPS => ["mytypemap"]) unless $] >= 5.006_01; - - installdirs (qw(Scalar::Util List::Util)); - diff --git a/lang/p5-Scalar-List-Utils/pkg-plist b/lang/p5-Scalar-List-Utils/pkg-plist index 418b5ac67c5a..ce79419868bc 100644 --- a/lang/p5-Scalar-List-Utils/pkg-plist +++ b/lang/p5-Scalar-List-Utils/pkg-plist @@ -2,8 +2,13 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Util/Util.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Util/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/Scalar/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Scalar/Util/PP.pm %%SITE_PERL%%/%%PERL_ARCH%%/List/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/List/Util/XS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/List/Util/PP.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Util @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Scalar +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/List/Util @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/List +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Scalar/Util +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Scalar |