wok diff perl-rrd-simple/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 2d12ebd38be4
children 15650f5d595b
line diff
     1.1 --- a/perl-rrd-simple/receipt	Fri Jun 07 18:46:07 2013 +0200
     1.2 +++ b/perl-rrd-simple/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -8,8 +8,8 @@
     1.4  LICENSE="GPL"
     1.5  SOURCE="RRD-Simple"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://www.cpan.org/modules/by-authors/id/MJD/Template.html"
     1.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL"
     1.9 +WEB_SITE="https://metacpan.org/release/$SOURCE"
    1.10 +WGET_URL="https://metacpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL"
    1.11  
    1.12  DEPENDS="perl rrdtool-perl"
    1.13  BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep perl-test-pod-coverage"