diff options
author | root <root@rshg054.dnsready.net> | 2012-06-08 00:01:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-08 00:01:46 +0000 |
commit | 7d11e9346ebd0f9c378952caee0c82d6ca815f4e (patch) | |
tree | 37cbc273cef015a41013f52ed6a90fb16eca34f4 /extra/mod_perl | |
parent | 334c2a7916a80d08b1c216cfbf02135e64891632 (diff) |
Fri Jun 8 00:01:46 UTC 2012
Diffstat (limited to 'extra/mod_perl')
-rw-r--r-- | extra/mod_perl/PKGBUILD | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/extra/mod_perl/PKGBUILD b/extra/mod_perl/PKGBUILD index f333c0aeb..dd9d26bc2 100644 --- a/extra/mod_perl/PKGBUILD +++ b/extra/mod_perl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 160497 2012-06-02 10:26:43Z bluewind $ +# $Id: PKGBUILD 160911 2012-06-06 19:20:20Z foutrelis $ # Maintainer: # Contributor: Firmicus <francois.archlinux.org> # Contributor: Tom K <tomk@runbox.com> pkgname=mod_perl -pkgver=2.0.6 +pkgver=2.0.7 pkgrel=1 pkgdesc="Apache module that embeds the Perl interpreter within the server" arch=('i686' 'x86_64') @@ -13,11 +13,9 @@ license=('APACHE') depends=('perl' 'apache' 'db' 'apr-util' 'perl-linux-pid') options=('!emptydirs') source=(http://perl.apache.org/dist/$pkgname-$pkgver.tar.gz - mod_perl-2.0.6-nolfs.patch - mod_perl-2.0.6-perl-5.16-fixes.patch) -sha256sums=('8cf768d2c55291e10542ef8d9a4f4ebe835365e43b4584771e654079405827dc' - '5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b69d179d95b5cf92f08' - 'c6cde22806b1b2d919545b21c49536c8c377c8d1f921e8948e1289bb2ab413d9') + mod_perl-2.0.6-nolfs.patch) +sha256sums=('53414be9db843054b927f23a35edb7b82d99e32e031b3cd81d5ff2473f51e3c6' + '5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b69d179d95b5cf92f08') build() { cd "$srcdir/$pkgname-$pkgver" @@ -28,10 +26,6 @@ build() { # structures to be invalid if only the apache flags are used patch -Np1 -i "$srcdir/mod_perl-2.0.6-nolfs.patch" - # Fix build with Perl 5.16 - # http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod#$%3C,_$%3E,_$%28_and_$%29_are_no_longer_cached - patch -Np1 -i "$srcdir/mod_perl-2.0.6-perl-5.16-fixes.patch" - # install module in vendor directories. perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs make |