From 763bd73c1834e7e96dda640aeaa646bf2d2bc53c Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 4 Mar 2004 21:50:49 +0000 Subject: Update to 1.13: bugfixes (see ChangeLog). Note to submitter: PORTEPOCH may never be decremented. See the Porter's Handbook for details as to why. Further note: the PLIST changes in the PR had already been committed. PR: ports/57987 Submitted by: Cheng-Lung Sung Maintainer timeout: 4 months --- lang/p5-Scalar-List-Utils/Makefile | 2 +- lang/p5-Scalar-List-Utils/distinfo | 2 +- lang/p5-Scalar-List-Utils/files/patch-Makefile.PL | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 lang/p5-Scalar-List-Utils/files/patch-Makefile.PL (limited to 'lang') diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile index c997e67..9e5bece 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.11 +PORTVERSION= 1.13 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 8d0dd50..8155779 100644 --- a/lang/p5-Scalar-List-Utils/distinfo +++ b/lang/p5-Scalar-List-Utils/distinfo @@ -1 +1 @@ -MD5 (Scalar-List-Utils-1.11.tar.gz) = 67ba762e8dcc9ebca567633cfb172cfb +MD5 (Scalar-List-Utils-1.13.tar.gz) = 2b1ccf73ba7f290021587b3a681a9e69 diff --git a/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL b/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL new file mode 100644 index 0000000..ac82977 --- /dev/null +++ b/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL @@ -0,0 +1,11 @@ +--- 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", -- cgit v1.1