diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-09-11 12:19:49 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-09-11 12:19:49 +0000 |
commit | 4c48a29ab497b1f184efc3e7658da84eab14ad92 (patch) | |
tree | 138dece1fcba5f1ebd1d57ab063b3722ff4d0d86 /lang | |
parent | OpenSource alternative to Microsoft Windows RIS (Remote Installation Services). (diff) |
Update to 1.17.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Scalar-List-Utils/Makefile | 2 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/distinfo | 4 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/files/patch-Makefile.PL | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile index a3ee0ac5d88e..116b72958745 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.14 +PORTVERSION= 1.17 PORTEPOCH= 1 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} diff --git a/lang/p5-Scalar-List-Utils/distinfo b/lang/p5-Scalar-List-Utils/distinfo index e7610cd8a7df..31cf5b71d866 100644 --- a/lang/p5-Scalar-List-Utils/distinfo +++ b/lang/p5-Scalar-List-Utils/distinfo @@ -1,2 +1,2 @@ -MD5 (Scalar-List-Utils-1.14.tar.gz) = 64f5c079fe9be0fff55c1365dd7eec96 -SIZE (Scalar-List-Utils-1.14.tar.gz) = 15900 +MD5 (Scalar-List-Utils-1.17.tar.gz) = e5883507aaac370cc14f8259b9956a87 +SIZE (Scalar-List-Utils-1.17.tar.gz) = 33925 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 ac82977029bd..000000000000 --- a/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Thu Aug 14 20:21:46 2003 -+++ Makefile.PL Tue Oct 14 15:09:11 2003 -@@ -18,7 +18,7 @@ - - sub write_makefile { - WriteMakefile( -- INSTALLDIRS => ($] >= 5.008 ? 'perl' : 'site'), -+# INSTALLDIRS => ($] >= 5.008 ? 'perl' : 'site'), - VERSION_FROM => "lib/List/Util.pm", - NAME => "List::Util", - DISTNAME => "Scalar-List-Utils", |