Date: Sunday, May 23, 2010 @ 21:11:29 Author: kevin Revision: 80951 upgpkg: perl 5.12.1-1 Update to 5.12.1
Modified: perl/trunk/ChangeLog perl/trunk/PKGBUILD -----------+ ChangeLog | 6 ++---- PKGBUILD | 7 +++---- 2 files changed, 5 insertions(+), 8 deletions(-) Modified: ChangeLog =================================================================== --- ChangeLog 2010-05-24 01:05:31 UTC (rev 80950) +++ ChangeLog 2010-05-24 01:11:29 UTC (rev 80951) @@ -1,8 +1,8 @@ -2010-05-15 kevin <[email protected]> +2010-05-23 kevin <[email protected]> + * perl 5.12.0-2 - 2010-05-12 kevin <[email protected]> - FS#19411. Removed the for loop in perlbin.sh which didn't work on zsh. @@ -11,14 +11,12 @@ - FS#19427. Added /usr/*/perl5/site_perl/5.10.1 to otherlibdirs to support user built modules. - 2010-05-09 kevin <[email protected]> * perl 5.12.0-1 - Modified perlbin.sh to only add existing dirs to PATH. Fixes FS#17402, path points to non-existant directories - 2010-05-07 kevin <[email protected]> - Added this changelog. Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-05-24 01:05:31 UTC (rev 80950) +++ PKGBUILD 2010-05-24 01:11:29 UTC (rev 80951) @@ -3,8 +3,8 @@ # Contributor: judd <jvinet.zeroflux.org> # Contributor: francois <francois.archlinux.org> pkgname=perl -pkgver=5.12.0 -pkgrel=2 +pkgver=5.12.1 +pkgrel=1 pkgdesc="A highly capable, feature-rich programming language" arch=(i686 x86_64) license=('GPL' 'PerlArtistic') @@ -131,7 +131,6 @@ build() { cd ${srcdir}/${pkgname}-${pkgver} - #patch -Np0 -i ../perl-5.10.1-archlinux-inc-order.patch || return 1 if [ "${CARCH}" = "x86_64" ]; then # for x86_64 @@ -199,4 +198,4 @@ find $pkgdir/usr/lib -name *.pod -delete find $pkgdir -name .packlist -delete } -md5sums=('3e15696f4160775a90f6b2fb3ccc98c2' '15f653f99b270ba91438cae91718c69f') +md5sums=('f7f2d7f5aaac15a75028381b159a560f' '15f653f99b270ba91438cae91718c69f')
