wok diff perl-filesys-statvfs/receipt @ rev 24815

updated libnids (1.24 -> 1.26)
author Hans-G?nter Theisgen
date Wed Mar 23 06:19:41 2022 +0100 (2022-03-23)
parents 20661c276bcf
children e717a4953b0e
line diff
     1.1 --- a/perl-filesys-statvfs/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.2 +++ b/perl-filesys-statvfs/receipt	Wed Mar 23 06:19:41 2022 +0100
     1.3 @@ -8,12 +8,18 @@
     1.4  LICENSE="GPL"
     1.5  SOURCE="Filesys-Statvfs"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://cpan.org/"
     1.8 +WEB_SITE="https://metacpan.org/dist/Filesys-Statvfs"
     1.9  WGET_URL="https://metacpan.org/CPAN/authors/id/I/IG/IGUTHRIE/$TARBALL"
    1.10  
    1.11  DEPENDS="perl"
    1.12  BUILD_DEPENDS="perl"
    1.13  
    1.14 +current_version()
    1.15 +{
    1.16 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.17 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
    1.18 +}
    1.19 +
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {