From bf693a76345c524bc56ea7fb433e187ff9b6ec0d Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 14 Sep 2010 21:03:41 +0200 Subject: 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. --- perl/.footprint | 6 ++++-- perl/.md5sum | 2 +- perl/Pkgfile | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'perl') 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 \ -- cgit v1.2.3