aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-27 02:24:58 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-27 06:10:31 +0000
commitde8cc2ed6da8c231924e236349e20d48c89d1846 (patch)
treee7c12904578df6f6d05247159ba19442f8cfa4e2
parent44f2eb024bf32ec012547bb0903c9cd5e7d99c14 (diff)
downloadalpine_aports-de8cc2ed6da8c231924e236349e20d48c89d1846.tar.bz2
alpine_aports-de8cc2ed6da8c231924e236349e20d48c89d1846.tar.xz
alpine_aports-de8cc2ed6da8c231924e236349e20d48c89d1846.zip
main/perl-http-daemon: upgrade to 6.10
-rw-r--r--main/perl-http-daemon/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/main/perl-http-daemon/APKBUILD b/main/perl-http-daemon/APKBUILD
index 3ef1cf9f06..2b5dc6a49b 100644
--- a/main/perl-http-daemon/APKBUILD
+++ b/main/perl-http-daemon/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Natanael Copa <ncopa@alpinelinux.org> 1# Contributor: Natanael Copa <ncopa@alpinelinux.org>
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=perl-http-daemon 3pkgname=perl-http-daemon
4pkgver=6.06 4pkgver=6.10
5pkgrel=0 5pkgrel=0
6pkgdesc="HTTP::Daemon perl module" 6pkgdesc="HTTP::Daemon perl module"
7url="https://metacpan.org/release/HTTP-Daemon" 7url="https://metacpan.org/release/HTTP-Daemon"
@@ -16,20 +16,17 @@ source="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-$pkgver.ta
16 16
17builddir="$srcdir"/HTTP-Daemon-$pkgver 17builddir="$srcdir"/HTTP-Daemon-$pkgver
18build() { 18build() {
19 cd "$builddir"
20 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 19 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
21 make 20 make
22} 21}
23 22
24check() { 23check() {
25 cd "$builddir"
26 make test 24 make test
27} 25}
28 26
29package() { 27package() {
30 cd "$builddir"
31 make DESTDIR="$pkgdir" install 28 make DESTDIR="$pkgdir" install
32 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete 29 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
33} 30}
34 31
35sha512sums="8e6dcf4451aaa6bd5f38508a087e5bb9b7f5105e8e243d09bdd3f4be3d7009222b3d9f8e494f049b48f0caebf36f239b8bbc7b8edc805f7d32b1bbeb38431732 HTTP-Daemon-6.06.tar.gz" 32sha512sums="939b646c5b2de4b5a77f1f5fd933425e97ce183416913a4871e8a931313e4f40bd5a72d4fc1ae264f13e1f32dbe0f428badf429ce86e34f48b2d3f91e0c0b03d HTTP-Daemon-6.10.tar.gz"