summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2010-09-14 21:03:41 +0200
committerJuergen Daubert <jue@jue.li>2010-09-14 21:03:41 +0200
commitbf693a76345c524bc56ea7fb433e187ff9b6ec0d (patch)
tree327b98f4f30fe638830acd8ca3d6a566fef174ef /perl
parentfbfb9674ed68197feca90608a425a5e47d33132f (diff)
downloadcore-bf693a76345c524bc56ea7fb433e187ff9b6ec0d.tar.gz
core-bf693a76345c524bc56ea7fb433e187ff9b6ec0d.tar.xz
perl: update to 2.12.2
revised directory layout, external perl modules are installed again in a site_perl directory, we have /usr/lib/perl5/5.12 for core perl now and /usr/lib/perl5/site_perl/5.12 for all other modules installed via ports or cpan.
Diffstat (limited to 'perl')
-rw-r--r--perl/.footprint6
-rw-r--r--perl/.md5sum2
-rw-r--r--perl/Pkgfile5
3 files changed, 8 insertions, 5 deletions
diff --git a/perl/.footprint b/perl/.footprint
index c17aa6bd..0dbc61d7 100644
--- a/perl/.footprint
+++ b/perl/.footprint
@@ -15,8 +15,8 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/h2xs
-rwxr-xr-x root/root usr/bin/instmodsh
-rwxr-xr-x root/root usr/bin/libnetcfg
-lrwxrwxrwx root/root usr/bin/perl -> perl5.12.1
--rwxr-xr-x root/root usr/bin/perl5.12.1
+lrwxrwxrwx root/root usr/bin/perl -> perl5.12.2
+-rwxr-xr-x root/root usr/bin/perl5.12.2
-rwxr-xr-x root/root usr/bin/perlbug
-rwxr-xr-x root/root usr/bin/perldoc
-rwxr-xr-x root/root usr/bin/perlivp
@@ -1270,6 +1270,7 @@ drwxr-xr-x root/root usr/lib/perl5/5.12/pod/
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl5115delta.pod
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl5120delta.pod
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl5121delta.pod
+-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl5122delta.pod
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl561delta.pod
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl56delta.pod
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl570delta.pod
@@ -2442,6 +2443,7 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/perl5115delta.1pm.gz
-rw-r--r-- root/root usr/man/man1/perl5120delta.1pm.gz
-rw-r--r-- root/root usr/man/man1/perl5121delta.1pm.gz
+-rw-r--r-- root/root usr/man/man1/perl5122delta.1pm.gz
-rw-r--r-- root/root usr/man/man1/perl561delta.1pm.gz
-rw-r--r-- root/root usr/man/man1/perl56delta.1pm.gz
-rw-r--r-- root/root usr/man/man1/perl570delta.1pm.gz
diff --git a/perl/.md5sum b/perl/.md5sum
index 0238c492..de1993a1 100644
--- a/perl/.md5sum
+++ b/perl/.md5sum
@@ -1 +1 @@
-f7f2d7f5aaac15a75028381b159a560f perl-5.12.1.tar.bz2
+7b018fe9c2f434eff0c629b4c515a8fc perl-5.12.2.tar.bz2
diff --git a/perl/Pkgfile b/perl/Pkgfile
index f480c2cd..627f8d0d 100644
--- a/perl/Pkgfile
+++ b/perl/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: db gdbm
name=perl
-version=5.12.1
+version=5.12.2
release=1
source=(http://www.cpan.org/src/5.0/$name-$version.tar.bz2)
@@ -13,7 +13,8 @@ build() {
./Configure -des \
-Dprefix=/usr \
- -D{priv,site}lib=/usr/lib/perl5/${version%.*} \
+ -Dprivlib=/usr/lib/perl5/${version%.*} \
+ -Dsitelib=/usr/lib/perl5/site_perl/${version%.*} \
-Darchname=linux \
-Dman1ext=1pm \
-Dman3ext=3pm \

Generated by cgit