wok diff perl-datetime-format-mail/receipt @ rev 21493

updated mspdebug (0.17 -> 8.25)
author Hans-G?nter Theisgen
date Thu May 02 11:28:38 2019 +0100 (2019-05-02)
parents 20661c276bcf
children ca4a422cce07
line diff
     1.1 --- a/perl-datetime-format-mail/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.2 +++ b/perl-datetime-format-mail/receipt	Thu May 02 11:28:38 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-datetime-format-mail"
     1.7 -VERSION="0.3001"
     1.8 +VERSION="0.403"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="DateTime::Format::Mail module is a Perl extension."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  SOURCE="DateTime-Format-Mail"
    1.14  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://cpan.org/"
    1.16 -WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    1.17 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BOOK/$TARBALL"
    1.18  
    1.19  DEPENDS="perl"
    1.20  BUILD_DEPENDS="perl-datetime perl-params-validate"
    1.21 @@ -17,7 +17,6 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26  	perl Makefile.PL &&
    1.27  	make &&
    1.28  	make DESTDIR=$DESTDIR install
    1.29 @@ -29,4 +28,3 @@
    1.30  	mkdir -p $fs/usr
    1.31  	cp -a $install/usr/lib $fs/usr
    1.32  }
    1.33 -