wok rev 20488
Up perl-dbd-mysql (4.048), perl-dbd-pg (3.7.4), perl-dbd-sqlite (1.58)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 26 10:45:25 2018 +0200 (2018-10-26) |
parents | b3c3c028e5ba |
children | 403e94343cc5 |
files | perl-dbd-mysql/receipt perl-dbd-pg/receipt perl-dbd-sqlite/receipt |
line diff
1.1 --- a/perl-dbd-mysql/receipt Fri Oct 26 10:22:35 2018 +0200 1.2 +++ b/perl-dbd-mysql/receipt Fri Oct 26 10:45:25 2018 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-dbd-mysql" 1.7 -VERSION="4.008" 1.8 +VERSION="4.048" 1.9 CATEGORY="development" 1.10 SHORT_DESC="DBD::mysql module is a Perl extension." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 SOURCE="DBD-mysql" 1.14 TARBALL="$SOURCE-$VERSION.tar.gz" 1.15 WEB_SITE="http://cpan.org/" 1.16 -WGET_URL="http://cpan.org/authors/id/C/CA/CAPTTOFU/$TARBALL" 1.17 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL" 1.18 1.19 DEPENDS="perl perl-dbi-dbd libmysqlclient zlib" 1.20 BUILD_DEPENDS="perl perl-dbi-dbd mysql-dev" 1.21 @@ -17,7 +17,6 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 perl Makefile.PL 1.27 make 1.28 make DESTDIR=$DESTDIR install 1.29 @@ -29,4 +28,3 @@ 1.30 mkdir -p $fs/usr 1.31 cp -a $install/usr/lib $fs/usr 1.32 } 1.33 -
2.1 --- a/perl-dbd-pg/receipt Fri Oct 26 10:22:35 2018 +0200 2.2 +++ b/perl-dbd-pg/receipt Fri Oct 26 10:45:25 2018 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-dbd-pg" 2.7 -VERSION="2.19.3" 2.8 +VERSION="3.7.4" 2.9 CATEGORY="development" 2.10 SHORT_DESC="DBD::Pg module is a Perl extension." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/perl-dbd-sqlite/receipt Fri Oct 26 10:22:35 2018 +0200 3.2 +++ b/perl-dbd-sqlite/receipt Fri Oct 26 10:45:25 2018 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="perl-dbd-sqlite" 3.7 -VERSION="1.37" 3.8 +VERSION="1.58" 3.9 CATEGORY="development" 3.10 SHORT_DESC="DBD::SQLite module is a Perl extension." 3.11 MAINTAINER="admin@trixarian.net" 3.12 @@ -9,14 +9,14 @@ 3.13 SOURCE="DBD-SQLite" 3.14 TARBALL="$SOURCE-$VERSION.tar.gz" 3.15 WEB_SITE="http://cpan.org/" 3.16 -WGET_URL="http://cpan.org/authors/id/A/AD/ADAMK/$TARBALL" 3.17 +WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL" 3.18 + 3.19 DEPENDS="perl perl-dbi-dbd libsqlite" 3.20 BUILD_DEPENDS="perl perl-dbi-dbd sqlite-dev" 3.21 3.22 # Rules to configure and make the package. 3.23 compile_rules() 3.24 { 3.25 - cd $src 3.26 perl Makefile.PL 3.27 make 3.28 make DESTDIR=$DESTDIR install 3.29 @@ -28,4 +28,3 @@ 3.30 mkdir -p $fs/usr 3.31 cp -a $install/usr/lib $fs/usr 3.32 } 3.33 -