summaryrefslogtreecommitdiff
path: root/extra/mod_perl
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-14 10:53:59 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-14 10:53:59 -0300
commit1fafdadaae260eaef7194102b5eb842466e63dd1 (patch)
tree734ab5c097f5a2ed36c2a7049d44f9c2bb46dede /extra/mod_perl
parent1f52af629b1911ab027ef9c5d4d5903b48792050 (diff)
parent6dab5c46b00f624c7900ff6d11b75bcafbe251d0 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/unpaper/PKGBUILD community/virtualbox/PKGBUILD core/crda/PKGBUILD core/eventlog/PKGBUILD extra/v86d/PKGBUILD extra/vlc/PKGBUILD testing/mesa/PKGBUILD
Diffstat (limited to 'extra/mod_perl')
-rw-r--r--extra/mod_perl/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/extra/mod_perl/PKGBUILD b/extra/mod_perl/PKGBUILD
index 27e893b9f..126d47d41 100644
--- a/extra/mod_perl/PKGBUILD
+++ b/extra/mod_perl/PKGBUILD
@@ -1,28 +1,27 @@
-# $Id: PKGBUILD 108488 2011-01-31 14:48:50Z angvp $
+# $Id: PKGBUILD 119582 2011-04-12 15:02:19Z angvp $
# Maintainer: Firmicus <francois.archlinux.org>
# Contributor: Tom K <tomk@runbox.com>
pkgname=mod_perl
-_realname=mod_perl
-pkgver=2.0.4
-pkgrel=11
+pkgver=2.0.5
+pkgrel=1
pkgdesc="Apache module that embeds the Perl interpreter within the server"
url="http://search.cpan.org/dist/${_realname}/"
depends=('perl=5.12.3' 'apache' 'db' 'apr-util')
license=('APACHE')
arch=('i686' 'x86_64' 'mips64el')
options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/G/GO/GOZER/${_realname}-${pkgver}.tar.gz)
-md5sums=('1a05625ae6843085f985f5da8214502a')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/${pkgname}-${pkgver}.tar.gz)
+md5sums=('03d01d135a122bd8cebd0cd5b185d674')
build() {
- cd ${srcdir}/${_realname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${pkgver}
# install module in vendor directories.
perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs
make
}
package() {
- cd ${srcdir}/${_realname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${pkgver}
make install DESTDIR=${pkgdir}
}