summaryrefslogtreecommitdiffstats
path: root/main/perl-exception-class
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-07-01 15:13:05 +0300
committerTimo Teräs <timo.teras@iki.fi>2014-07-01 15:15:56 +0300
commit7c526185f2a7787a5968066f942e562291baa097 (patch)
tree3ef42e693646e2917a8ea1aba4abfee85b657ec4 /main/perl-exception-class
parentd8c8ca3fe18def033c177680560d5e587bf48378 (diff)
downloadaports-7c526185f2a7787a5968066f942e562291baa097.tar.bz2
aports-7c526185f2a7787a5968066f942e562291baa097.tar.xz
main/perl-exception-class: upgrade to 1.38
Diffstat (limited to 'main/perl-exception-class')
-rw-r--r--main/perl-exception-class/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/main/perl-exception-class/APKBUILD b/main/perl-exception-class/APKBUILD
index 5d51a3857..4939b1c7f 100644
--- a/main/perl-exception-class/APKBUILD
+++ b/main/perl-exception-class/APKBUILD
@@ -3,13 +3,13 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-exception-class
_pkgreal=Exception-Class
-pkgver=1.37
+pkgver=1.38
pkgrel=0
pkgdesc="A module that allows you to declare real exception classes in Perl"
url="http://search.cpan.org/dist/Exception-Class/"
arch="noarch"
license="GPL PerlArtistic"
-cpandepends="perl-class-data-inheritable perl-devel-stacktrace"
+cpandepends="perl-devel-stacktrace perl-class-data-inheritable"
cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
@@ -20,11 +20,13 @@ _builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
cd "$_builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
cd "$_builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
make && make test
}
@@ -34,6 +36,6 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-md5sums="9953d120112d971f1deafdba9dc15aa7 Exception-Class-1.37.tar.gz"
-sha256sums="838b93c90a0bbd73d819dc7d3d854559880120b6878976fe2ab90a141d10cedc Exception-Class-1.37.tar.gz"
-sha512sums="611895065102e4dfb40667841af0aaec436128deba8b52627b50320ddfcc191ca1c83a5084f7c4de582137790b1527791bbcfea93b24bc5095f1150a9d6bae3e Exception-Class-1.37.tar.gz"
+md5sums="4d7203a95893449f53ccacb385981569 Exception-Class-1.38.tar.gz"
+sha256sums="5c2cf90749c9f124118ad5846303c5463c9d6fa1f1c328a0085f6af2928c3900 Exception-Class-1.38.tar.gz"
+sha512sums="6ea568afba84bb720c7589e8349849334409772f31916a895b8ebf5c60a6c69cf2d497dd8bfb96685c3178fbf0efeda8065d0aaacea810aef1ed86bc985b1dfb Exception-Class-1.38.tar.gz"