wok diff perl-mime-lite/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents 15650f5d595b
children b27d8c263cba
line diff
     1.1 --- a/perl-mime-lite/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perl-mime-lite/receipt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-mime-lite"
     1.7 -VERSION="3.031"
     1.8 +VERSION="3.033"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl extension MIME::Lite."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 -WEB_SITE="https://metacpan.org/release/MIME-Lite"
    1.14 +WEB_SITE="https://metacpan.org/pod/MIME::Lite"
    1.15 +REPOLOGY="perl:mime-lite"
    1.16  
    1.17  SOURCE="MIME-Lite"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 @@ -32,6 +33,5 @@
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr
    1.24 -	cp -a $install/usr/lib	$fs/usr
    1.25 +	cook_copy_folders	lib
    1.26  }