# HG changeset patch # User Hans-G?nter Theisgen # Date 1585671563 -3600 # Node ID 4c990c14a0c8b0fee55876b386f9d754cc77721a # Parent 794eebcdf3b69c5a1b469a044dad42a78760ae02 updated perl-test-mockmodule (0.170.0 -> 0.172.0) diff -r 794eebcdf3b6 -r 4c990c14a0c8 perl-test-mockmodule/receipt --- a/perl-test-mockmodule/receipt Tue Mar 31 17:14:28 2020 +0100 +++ b/perl-test-mockmodule/receipt Tue Mar 31 17:19:23 2020 +0100 @@ -1,17 +1,19 @@ # SliTaz package receipt. PACKAGE="perl-test-mockmodule" -VERSION="0.170.0" +VERSION="0.172.0" CATEGORY="development" -SHORT_DESC="Test::MockModule module is a Perl extension." +SHORT_DESC="Perl extension Test::MockModule." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -DEPENDS="perl-super perl-test-warnings perl-sub-identify" -BUILD_DEPENDS="$DEPENDS" +WEB_SITE="https://metacpan.org/release/Test-MockModule" + SOURCE="Test-MockModule" TARBALL="$SOURCE-v$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL" + +DEPENDS="perl-sub-identify perl-super perl-test-warnings" +BUILD_DEPENDS="$DEPENDS" # Rules to configure and make the package. compile_rules() @@ -26,5 +28,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }