wok rev 21220
Up collectd-bind (5.8.1), foomatic-db-engine (4.0.13), freeimage (3.1.8.0), perl-datetime-format-mail (0.403)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 10 13:37:55 2019 +0200 (2019-04-10) |
parents | d70ed9488748 |
children | eee2934d2af8 |
files | collectd-bind/receipt foomatic-db-engine/receipt freeimage/receipt pbzip2/receipt perl-datetime-format-mail/receipt qt4-examples/receipt slim-pam/receipt |
line diff
1.1 --- a/collectd-bind/receipt Wed Apr 10 11:27:25 2019 +0200 1.2 +++ b/collectd-bind/receipt Wed Apr 10 13:37:55 2019 +0200 1.3 @@ -2,21 +2,21 @@ 1.4 1.5 PACKAGE="collectd-bind" 1.6 SOURCE="collectd" 1.7 -VERSION="4.7.0" 1.8 +VERSION="5.8.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Apache plugin for Collectd" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 DEPENDS="libcurl libxml2" 1.14 BUILD_DEPENDS="libcurl curl-dev libxml2 libxml2-dev" 1.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 +WGET_URL="http://collectd.org/files/$TARBALL" 1.18 WEB_SITE="http://collectd.org" 1.19 #CONFIG_FILES="/etc/collectd/collectd.conf" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 sed -i 's/ipt_error_target/ipt2_error_target/' src/libiptc/libiptc.c 1.26 ./configure \ 1.27 --prefix=/usr \ 1.28 @@ -35,4 +35,3 @@ 1.29 1.30 cp -a $install/usr/lib/collectd/bind.so* $fs/usr/lib/collectd 1.31 } 1.32 -
2.1 --- a/foomatic-db-engine/receipt Wed Apr 10 11:27:25 2019 +0200 2.2 +++ b/foomatic-db-engine/receipt Wed Apr 10 13:37:55 2019 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="foomatic-db-engine" 2.7 -VERSION="4.0-20101114" 2.8 +VERSION="4.0.13" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="database engine generates PPD files from the data in Foomatic's XML database" 2.11 MAINTAINER="jozee@slitaz.org"
3.1 --- a/freeimage/receipt Wed Apr 10 11:27:25 2019 +0200 3.2 +++ b/freeimage/receipt Wed Apr 10 13:37:55 2019 +0200 3.3 @@ -1,13 +1,13 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="freeimage" 3.7 -VERSION="3141" 3.8 +VERSION="3.18.0" 3.9 CATEGORY="graphics" 3.10 SHORT_DESC="library to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others" 3.11 MAINTAINER="jozee@slitaz.org" 3.12 LICENSE="GPL2" 3.13 SOURCE="FreeImage" 3.14 -TARBALL="$SOURCE$VERSION.zip" 3.15 +TARBALL="$SOURCE${VERSION//./}.zip" 3.16 WEB_SITE="http://freeimage.sourceforge.net/" 3.17 WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" 3.18
4.1 --- a/pbzip2/receipt Wed Apr 10 11:27:25 2019 +0200 4.2 +++ b/pbzip2/receipt Wed Apr 10 13:37:55 2019 +0200 4.3 @@ -7,8 +7,8 @@ 4.4 MAINTAINER="pascal.bellard@slitaz.org" 4.5 LICENSE="BSD" 4.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.7 -WEB_SITE="http://compression.ca" 4.8 WEB_SITE="https://web.archive.org/web/20180324210720/http://compression.ca/pbzip2/" 4.9 +WGET_URL="https://launchpad.net/pbzip2/${VERSION%.*}/$VERSION/+download/$TARBALL" 4.10 4.11 DEPENDS="bzlib" 4.12 BUILD_DEPENDS="bzip2-dev wget"
5.1 --- a/perl-datetime-format-mail/receipt Wed Apr 10 11:27:25 2019 +0200 5.2 +++ b/perl-datetime-format-mail/receipt Wed Apr 10 13:37:55 2019 +0200 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="perl-datetime-format-mail" 5.7 -VERSION="0.3001" 5.8 +VERSION="0.403" 5.9 CATEGORY="development" 5.10 SHORT_DESC="DateTime::Format::Mail module is a Perl extension." 5.11 MAINTAINER="pascal.bellard@slitaz.org" 5.12 @@ -9,7 +9,7 @@ 5.13 SOURCE="DateTime-Format-Mail" 5.14 TARBALL="$SOURCE-$VERSION.tar.gz" 5.15 WEB_SITE="http://cpan.org/" 5.16 -WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 5.17 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BOOK/$TARBALL" 5.18 5.19 DEPENDS="perl" 5.20 BUILD_DEPENDS="perl-datetime perl-params-validate" 5.21 @@ -17,7 +17,6 @@ 5.22 # Rules to configure and make the package. 5.23 compile_rules() 5.24 { 5.25 - cd $src 5.26 perl Makefile.PL && 5.27 make && 5.28 make DESTDIR=$DESTDIR install 5.29 @@ -29,4 +28,3 @@ 5.30 mkdir -p $fs/usr 5.31 cp -a $install/usr/lib $fs/usr 5.32 } 5.33 -
6.1 --- a/qt4-examples/receipt Wed Apr 10 11:27:25 2019 +0200 6.2 +++ b/qt4-examples/receipt Wed Apr 10 13:37:55 2019 +0200 6.3 @@ -6,6 +6,7 @@ 6.4 SHORT_DESC="Screenshot, FindFiles, CharacterMap" 6.5 MAINTAINER="psychomaniak@xakep.ru" 6.6 LICENSE="GPL3 LGPL2.1" 6.7 +WANTED="qt4" 6.8 WEB_SITE="http://qt-project.org/" 6.9 TAGS="qt" 6.10
7.1 --- a/slim-pam/receipt Wed Apr 10 11:27:25 2019 +0200 7.2 +++ b/slim-pam/receipt Wed Apr 10 13:37:55 2019 +0200 7.3 @@ -9,7 +9,7 @@ 7.4 WEB_SITE="https://sourceforge.net/projects/slim.berlios/" 7.5 SOURCE="slim" 7.6 TARBALL="$SOURCE-$VERSION.tar.gz" 7.7 -WEB_SITE="https://sourceforge.net/projects/slim.berlios/" 7.8 +WGET_URL="http://download.berlios.de/slim/$TARBALL" 7.9 CONFIG_FILES="/etc/slim.conf" 7.10 7.11 PROVIDE="slim:pam"