aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-dbd-pg
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-07-01 15:11:33 +0300
committerTimo Teräs <timo.teras@iki.fi>2014-07-01 15:15:56 +0300
commitd8c8ca3fe18def033c177680560d5e587bf48378 (patch)
treed49458b4365d0232c8e2730c1c4f9efbcfb13c46 /main/perl-dbd-pg
parent16dee3b5a9d49cdb5e5e442a4815080eada58f47 (diff)
downloadaports-d8c8ca3fe18def033c177680560d5e587bf48378.tar.bz2
aports-d8c8ca3fe18def033c177680560d5e587bf48378.tar.xz
main/perl-dbd-pg: upgrade to 3.3.0
Diffstat (limited to 'main/perl-dbd-pg')
-rw-r--r--main/perl-dbd-pg/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/main/perl-dbd-pg/APKBUILD b/main/perl-dbd-pg/APKBUILD
index 90279ab75b..314d5b08fc 100644
--- a/main/perl-dbd-pg/APKBUILD
+++ b/main/perl-dbd-pg/APKBUILD
@@ -3,9 +3,9 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-dbd-pg
_pkgreal=DBD-Pg
-pkgver=3.0.0
+pkgver=3.3.0
pkgrel=0
-pkgdesc="PostgreSQL database driver for the DBI module"
+pkgdesc="DBI PostgreSQL interface"
url="http://search.cpan.org/dist/DBD-Pg/"
arch="all"
license="GPL PerlArtistic"
@@ -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="58c2613bcb241279aca4c111ba16db48 DBD-Pg-3.0.0.tar.gz"
-sha256sums="c841f4e7ab294a6f78888240158bebff85dadc7f8622348220d4e1de2f6c4183 DBD-Pg-3.0.0.tar.gz"
-sha512sums="38118c9b34f841d868e5ab776e5b91e5e1db34bfc4d0b66d3954ad1a9472838e0f44295fd5e870607730880a669e638ced0bcf9f7cb4b4d0f43680c898200cb2 DBD-Pg-3.0.0.tar.gz"
+md5sums="547de1382a47d66872912fe64282ff55 DBD-Pg-3.3.0.tar.gz"
+sha256sums="52f43de5b2d916d447d7ed252b127f728b226dc88db57d4fe9712e21d3586ffe DBD-Pg-3.3.0.tar.gz"
+sha512sums="eb8fbc2e9ad3a846ee4ee580ad2d18cb99b8df48b1c30595d0ffc6ab6e0ff91c36f61e98120968285bd3818f0e565a43189066eda8f93a2972e1df3258ed4f8e DBD-Pg-3.3.0.tar.gz"