aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-text-template
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-29 02:39:23 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-29 06:56:50 +0000
commitf7fda6e25bf67f4ed1aab0b34e5fc9d7635a6616 (patch)
tree3fad10e7073d1c7964ddabb9983525dbe2264eb7 /community/perl-text-template
parent6279417a684722983ffe14576483973e562b9b77 (diff)
downloadaports-f7fda6e25bf67f4ed1aab0b34e5fc9d7635a6616.tar.bz2
aports-f7fda6e25bf67f4ed1aab0b34e5fc9d7635a6616.tar.xz
community/perl-text-template: upgrade to 1.55
Diffstat (limited to 'community/perl-text-template')
-rw-r--r--community/perl-text-template/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/perl-text-template/APKBUILD b/community/perl-text-template/APKBUILD
index 172c12cd4e..88da03e0e7 100644
--- a/community/perl-text-template/APKBUILD
+++ b/community/perl-text-template/APKBUILD
@@ -1,22 +1,20 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-text-template
-pkgver=1.51
+pkgver=1.55
pkgrel=0
pkgdesc="Text::Template perl module"
url="http://search.cpan.org/dist/Text-Template"
arch="noarch"
-license="GPL-1.0-or-later Artistic-1.0-Perl"
+license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
makedepends="perl-dev"
checkdepends="perl-test-warnings"
-install=""
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz"
builddir="$srcdir/Text-Template-$pkgver"
build() {
- cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make && make test
}
@@ -26,9 +24,8 @@ check() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="038a810746684b26cd6a763cfb8adff57a2ed8dc57e44b170b6ba6c8271d513289546294439cfe1c8b77f40153751596a023079ee79bfc6b59fa9393cfcc04f4 Text-Template-1.51.tar.gz"
+sha512sums="19a281cdfc56483bc717be5ae2367ae0edd27e2d31a693f9e54a660ec21cb6b51a8e5eae2e659d0053f59cdb6b9266cf1e175fd55e1abf9f9362c973c44d8173 Text-Template-1.55.tar.gz"