wok rev 21555

Up rtorrent (0.9.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 13 09:46:40 2019 +0200 (2019-05-13)
parents f56ae17d902e
children 703944c2942c
files freetds-dev/receipt freetds/receipt rtorrent/receipt syslinux/stuff/iso2exe/win32.c
line diff
     1.1 --- a/freetds-dev/receipt	Fri May 10 20:15:48 2019 +0200
     1.2 +++ b/freetds-dev/receipt	Mon May 13 09:46:40 2019 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Microsoft SQL Server and Sybase databases client libraries."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://www.freetds.org/"
     1.8 +WEB_SITE="https://www.freetds.org/"
     1.9  WANTED="freetds"
    1.10  
    1.11  DEPENDS="freetds"
     2.1 --- a/freetds/receipt	Fri May 10 20:15:48 2019 +0200
     2.2 +++ b/freetds/receipt	Mon May 13 09:46:40 2019 +0200
     2.3 @@ -7,7 +7,7 @@
     2.4  MAINTAINER="pascal.bellard@slitaz.org"
     2.5  LICENSE="GPL2"
     2.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.7 -WEB_SITE="http://www.freetds.org/"
     2.8 +WEB_SITE="https://www.freetds.org/"
     2.9  WGET_URL="ftp://ftp.ibiblio.org/pub/Linux/ALPHA/$PACKAGE/stable/$TARBALL"
    2.10  
    2.11  DEPENDS="libunixODBC ncurses readline"
     3.1 --- a/rtorrent/receipt	Fri May 10 20:15:48 2019 +0200
     3.2 +++ b/rtorrent/receipt	Mon May 13 09:46:40 2019 +0200
     3.3 @@ -1,23 +1,24 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="rtorrent"
     3.7 -VERSION="0.9.3"
     3.8 +VERSION="0.9.7"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Ncurses based torrent client"
    3.11  MAINTAINER="mimas@slitaz.org"
    3.12  LICENSE="GPL2"
    3.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14 -WEB_SITE="http://libtorrent.rakshasa.no/"
    3.15 -WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL"
    3.16 +WEB_SITE="https://github.com/rakshasa/rtorrent"
    3.17 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    3.18  TAGS="torrent"
    3.19  
    3.20  DEPENDS="ncurses libtorrent zlib ncursesw xmlrpc-c gcc-lib-base"
    3.21  BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config xmlrpc-c-dev \
    3.22 -libsigc++-dev curl-dev"
    3.23 +libsigc++-dev curl-dev automake libtool"
    3.24  
    3.25  # Rules to configure and make the package.
    3.26  compile_rules()
    3.27  {
    3.28 +	./autogen.sh
    3.29  	./configure \
    3.30  		--with-xmlrpc-c \
    3.31  		$CONFIGURE_ARGS &&
     4.1 --- a/syslinux/stuff/iso2exe/win32.c	Fri May 10 20:15:48 2019 +0200
     4.2 +++ b/syslinux/stuff/iso2exe/win32.c	Mon May 13 09:46:40 2019 +0200
     4.3 @@ -314,7 +314,7 @@
     4.4  		if (MessageBox(NULL,
     4.5  			"This program must be run in DOS mode.\n"
     4.6  			"I can create the file slitaz.pif to launch it,\n"
     4.7 -			"but you can reboot in DOS mode to run it\n",
     4.8 +			"but you can reboot in DOS mode to run it.\n",
     4.9  			"Create slitaz.pif now ?",
    4.10  			MB_YESNO|MB_ICONQUESTION) == IDYES) {
    4.11  			exec16bits(isoFileName);