summaryrefslogtreecommitdiff
path: root/lang/p5-Scalar-List-Utils
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-03-04 21:50:49 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-03-04 21:50:49 +0000
commit88225c3143385b58785ac19e7a8b736f98bc4781 (patch)
tree3aee5282f4a9bb93b8ee46d68c04ec154db5fbb9 /lang/p5-Scalar-List-Utils
parentAdd gnome-icons, a metaport for easy installation of all GNOME iconset. (diff)
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
Notes
Notes: svn path=/head/; revision=102954
Diffstat (limited to 'lang/p5-Scalar-List-Utils')
-rw-r--r--lang/p5-Scalar-List-Utils/Makefile2
-rw-r--r--lang/p5-Scalar-List-Utils/distinfo2
-rw-r--r--lang/p5-Scalar-List-Utils/files/patch-Makefile.PL11
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",