wok rev 25109

Up perl-date-manip (6.88)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 09:21:55 2022 +0000 (22 months ago)
parents aa9194512ca0
children 86d301c916cf
files freeglut-dev/receipt freeglut/receipt perl-date-manip/receipt slitaz-backgrounds/receipt
line diff
     1.1 --- a/freeglut-dev/receipt	Thu Jun 23 20:48:12 2022 +0000
     1.2 +++ b/freeglut-dev/receipt	Sat Jun 25 09:21:55 2022 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="OpenGL utility toolkit - development files."
     1.5  MAINTAINER="b1+slitaz@nagel.org"
     1.6  LICENSE="GPL"
     1.7 -WEB_SITE="https://sourceforge.net/projects/freeglut/"
     1.8 +WEB_SITE="https://web.archive.org/web/20220516194849/https://sourceforge.net/projects/freeglut/"
     1.9  
    1.10  WANTED="freeglut"
    1.11  
     2.1 --- a/freeglut/receipt	Thu Jun 23 20:48:12 2022 +0000
     2.2 +++ b/freeglut/receipt	Sat Jun 25 09:21:55 2022 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="OpenGL utility toolkit."
     2.5  MAINTAINER="b1+slitaz@nagel.org"
     2.6  LICENSE="GPL"
     2.7 -WEB_SITE="https://sourceforge.net/projects/freeglut/"
     2.8 +WEB_SITE="https://web.archive.org/web/20220516194849/https://sourceforge.net/projects/freeglut/"
     2.9  
    2.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     3.1 --- a/perl-date-manip/receipt	Thu Jun 23 20:48:12 2022 +0000
     3.2 +++ b/perl-date-manip/receipt	Sat Jun 25 09:21:55 2022 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="perl-date-manip"
     3.7 -VERSION="6.86"
     3.8 +VERSION="6.88"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="Perl extension Date::Manip."
    3.11  MAINTAINER="slaxemulator@gmail.com"
    3.12 @@ -16,6 +16,7 @@
    3.13  DEPENDS="perl perl-yaml-syck"
    3.14  BUILD_DEPENDS="perl perl-extutils-makemaker perl-yaml-syck"
    3.15  
    3.16 +# What is the latest version available today?
    3.17  current_version()
    3.18  {
    3.19  	wget -O - $WEB_SITE 2>/dev/null | \
     4.1 --- a/slitaz-backgrounds/receipt	Thu Jun 23 20:48:12 2022 +0000
     4.2 +++ b/slitaz-backgrounds/receipt	Sat Jun 25 09:21:55 2022 +0000
     4.3 @@ -1,7 +1,6 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="slitaz-backgrounds"
     4.7 -COMMIT="8f027a0" # Better use https://github.com/hackdorte/slitaz-backgrounds/releases
     4.8  VERSION="2.1"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="Additional backgrounds for Slitaz GNU/Linux."
    4.11 @@ -10,8 +9,9 @@
    4.12  WEB_SITE="https://github.com/SliTaz-official/hackdorte-artwork"
    4.13  
    4.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.15 -WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
    4.16 +WGET_URL="https://people.slitaz.org/~leonardolaporte/lab.slitaz/5.0/src/$TARBALL"
    4.17  
    4.18 +# What is the latest version available today?
    4.19  current_version()
    4.20  {
    4.21  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \