diff options
author | linimon <linimon@FreeBSD.org> | 2004-03-05 05:50:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-03-05 05:50:49 +0800 |
commit | 763bd73c1834e7e96dda640aeaa646bf2d2bc53c (patch) | |
tree | 5920523d0afd9941c98de70dffdce03e7d9057f5 /lang/p5-Scalar-List-Utils | |
parent | 0e2f70e1a79ca0a202f6e995445b59501a1a0171 (diff) | |
download | freebsd-ports-gnome-763bd73c1834e7e96dda640aeaa646bf2d2bc53c.tar.gz freebsd-ports-gnome-763bd73c1834e7e96dda640aeaa646bf2d2bc53c.tar.zst freebsd-ports-gnome-763bd73c1834e7e96dda640aeaa646bf2d2bc53c.zip |
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 <clsung@dragon2.net>
Maintainer timeout: 4 months
Diffstat (limited to 'lang/p5-Scalar-List-Utils')
-rw-r--r-- | lang/p5-Scalar-List-Utils/Makefile | 2 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/distinfo | 2 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/files/patch-Makefile.PL | 11 |
3 files changed, 13 insertions, 2 deletions
diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile index c997e67f0956..9e5bece9fe84 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 8d0dd50e878b..81557793fe0a 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 000000000000..ac82977029bd --- /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", |