# HG changeset patch # User Pascal Bellard # Date 1548607330 -3600 # Node ID 20661c276bcfa13b4fcf3d524bd77bd48b64319f # Parent eb3db1a07cca2ab0b739e99d09615e61bf29bd4a Update some WEB_SITE diff -r eb3db1a07cca -r 20661c276bcf aircrack-ng-oui/receipt --- a/aircrack-ng-oui/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/aircrack-ng-oui/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -1,18 +1,24 @@ # SliTaz package receipt. PACKAGE="aircrack-ng-oui" -VERSION="20120730" +VERSION="20190127" CATEGORY="misc" SHORT_DESC="archive of oui.txt file for airdump-ng" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="http://standards.ieee.org/regauth/oui" -TARBALL="oui.txt" -WGET_URL="$WEB_SITE/$TARBALL" +WEB_SITE="https://standards.ieee.org/products-services/regauth/oui/index.html" +TARBALL="oui-$VERSION.txt" +WGET_URL="http://standards-oui.ieee.org/oui.txt" +HOST_ARCH="any" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + # get the logic from airodump-ng-oui-update + dos2unix & sort mkdir -p $fs/etc/aircrack-ng - cp -a $src/oui.txt $fs/etc/aircrack-ng + grep '(hex)' $TARBALL \ + | sed 's/^[ \t]*//g;s/[ \t]*$//g' \ + | dos2unix \ + | sort \ + > $etc/etc/aircrack-ng/airodump-ng-oui.txt } diff -r eb3db1a07cca -r 20661c276bcf arora/receipt --- a/arora/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/arora/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="A cross-platform Qt4 WebKit browser" MAINTAINER="devl547@gmail.com" LICENSE="GPL2" -WEB_SITE="http://arora.googlecode.com/" +WEB_SITE="https://github.com/Arora/arora" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/files/$TARBALL" TAGS="web-browser" diff -r eb3db1a07cca -r 20661c276bcf cndrvcups-common-dev/receipt --- a/cndrvcups-common-dev/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/cndrvcups-common-dev/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="other" WANTED="cndrvcups-common" SOURCE="ufr2linuxv180" -WEB_SITE="http://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx" +WEB_SITE="http://www.service.canon.com.au/drivers/files/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r eb3db1a07cca -r 20661c276bcf cndrvcups-common/receipt --- a/cndrvcups-common/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/cndrvcups-common/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ MAINTAINER="jozee@slitaz.org" LICENSE="other" SHORT_DESC="Canon URF2 driver with support for LBP, iR and MF series printers" -WEB_SITE="http://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx" +WEB_SITE="http://www.service.canon.com.au/drivers/files/" SOURCE="ufr2linuxv180" TARBALL="${SOURCE}.zip" WGET_URL="http://www.service.canon.com.au/drivers/files/$TARBALL" diff -r eb3db1a07cca -r 20661c276bcf dega/receipt --- a/dega/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/dega/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="slaxemulator@gmail.com" LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.finalburn.com/dega" +WEB_SITE="https://web.archive.org/web/*/http://www.finalburn.com:80/dega/" WGET_URL="http://www.emulinks.de/emus/$TARBALL" TAGS="emulator sega" diff -r eb3db1a07cca -r 20661c276bcf deutex-devel/receipt --- a/deutex-devel/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/deutex-devel/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" SOURCE="deutex" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.teaser.fr/~amajorel/deutex/" +WEB_SITE="https://github.com/Doom-Utils/deutex" WGET_URL="http://www.teaser.fr/~amajorel/deutex/fungus/$TARBALL" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf dotconf/receipt --- a/dotconf/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/dotconf/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="paul@slitaz.org" LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.azzit.de/dotconf/" +WEB_SITE="https://github.com/williamh/dotconf" WGET_URL="http://www.azzit.de/dotconf/download/v${VERSION%.*}/$TARBALL" DEPENDS="" diff -r eb3db1a07cca -r 20661c276bcf dukto/receipt --- a/dukto/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/dukto/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="A simple, fast and multi-platform file transfer tool for LAN users." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://code.google.com/archive/p/dukto" +WEB_SITE="https://sourceforge.net/projects/dukto/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="subversion|http://$PACKAGE.googlecode.com/svn/trunk/" diff -r eb3db1a07cca -r 20661c276bcf eggwm/receipt --- a/eggwm/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/eggwm/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://code.google.com/archive/p/eggwm" +WEB_SITE="https://github.com/JoseExposito/eggwm" WGET_URL="http://eggwm.googlecode.com/files/$TARBALL" DEPENDS="xorg-libX11 libQtCore libQtGui" diff -r eb3db1a07cca -r 20661c276bcf electric-fence/receipt --- a/electric-fence/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/electric-fence/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}-0.1.tar.gz" -WEB_SITE="http://perens.com/works/software/" +WEB_SITE="https://web.archive.org/web/20121027131441/http://perens.com/works/software/ElectricFence/" WGET_URL="https://web.archive.org/web/20110624035729if_/http://www.perens.com/works/software/ElectricFence/$TARBALL" TAGS="debugger" diff -r eb3db1a07cca -r 20661c276bcf gxmessage/receipt --- a/gxmessage/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/gxmessage/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage" +WEB_SITE="https://web.archive.org/web/20171222080325/http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage" WGET_URL="http://homepages.ihug.co.nz/~trmusson/stuff/$TARBALL" DEPENDS="gtk+ expat xorg-libXdamage" diff -r eb3db1a07cca -r 20661c276bcf iat/receipt --- a/iat/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/iat/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-src.tar.bz2" -WEB_SITE="http://iat.berlios.de/" +WEB_SITE="https://sourceforge.net/projects/iat.berlios/" WGET_URL="http://download.berlios.de/iat/$TARBALL" HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#iat' diff -r eb3db1a07cca -r 20661c276bcf jabberd2/receipt --- a/jabberd2/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/jabberd2/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" SOURCE="jabberd" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://$PACKAGE.xiaoka.com/" +WEB_SITE="https://jabberd2.org/" WGET_URL="https://github.com/downloads/Jabberd2/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/jabberd" TAGS="im instant-messaging server" diff -r eb3db1a07cca -r 20661c276bcf lxqt-appswitcher/receipt --- a/lxqt-appswitcher/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/lxqt-appswitcher/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="The LXQt application switcher" MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL2.1" -WEB_SITE="https://github.com/lxde/lxqt-appswitcher" +WEB_SITE="https://github.com/zjes/lxqt-appswitcher" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz" TAGS="LXQt" diff -r eb3db1a07cca -r 20661c276bcf lxqt-config-randr/receipt --- a/lxqt-config-randr/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/lxqt-config-randr/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,8 +6,7 @@ SHORT_DESC="Qt config GUI for X11 RandR for LXQt system settings" MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL2.1" -WEB_SITE="https://github.com/lxde/lxqt-config-randr" -WEB_SITE="https://github.com/lxde/lxqt-config-randr" +WEB_SITE="https://github.com/zballina/lxqt-config-randr" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz" TAGS="LXQt" diff -r eb3db1a07cca -r 20661c276bcf lxqt/receipt --- a/lxqt/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/lxqt/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="LXQt metapackage + userconfig slim-install." MAINTAINER="psychomaniak@xakep.ru" LICENSE="GPL2" -WEB_SITE="http://lxqt.org" +WEB_SITE="https://lxqt.org/" TAGS="LXQt" DEPENDS="gvfs gvfs-udisks2 lximage-qt libQtMimeTypes liblxqt liblxqt-mount lxqt-about \ diff -r eb3db1a07cca -r 20661c276bcf lynx/receipt --- a/lynx/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/lynx/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Terminal-based text-only browser." MAINTAINER="samuel_trassare@yahoo.com" LICENSE="GPL2" -WEB_SITE="http://lynx.isc.org" +WEB_SITE="http://lynx.invisible-island.net" TARBALL="$PACKAGE$VERSION.tar.gz" WGET_URL="http://lynx.isc.org/$PACKAGE$VERSION/$TARBALL" HOST_ARCH="i486 arm" diff -r eb3db1a07cca -r 20661c276bcf nbs-dev/receipt --- a/nbs-dev/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/nbs-dev/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Network Broadcast Sound development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://svn.digium.com/view/nbs" +WEB_SITE="http://www.asterisk.org/" WANTED="nbs" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r eb3db1a07cca -r 20661c276bcf nbs/receipt --- a/nbs/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/nbs/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Network Broadcast Sound." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://svn.digium.com/view/nbs" +WEB_SITE="http://www.asterisk.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="subversion|http://svn.digium.com/svn/nbs/trunk" diff -r eb3db1a07cca -r 20661c276bcf ndiswrapper-driver/receipt --- a/ndiswrapper-driver/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/ndiswrapper-driver/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL" SOURCE="ndiswrapper" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/" +WEB_SITE="http://ndiswrapper.sourceforge.net/" WGET_URL="$SF_MIRROR/$SOURCE/stable/$TARBALL" TAGS="windows wireless network" diff -r eb3db1a07cca -r 20661c276bcf ndiswrapper-driver64/receipt --- a/ndiswrapper-driver64/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/ndiswrapper-driver64/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL" SOURCE="ndiswrapper" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/" +WEB_SITE="http://ndiswrapper.sourceforge.net/" WGET_URL="$SF_MIRROR/$SOURCE/stable/$TARBALL" TAGS="windows wireless network" PROVIDE="ndiswrapper-driver:linux64" diff -r eb3db1a07cca -r 20661c276bcf ndiswrapper-utils/receipt --- a/ndiswrapper-utils/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/ndiswrapper-utils/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL" SOURCE="ndiswrapper" WANTED="ndiswrapper-driver" -WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/" +WEB_SITE="http://ndiswrapper.sourceforge.net/" DEPENDS="ndiswrapper-driver perl" diff -r eb3db1a07cca -r 20661c276bcf ndiswrapper/receipt --- a/ndiswrapper/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/ndiswrapper/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Add Windows network drivers support to Linux kernel." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" -WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/" +WEB_SITE="http://ndiswrapper.sourceforge.net/" TAGS="windows wireless network" DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools" diff -r eb3db1a07cca -r 20661c276bcf node/receipt --- a/node/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/node/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-v$VERSION.tar.gz" -WEB_SITE="http://nodejs.org/" +WEB_SITE="https://nodejs.org/" WGET_URL="http://nodejs.org/dist/v$VERSION/$TARBALL" #HOST_ARCH="i486 arm" diff -r eb3db1a07cca -r 20661c276bcf otf-gfs/receipt --- a/otf-gfs/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/otf-gfs/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Selection of open type fonts from the Greek Font Society" MAINTAINER="al.bobylev@gmail.com" LICENSE="SIL_OFL" -WEB_SITE="http://www.greekfontsociety.gr/pages/gr_typefaces1.html" +WEB_SITE="http://www.greekfontsociety-gfs.gr" TAGS="font otf" EXTRA_SOURCE_FILES="GFS_DIDOT_OT.zip GFS_BODONI_OT.zip GFS_OLGA_OT.zip \ GFS_NEOHELLENIC_OT.zip GFS_ARTEMISIA_OT.zip GFS_THEOKRITOS_OT.zip \ diff -r eb3db1a07cca -r 20661c276bcf pdf2djvu/receipt --- a/pdf2djvu/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/pdf2djvu/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" MAINTAINER="psychomaniak@xakep.ru" -WEB_SITE="https://bitbucket.org/jwilk/pdf2djvu" +WEB_SITE="http://jwilk.net/software/pdf2djvu" WGET_URL="$WEB_SITE/downloads/$TARBALL" TAGS="pdf djvu" diff -r eb3db1a07cca -r 20661c276bcf perl-algorithm-permute/receipt --- a/perl-algorithm-permute/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-algorithm-permute/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,12 +6,12 @@ SHORT_DESC="Algorithm::Permute module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="http://search.cpan.org/" +WEB_SITE="https://metacpan.org/" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="Algorithm-Permute" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-animation/receipt --- a/perl-animation/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-animation/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Term-Animation" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/K/KB/KBAUCOM/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-apache-dbi/receipt --- a/perl-apache-dbi/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-apache-dbi/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Apache-DBI" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PG/PGOLLUCCI/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PG/PGOLLUCCI/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-authen-sasl/receipt --- a/perl-authen-sasl/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-authen-sasl/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Authen-SASL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-bit-vector/receipt --- a/perl-bit-vector/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-bit-vector/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Bit-Vector" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/Bit-Vector/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-cairo/receipt --- a/perl-cairo/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-cairo/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,8 +11,8 @@ BUILD_DEPENDS="perl cairo-dev freetype-dev fontconfig-dev libpng-dev \ perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/~xaoc/Cairo-1.103/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" +WEB_SITE="https://metacpan.org/~xaoc/Cairo-1.103/" +WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-carp-clan/receipt --- a/perl-carp-clan/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-carp-clan/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Carp-Clan" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/Carp-Clan/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-cgi/receipt --- a/perl-cgi/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-cgi/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="CGI.pm" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MARKSTOS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-compress-raw-bzip2/receipt --- a/perl-compress-raw-bzip2/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-compress-raw-bzip2/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Compress-Raw-Bzip2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf perl-compress-raw-zlib/receipt --- a/perl-compress-raw-zlib/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-compress-raw-zlib/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Compress-Raw-Zlib" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-config-general/receipt --- a/perl-config-general/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-config-general/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Config-General" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/T/TL/TLINDEN/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-config-tiny/receipt --- a/perl-config-tiny/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-config-tiny/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="Config-Tiny" TARBALL="$SOURCE-$VERSION.tgz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/R/RS/RSAVAGE/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-convert-asn1/receipt --- a/perl-convert-asn1/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-convert-asn1/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Convert-ASN1" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-crypt-ssleay/receipt --- a/perl-crypt-ssleay/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-crypt-ssleay/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Crypt-SSLeay" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/N/NA/NANIS/$TARBALL" DEPENDS="openssl" BUILD_DEPENDS="openssl-dev" diff -r eb3db1a07cca -r 20661c276bcf perl-date-calc/receipt --- a/perl-date-calc/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-date-calc/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,8 +11,7 @@ SOURCE="Date-Calc" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/Date-Calc/" -WEB_SITE="https://metacpan.org/release/$ORIGIN" -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-date-manip/receipt --- a/perl-date-manip/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-date-manip/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Date-Manip" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/Date-Manip/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SB/SBECK/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-datetime-format-mail/receipt --- a/perl-datetime-format-mail/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-datetime-format-mail/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="DateTime-Format-Mail" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl-datetime perl-params-validate" diff -r eb3db1a07cca -r 20661c276bcf perl-datetime-format-strptime/receipt --- a/perl-datetime-format-strptime/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-datetime-format-strptime/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="DateTime-Format-Strptime" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl-datetime perl-params-validate perl-test-simple" diff -r eb3db1a07cca -r 20661c276bcf perl-datetime-format-w3cdtf/receipt --- a/perl-datetime-format-w3cdtf/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-datetime-format-w3cdtf/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="DateTime-Format-W3CDTF" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GW/GWILLIAMS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GW/GWILLIAMS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-datetime-locale/receipt --- a/perl-datetime-locale/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-datetime-locale/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="DateTime-Locale" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-datetime-timezone/receipt --- a/perl-datetime-timezone/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-datetime-timezone/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="DateTime-TimeZone" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-datetime/receipt --- a/perl-datetime/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-datetime/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="DateTime" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/DateTime" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" DEPENDS="perl perl-params-validate perl-test-exception perl-test-warnings \ perl-datetime-locale perl-math-round perl-datetime-timezone perl-test-fatal \ diff -r eb3db1a07cca -r 20661c276bcf perl-digest-hmac/receipt --- a/perl-digest-hmac/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-digest-hmac/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Digest-HMAC" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-digest-md5/receipt --- a/perl-digest-md5/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-digest-md5/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ WEB_SITE="https://metacpan.org/release/Digest-MD5" SOURCE="Digest-MD5" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-digest-sha1/receipt --- a/perl-digest-sha1/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-digest-sha1/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Digest-SHA1" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-encode-locale/receipt --- a/perl-encode-locale/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-encode-locale/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ WEB_SITE="https://metacpan.org/release/Encode-Locale" SOURCE="Encode-Locale" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-expect/receipt --- a/perl-expect/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-expect/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,13 +6,13 @@ SHORT_DESC="Expect.pm module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="http://search.cpan.org/" +WEB_SITE="https://metacpan.org/" DEPENDS="perl-io-tty" SUGGESTED="perl-io-stty" BUILD_DEPENDS="perl-io-tty" SOURCE="Expect" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RG/RGIERSIG/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/R/RG/RGIERSIG/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-extutils-depends/receipt --- a/perl-extutils-depends/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-extutils-depends/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -10,8 +10,8 @@ DEPENDS="perl" BUILD_DEPENDS="perl" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/~flora/ExtUtils-Depends-0.304/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$TARBALL" +WEB_SITE="https://metacpan.org/~flora/ExtUtils-Depends-0.304/" +WGET_URL="https://metacpan.org/CPAN/authors/id/F/FL/FLORA/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-extutils-pkgconfig/receipt --- a/perl-extutils-pkgconfig/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-extutils-pkgconfig/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -10,8 +10,8 @@ DEPENDS="perl pkg-config" BUILD_DEPENDS="perl pkg-config" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/~xaoc/ExtUtils-PkgConfig-1.14/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" +WEB_SITE="https://metacpan.org/~xaoc/ExtUtils-PkgConfig-1.14/" +WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-file-basedir/receipt --- a/perl-file-basedir/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-file-basedir/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="File-BaseDir" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PA/PARDUS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-file-desktopentry/receipt --- a/perl-file-desktopentry/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-file-desktopentry/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="File-DesktopEntry" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/$SOURCE/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PA/PARDUS/$SOURCE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-file-find-rule/receipt --- a/perl-file-find-rule/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-file-find-rule/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="File-Find-Rule" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/File-Find-Rule/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-file-listing/receipt --- a/perl-file-listing/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-file-listing/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="File-Listing" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-file-mimeinfo/receipt --- a/perl-file-mimeinfo/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-file-mimeinfo/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="File-MimeInfo" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/$SOURCE/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PA/PARDUS/$SOURCE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-file-rsync/receipt --- a/perl-file-rsync/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-file-rsync/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="File-RsyncP" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/File-RsyncP" -WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/C/CB/CBARRATT/$TARBALL" DEPENDS="perl rsync" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-file-slurp/receipt --- a/perl-file-slurp/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-file-slurp/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="File-Slurp" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/File-Slurp" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-file-tail/receipt --- a/perl-file-tail/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-file-tail/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="File-Tail" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MG/MGRABNAR/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-filesys-statvfs/receipt --- a/perl-filesys-statvfs/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-filesys-statvfs/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="Filesys-Statvfs" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/I/IG/IGUTHRIE/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/I/IG/IGUTHRIE/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-fuse/receipt --- a/perl-fuse/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-fuse/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="Fuse" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DP/DPAVLIN/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DP/DPAVLIN/$TARBALL" DEPENDS="perl fuse perl-filesys-statvfs perl-lchown perl-unix-mknod" BUILD_DEPENDS="perl fuse-dev perl-filesys-statvfs perl-lchown perl-unix-mknod" diff -r eb3db1a07cca -r 20661c276bcf perl-geo-ipfree/receipt --- a/perl-geo-ipfree/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-geo-ipfree/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Geo-IPfree" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/B/BR/BRICAS/$TARBALL" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf perl-glib/receipt --- a/perl-glib/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-glib/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -10,8 +10,8 @@ DEPENDS="perl glib" BUILD_DEPENDS="perl perl-extutils-depends perl-extutils-pkgconfig glib-dev" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/~xaoc/Glib-1.301/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" +WEB_SITE="https://metacpan.org/~xaoc/Glib-1.301/" +WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-gssapi/receipt --- a/perl-gssapi/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-gssapi/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="GSSAPI" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AG/AGROLMS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/A/AG/AGROLMS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-gtk2-trayicon/receipt --- a/perl-gtk2-trayicon/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-gtk2-trayicon/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="Gtk2-TrayIcon" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL" DEPENDS="perl-gtk2" BUILD_DEPENDS="perl-gtk2 perl-extutils-depends perl-extutils-pkgconfig gtk+-dev" diff -r eb3db1a07cca -r 20661c276bcf perl-gtk2/receipt --- a/perl-gtk2/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-gtk2/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -12,8 +12,8 @@ perl-glib perl-pango perl-cairo xorg-dev xorg-xproto xorg-renderproto \ xorg-kbproto" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/~xaoc/Gtk2-1.247/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" +WEB_SITE="https://metacpan.org/~xaoc/Gtk2-1.247/" +WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-html-parser/receipt --- a/perl-html-parser/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-html-parser/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -10,8 +10,8 @@ BUILD_DEPENDS="perl perl-html-tagset" SOURCE="HTML-Parser" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/~gaas/HTML-Parser/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WEB_SITE="https://metacpan.org/~gaas/HTML-Parser/" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-html-tagset/receipt --- a/perl-html-tagset/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-html-tagset/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="HTML-Tagset" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-html-tree/receipt --- a/perl-html-tree/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-html-tree/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="HTML-Tree" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/HTML-Tree" -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JF/JFEARN/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/J/JF/JFEARN/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-http-date/receipt --- a/perl-http-date/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-http-date/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ WEB_SITE="https://metacpan.org/release/HTTP-Date" SOURCE="HTTP-Date" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-http-message/receipt --- a/perl-http-message/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-http-message/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ WEB_SITE="https://metacpan.org/release/HTTP-Message" SOURCE="HTTP-Message" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" DEPENDS="perl-encode-locale perl-html-parser perl-http-date perl-lwp-mediatypes perl-uri" BUILD_DEPENDS="$DEPENDS" diff -r eb3db1a07cca -r 20661c276bcf perl-http-parser/receipt --- a/perl-http-parser/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-http-parser/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,10 +6,10 @@ SHORT_DESC="parse HTTP/1.1 request into HTTP::Request/Response object" MAINTAINER="erjo@slitaz.org" LICENSE="GPL" -WEB_SITE="http://search.cpan.org/~edeca/HTTP-Parser-0.06/" +WEB_SITE="https://metacpan.org/~edeca/HTTP-Parser-0.06/" SOURCE="HTTP-Parser" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/E/ED/EDECA/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/E/ED/EDECA/$TARBALL" DEPENDS="perl-http-message perl-uri" BUILD_DEPENDS="perl $DEPENDS" diff -r eb3db1a07cca -r 20661c276bcf perl-http-server-simple/receipt --- a/perl-http-server-simple/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-http-server-simple/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="HTTP-Server-Simple" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/J/JE/JESSE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-io-compress/receipt --- a/perl-io-compress/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-io-compress/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="IO-Compress" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf perl-io-scalar/receipt --- a/perl-io-scalar/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-io-scalar/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="IO-stringy" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DS/DSKOLL/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-io-socket-inet6/receipt --- a/perl-io-socket-inet6/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-io-socket-inet6/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="IO-Socket-INET6" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SH/SHLOMIF/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-io-socket-ssl/receipt --- a/perl-io-socket-ssl/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-io-socket-ssl/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="IO-Socket-SSL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SU/SULLR/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-io-stty/receipt --- a/perl-io-stty/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-io-stty/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,12 +6,12 @@ SHORT_DESC="IO::Stty module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="http://search.cpan.org/" +WEB_SITE="https://metacpan.org/" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="IO-Stty" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-io-tty/receipt --- a/perl-io-tty/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-io-tty/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,12 +6,12 @@ SHORT_DESC="IO::Tty module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="http://search.cpan.org/" +WEB_SITE="https://metacpan.org/" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="IO-Tty" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-ipc-run/receipt --- a/perl-ipc-run/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-ipc-run/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="IPC-Run" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-lchown/receipt --- a/perl-lchown/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-lchown/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="Lchown" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/N/NC/NCLEATON/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-libjson/receipt --- a/perl-libjson/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-libjson/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ LICENSE="GPL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/JSON" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-locale-gettext/receipt --- a/perl-locale-gettext/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-locale-gettext/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="gettext" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/gettext/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PV/PVANDRY/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-lwp-mediatypes/receipt --- a/perl-lwp-mediatypes/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-lwp-mediatypes/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ WEB_SITE="https://metacpan.org/release/LWP-MediaTypes" SOURCE="LWP-MediaTypes" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-mailtools/receipt --- a/perl-mailtools/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-mailtools/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="MailTools" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL" PROVIDE="perl-mail-address perl-mail-cap perl-mail-field perl-mail-filter \ perl-mail-header perl-mail-internet perl-mail-mailer perl-mail-send \ perl-mail-util" diff -r eb3db1a07cca -r 20661c276bcf perl-maketext-gettext/receipt --- a/perl-maketext-gettext/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-maketext-gettext/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Locale-Maketext-Gettext" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/I/IM/IMACAT/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/I/IM/IMACAT/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-md4/receipt --- a/perl-md4/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-md4/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,10 +6,10 @@ SHORT_DESC="Digest::Perl::MD4 is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="http://search.cpan.org/" +WEB_SITE="https://metacpan.org/" SOURCE="Digest-Perl-MD4" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OT/OTAKA/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/O/OT/OTAKA/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-mime-base64/receipt --- a/perl-mime-base64/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-mime-base64/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="MIME-Base64" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-mime-lite/receipt --- a/perl-mime-lite/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-mime-lite/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="MIME-Lite" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/R/RJ/RJBS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-mime-types/receipt --- a/perl-mime-types/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-mime-types/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="MIME-Types" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-net-dns/receipt --- a/perl-net-dns/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-net-dns/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Net-DNS" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/O/OL/OLAF/$TARBALL" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf perl-net-ftp-autoreconnect/receipt --- a/perl-net-ftp-autoreconnect/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-net-ftp-autoreconnect/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Net-FTP-AutoReconnect" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-net-ftp-retrhandle/receipt --- a/perl-net-ftp-retrhandle/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-net-ftp-retrhandle/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Net-FTP-RetrHandle" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-net-ftp/receipt --- a/perl-net-ftp/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-net-ftp/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="libnet" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-net-ip/receipt --- a/perl-net-ip/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-net-ip/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Net-IP" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MANU/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MANU/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-net-ldap/receipt --- a/perl-net-ldap/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-net-ldap/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -12,7 +12,7 @@ SOURCE="perl-ldap" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-net-mysql/receipt --- a/perl-net-mysql/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-net-mysql/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Net-MySQL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OY/OYAMA/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/O/OY/OYAMA/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-net-ssleay/receipt --- a/perl-net-ssleay/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-net-ssleay/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Net-SSLeay" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MI/MIKEM/$TARBALL" DEPENDS="openssl" BUILD_DEPENDS="openssl-dev" diff -r eb3db1a07cca -r 20661c276bcf perl-net-xwhois/receipt --- a/perl-net-xwhois/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-net-xwhois/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Net-XWhois" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/V/VI/VIPUL/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-number-compare/receipt --- a/perl-number-compare/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-number-compare/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Number-Compare" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/Number-Compare/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-number-range/receipt --- a/perl-number-range/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-number-range/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,12 +6,12 @@ SHORT_DESC="Number::Range module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="http://search.cpan.org/" +WEB_SITE="https://metacpan.org/" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="Number-Range" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/L/LA/LARRYSH/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/L/LA/LARRYSH/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-pango/receipt --- a/perl-pango/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-pango/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,8 +11,8 @@ BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \ libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/~xaoc/Pango-1.224/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" +WEB_SITE="https://metacpan.org/~xaoc/Pango-1.224/" +WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-params-validate/receipt --- a/perl-params-validate/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-params-validate/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="Params-Validate" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" DEPENDS="perl perl-test-requires perl-module-implementation perl-test-fatal perl-test-simple" BUILD_DEPENDS="$DEPENDS" diff -r eb3db1a07cca -r 20661c276bcf perl-parse-recdescent/receipt --- a/perl-parse-recdescent/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-parse-recdescent/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Parse-RecDescent" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DC/DCONWAY/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-rfc-rfc822-address/receipt --- a/perl-rfc-rfc822-address/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-rfc-rfc822-address/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="RFC-RFC822-Address" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/A/AB/ABIGAIL/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-rrd-simple/receipt --- a/perl-rrd-simple/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-rrd-simple/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -8,8 +8,8 @@ LICENSE="GPL" SOURCE="RRD-Simple" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.cpan.org/modules/by-authors/id/MJD/Template.html" -WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL" +WEB_SITE="https://metacpan.org/release/$SOURCE" +WGET_URL="https://metacpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL" DEPENDS="perl rrdtool-perl" BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep perl-test-pod-coverage" diff -r eb3db1a07cca -r 20661c276bcf perl-smtp-ssl/receipt --- a/perl-smtp-ssl/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-smtp-ssl/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Net-SMTP-SSL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CW/CWEST/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/C/CW/CWEST/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-soap-lite/receipt --- a/perl-soap-lite/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-soap-lite/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="SOAP-Lite" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MK/MKUTTER/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-socket6/receipt --- a/perl-socket6/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-socket6/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Socket6" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/U/UM/UMEMOTO/$TARBALL" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf perl-term-readkey/receipt --- a/perl-term-readkey/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-term-readkey/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -10,8 +10,8 @@ BUILD_DEPENDS="perl" SOURCE="TermReadKey" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/~stsi/TermReadKey/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STSI/$TARBALL" +WEB_SITE="https://metacpan.org/~stsi/TermReadKey/" +WGET_URL="https://metacpan.org/CPAN/authors/id/S/ST/STSI/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-test-exception/receipt --- a/perl-test-exception/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-test-exception/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Test-Exception" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/A/AD/ADIE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-test-nowarnings/receipt --- a/perl-test-nowarnings/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-test-nowarnings/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ WEB_SITE="https://metacpan.org/release/Test-NoWarnings" SOURCE="Test-NoWarnings" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/A/AD/ADAMK/$TARBALL" DEPENDS="perl-test-tester" BUILD_DEPENDS="perl-test-tester" diff -r eb3db1a07cca -r 20661c276bcf perl-test-pod-coverage/receipt --- a/perl-test-pod-coverage/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-test-pod-coverage/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Test-Pod-Coverage" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-test-pod/receipt --- a/perl-test-pod/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-test-pod/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Test-Pod" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DW/DWHEELER/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-text-aspell/receipt --- a/perl-text-aspell/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-text-aspell/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Text-Aspell" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/H/HA/HANK/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/H/HA/HANK/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-text-csv/receipt --- a/perl-text-csv/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-text-csv/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Text-CSV" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/Text-CSV/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-text-glob/receipt --- a/perl-text-glob/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-text-glob/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -10,7 +10,7 @@ BUILD_DEPENDS="perl" SOURCE="Text-Glob" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/~RCLAMP/Text-Glob" +WEB_SITE="https://metacpan.org/~RCLAMP/Text-Glob" WGET_URL="http://www.cpan.org/authors/id/R/RC/RCLAMP/$TARBALL" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf perl-text-iconv/receipt --- a/perl-text-iconv/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-text-iconv/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Text-Iconv" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MP/MPIOTR/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-time-hires/receipt --- a/perl-time-hires/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-time-hires/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Time-HiRes" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JH/JHI/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/J/JH/JHI/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-tk/receipt --- a/perl-tk/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-tk/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Tk" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/Tk" -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SR/SREZIC/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-unicode-map8/receipt --- a/perl-unicode-map8/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-unicode-map8/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Unicode-Map8" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-unicode-maputf8/receipt --- a/perl-unicode-maputf8/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-unicode-maputf8/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Unicode-MapUTF8" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SN/SNOWHARE/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SN/SNOWHARE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-unicode-string/receipt --- a/perl-unicode-string/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-unicode-string/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="Unicode-String" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-unix-mknod/receipt --- a/perl-unix-mknod/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-unix-mknod/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ SOURCE="Unix-Mknod" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PI/PIRZYK/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PI/PIRZYK/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r eb3db1a07cca -r 20661c276bcf perl-uri/receipt --- a/perl-uri/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-uri/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="URI" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" PROVIDE="perl-uri-escape perl-uri-file perl-uri-ldap perl-uri-url" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf perl-xml-entities/receipt --- a/perl-xml-entities/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-xml-entities/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="XML-Entities" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/XML-Entities/lib/XML/Entities.pm" -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SI/SIXTEASE/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SI/SIXTEASE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-xml-parser/receipt --- a/perl-xml-parser/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-xml-parser/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="XML-Parser" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/XML-Parser/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" HOST_ARCH="i486 arm" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf perl-xml-rss/receipt --- a/perl-xml-rss/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-xml-rss/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ BUILD_DEPENDS="wget $DEPENDS" SOURCE="XML-RSS" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.uwinnipeg.ca/dist/XML-RSS" +WEB_SITE="https://metacpan.org/release/$SOURCE" WGET_URL="http://cpan.uwinnipeg.ca/cpan/authors/id/S/SH/SHLOMIF/$TARBALL" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf perl-xml-sax-writer/receipt --- a/perl-xml-sax-writer/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-xml-sax-writer/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="XML-SAX-Writer" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DA/DAHUT/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DA/DAHUT/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-xml-twig/receipt --- a/perl-xml-twig/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-xml-twig/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="XML-Twig" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/XML-Twig/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MI/MIROD/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-xml-writer/receipt --- a/perl-xml-writer/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-xml-writer/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -11,7 +11,7 @@ SOURCE="XML-Writer" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/XML-Writer/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JO/JOSEPHW/$TARBALL" +WGET_URL="https://metacpan.org/CPAN/authors/id/J/JO/JOSEPHW/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r eb3db1a07cca -r 20661c276bcf perl-yaml-syck/receipt --- a/perl-yaml-syck/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/perl-yaml-syck/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -10,7 +10,7 @@ BUILD_DEPENDS="perl" SOURCE="YAML-Syck" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/disk/YAML-Syck/" +WEB_SITE="https://metacpan.org/disk/YAML-Syck/" WGET_URL="http://www.cpan.org/authors/id/A/AV/AVAR/$TARBALL" # Rules to configure and make the package. diff -r eb3db1a07cca -r 20661c276bcf pidgin-musictracker/receipt --- a/pidgin-musictracker/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/pidgin-musictracker/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="ben@seawolfsanctuary.com" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://pidgin-musictracker.googlecode.com/" +WEB_SITE="https://code.google.com/archive/p/pidgin-musictracker/" WGET_URL="$WEB_SITE/files/$TARBALL" DEPENDS="pidgin pcre" diff -r eb3db1a07cca -r 20661c276bcf python-restclient/receipt --- a/python-restclient/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/python-restclient/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -8,7 +8,7 @@ MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tgz" -WEB_SITE="http://bitbucket.org/benoitc/$SOURCE" +WEB_SITE="https://bitbucket.org/benoitc/$SOURCE" WGET_URL="$WEB_SITE/get/$VERSION.gz" DEPENDS="python python-httplib2" diff -r eb3db1a07cca -r 20661c276bcf qiviewer/receipt --- a/qiviewer/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/qiviewer/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://code.google.com/archive/p/qiviewer" +WEB_SITE="https://github.com/samkpo/qiviewer" WGET_URL="http://qiviewer.googlecode.com/files/$TARBALL" DEPENDS="xorg-libX11 libQtCore libQtGui" diff -r eb3db1a07cca -r 20661c276bcf quarry/receipt --- a/quarry/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/quarry/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://home.gna.org/quarry/" +WEB_SITE="https://gitorious.org/quarry/quarry/" WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" SUGGESTED="gnugo" diff -r eb3db1a07cca -r 20661c276bcf quodlibet/receipt --- a/quodlibet/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/quodlibet/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" SUGGESTED="gst-plugins-bad gst-ffmpeg" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://quodlibet.googlecode.com/" +WEB_SITE="https://github.com/quodlibet/quodlibet" WGET_URL="$WEB_SITE/files/$TARBALL" TAGS="multimedia audio sound music player python" diff -r eb3db1a07cca -r 20661c276bcf qxkb/receipt --- a/qxkb/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/qxkb/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="The keypad switch written on Qt4" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" -WEB_SITE="https://code.google.com/archive/p/qxkb" +WEB_SITE="https://github.com/disels/qxkb" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://qxkb.googlecode.com/files/$TARBALL" diff -r eb3db1a07cca -r 20661c276bcf rack/receipt --- a/rack/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/rack/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="erjo@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.gem" -WEB_SITE="http://rack.rubyforge.org/" +WEB_SITE="https://rubygems.org/gems/$PACKAGE" WGET_URL="http://gems.rubyforge.org/gems/$TARBALL" COOK_OPT="!repack_src !unpack" diff -r eb3db1a07cca -r 20661c276bcf radeontool/receipt --- a/radeontool/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/radeontool/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,8 +7,8 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="zlib/libpng" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://anonscm.debian.org/cgit/collab-maint/radeontool.git" WEB_SITE="https://cgit.freedesktop.org/~airlied/radeontool/" +WGET_URL="https://people.freedesktop.org/~airlied/$PACKAGE/$TARBALL" DEPENDS="xorg-libpciaccess" BUILD_DEPENDS="pkg-config xorg-libpciaccess-dev" diff -r eb3db1a07cca -r 20661c276bcf rake/receipt --- a/rake/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/rake/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="erjo@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.gem" -WEB_SITE="http://rake.rubyforge.org/" +WEB_SITE="https://rubygems.org/gems/$PACKAGE" WGET_URL="https://rubygems.org/downloads/$TARBALL" COOK_OPT="!repack_src !unpack" diff -r eb3db1a07cca -r 20661c276bcf shell-fm/receipt --- a/shell-fm/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/shell-fm/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="console based player for the streams provided by Last.FM" MAINTAINER="jozee@slitaz.org" LICENSE="GPL" -WEB_SITE="http://nex.scrapping.cc/shell-fm/" +WEB_SITE="https://github.com/jkramer/shell-fm" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION" diff -r eb3db1a07cca -r 20661c276bcf sqlite3-ruby/receipt --- a/sqlite3-ruby/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/sqlite3-ruby/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="erjo@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tgz" -WEB_SITE="http://rubyforge.org/projects/sqlite-ruby" +WEB_SITE="https://rubygems.org/gems/sqlite3" WGET_URL="http://rubyforge.org/frs/download.php/71617/$TARBALL" DEPENDS="ruby sqlite" diff -r eb3db1a07cca -r 20661c276bcf sshfp/receipt --- a/sshfp/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/sshfp/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.xelerance.com/software/sshfp/" +WEB_SITE="https://github.com/xelerance/sshfp" WGET_URL="https://github.com/xelerance/sshfp/archive/$VERSION.tar.gz" DEPENDS="python-dnspython" diff -r eb3db1a07cca -r 20661c276bcf stardict/receipt --- a/stardict/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/stardict/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="lufeng369@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://code.google.com/archive/p/stardict-3" +WEB_SITE="http://stardict-4.sourceforge.net/" WGET_URL="http://stardict-3.googlecode.com/files/$TARBALL" DEPENDS="enchant libsigc++ gtk+ xorg-libSM" diff -r eb3db1a07cca -r 20661c276bcf tazlito/receipt --- a/tazlito/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/tazlito/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -9,7 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://hg.slitaz.org/tazlito/archive/$VERSION.tar.gz" -CONFIG_FILES="/etc/tazlito/distro-packages.list" +CONFIG_FILES="/etc/tazlito" TAGS="slitaz" DEPENDS="lzma cdrkit" @@ -29,6 +29,7 @@ mkdir -p $fs cp -a $install/* $fs chown -R root.root $fs - # Declare /etc/tazlito/distro-packages.list + # Declare /etc/tazlito/distro-packages.list & /etc/tazlito/tazlito.conf + touch $fs/etc/tazlito/tazlito.conf touch $fs/etc/tazlito/distro-packages.list } diff -r eb3db1a07cca -r 20661c276bcf tcpreplay/receipt --- a/tcpreplay/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/tcpreplay/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://tcpreplay.synfin.net/" +WEB_SITE="http://tcpreplay.appneta.com/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="libdnet" diff -r eb3db1a07cca -r 20661c276bcf tmux/receipt --- a/tmux/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/tmux/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="paul@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://tmux.sourceforge.net/" +WEB_SITE="https://github.com/tmux/tmux/wiki" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" HOST_ARCH="i486 arm" diff -r eb3db1a07cca -r 20661c276bcf unionfs-fuse/receipt --- a/unionfs-fuse/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/unionfs-fuse/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="slaxemulator@gmail.com" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://podgorny.cz/moin/UnionFsFuse" +WEB_SITE="https://github.com/rpodgorny/unionfs-fuse" WGET_URL="http://podgorny.cz/unionfs-fuse/releases/$TARBALL" DEPENDS="fuse" diff -r eb3db1a07cca -r 20661c276bcf visualboyadvance/receipt --- a/visualboyadvance/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/visualboyadvance/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="VisualBoyAdvance-src-$VERSION.tar.gz" CONFIG_FILES="/etc/VisualBoyAdvance.cfg" -WEB_SITE="http://vba.ngemu.com/" +WEB_SITE="https://sourceforge.net/projects/vba/" WGET_URL="http://downloads.sourceforge.net/sourceforge/vba/$TARBALL" TAGS="emulator gameboy" diff -r eb3db1a07cca -r 20661c276bcf wvdial/receipt --- a/wvdial/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/wvdial/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://code.google.com/archive/p/wvstreams/" +WEB_SITE="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial" WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL" TAGS="network 3G" diff -r eb3db1a07cca -r 20661c276bcf wvstreams-dev/receipt --- a/wvstreams-dev/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/wvstreams-dev/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" WANTED="wvstreams" -WEB_SITE="https://code.google.com/archive/p/wvstreams/" +WEB_SITE="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial" DEPENDS="pkg-config" diff -r eb3db1a07cca -r 20661c276bcf wvstreams/receipt --- a/wvstreams/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/wvstreams/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://code.google.com/archive/p/wvstreams/" +WEB_SITE="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial" WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL" TAGS="network 3G" diff -r eb3db1a07cca -r 20661c276bcf wyrd/receipt --- a/wyrd/receipt Sat Jan 26 17:03:55 2019 +0100 +++ b/wyrd/receipt Sun Jan 27 17:42:10 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="paul@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://pessimization.com/software/wyrd/" +WEB_SITE="https://launchpad.net/wyrd" WGET_URL="http://pessimization.com/software/wyrd/$TARBALL" DEPENDS="ncurses remind ocaml"