diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-25 14:23:05 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-25 14:25:26 -0300 |
commit | a2c65b8b95c6343f3f3eb5b2422e699361701c99 (patch) | |
tree | 5dfab002383ff6b4c4823678e8b63a5518e1396d /testing | |
parent | 775c0be22ef2d79c5f410804bf81a87afecb9d63 (diff) | |
download | aports-a2c65b8b95c6343f3f3eb5b2422e699361701c99.tar.bz2 aports-a2c65b8b95c6343f3f3eb5b2422e699361701c99.tar.xz |
testing/perl-net-netmask: upgrade to 1.9104
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-net-netmask/APKBUILD | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/testing/perl-net-netmask/APKBUILD b/testing/perl-net-netmask/APKBUILD index d1cbd6c77a..a8b75a0b1d 100644 --- a/testing/perl-net-netmask/APKBUILD +++ b/testing/perl-net-netmask/APKBUILD @@ -2,34 +2,33 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=perl-net-netmask _realname=Net-Netmask -pkgver=1.9022 -pkgrel=1 +pkgver=1.9104 +pkgrel=0 pkgdesc="Perl extension to parse, manipulate, and lookup IP network blocks" -url="http://search.cpan.org/~muir/Net-Netmask-1.9016/" +options="!check" # Requires perl-test-harness-switches +url="https://metacpan.org/release/Net-Netmask" arch="noarch" -license="PerlArtistic" +license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="perl" makedepends="perl-dev" +checkdepends="perl-test2-suite perl-test-harness" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/$_realname-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/J/JM/JMASLAK/Net-Netmask-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" build() { - cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="85778356c0eb5047a1f8ce9883fe61dec4f54180571eefff0d08a723f6f8f828b5c6a52015de751bc13fc340275a5bc220668a37086bc4a62f164ed93f6e087f Net-Netmask-1.9022.tar.gz" +sha512sums="4bec48c8ba8b19baaa5cbfc6c17a539a663f3da8899f6dbdfbf455f7c6b8f00f102ff841e47656e83571cc44cec3d2665f5f29c827448b76f9424faafac8d1a3 Net-Netmask-1.9104.tar.gz" |