aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-07-28 15:27:34 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-07-28 15:27:34 +0000
commit614047e2a9251f3f52f4159e3812521a8e364d50 (patch)
tree0c40de19bcebd107204c1a8ad3fef143c821049e /testing
parentb12a4c6f467e2fedd31b8086fc0b6e4ae829dccf (diff)
downloadaports-614047e2a9251f3f52f4159e3812521a8e364d50.tar.bz2
aports-614047e2a9251f3f52f4159e3812521a8e364d50.tar.xz
testing/perl-yaml: upgrade to 1.18
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-yaml/APKBUILD25
1 files changed, 12 insertions, 13 deletions
diff --git a/testing/perl-yaml/APKBUILD b/testing/perl-yaml/APKBUILD
index 6aae6e8ab7..68800002dd 100644
--- a/testing/perl-yaml/APKBUILD
+++ b/testing/perl-yaml/APKBUILD
@@ -1,39 +1,38 @@
# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
+# Contributor: Francesco Colista <fcolista@alpinelinux.org>
+# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-yaml
_pkgreal=YAML
-pkgver=0.84
+pkgver=1.18
pkgrel=0
pkgdesc="YAML Ain't Markup Language (tm)"
url="http://search.cpan.org/dist/YAML/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
-cpanmakedepends=" "
+cpanmakedepends="perl-test-yaml"
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/$_pkgreal-$pkgver.tar.gz"
-
-_builddir="$srcdir/$_pkgreal-$pkgver"
+source="http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/$_pkgreal-$pkgver.tar.gz"
+builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
- cd "$_builddir"
+ cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
- cd "$_builddir"
+ cd "$builddir"
make && make test
}
package() {
- cd "$_builddir"
+ cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-md5sums="3644f03e3da5d99158963c6613f5ff92 YAML-0.84.tar.gz"
-sha256sums="0a351f0a771526ca4a448c573a781614debdd5296fd0832396fc89f1854d640c YAML-0.84.tar.gz"
-sha512sums="e892db21b94e374fdada74c8cb36a4c7a565fc935c8e1a81301f4820d34a26990e6aefe6e3e3d5386a54f29a1a758695bcd1e151b8d6f82fe8f558005a669f0f YAML-0.84.tar.gz"
+md5sums="79b6cc821fe157790a6448d1f791f6de YAML-1.18.tar.gz"
+sha256sums="c8c4ebf538b5c9b4f53bf3c80a436229b2f28ecd4dbde54e22b470791d04fd39 YAML-1.18.tar.gz"
+sha512sums="6656ed5a9906e3b7888c3a014e8ab459adb8eee471a31b6c1209ff79c72f7ffda7fadb729ac334bf338ba264068f060a83ca31664f3c1d720fc8195231e459f4 YAML-1.18.tar.gz"