diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-12 08:32:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-12 08:32:08 +0000 |
commit | a6fe23e6ab527afcd19ff5bab5c51e738bf2abf6 (patch) | |
tree | fedf3547ff411ca63c3a1ca28b33c99361935a0b /games/lgogdownloader | |
parent | 878a737dc7ca29be2695d2a2f4f5ac1ebca69957 (diff) | |
download | pkgsrc-a6fe23e6ab527afcd19ff5bab5c51e738bf2abf6.tar.gz |
Update to 2.24:
LGOGDownloader 2.24
- Downloader::repairFile now creates new XML data on filesize
mismatches
- Added check for extras missing filenames
* Extras without filename are skipped
- Added order-only prerequisite to OBJ_RELEASE and OBJ_DEBUG in
Makefile
- Added option to ignore DLC count information
* --ignore-dlc-count option sets regular expression for games to
ignore DLC count
* Game specific option "ignore-dlc-count" can be set in
$XDG_CONFIG_HOME/lgogdownloader/gamename.conf
- Better startup time when using --game regex especially when using
generic --ignore-dlc-count='.*' (patch by: Petr BĂ„han)
- Added support for Brazilian Portuguese
- Platform and language constants are now set using left shift to
make code easier to understand
- Better handling of connection issues
* Assume that we have connection error and abort/retry transfer if
download speed is less than 200 B/s for 30 seconds
- Fixed issue with incomplete files when using --status option
- JSON parsing failure in Downloader::getGames is assumed to be
caused by expired cookies and user is told to try --login
- Fixed handling large files on 32 bit platforms (patch by: Erik
Fleischer)
- The downloader now deletes old cookies before login attempt when
using --login
* Helps with some login issues
- Json::Reader::getFormattedErrorMessages is now used instead of
deprecated getFormatedErrorMessages
* jsoncpp >= 0.6.0 required
Diffstat (limited to 'games/lgogdownloader')
-rw-r--r-- | games/lgogdownloader/Makefile | 4 | ||||
-rw-r--r-- | games/lgogdownloader/distinfo | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile index aee11251f1a..87c659f8ecf 100644 --- a/games/lgogdownloader/Makefile +++ b/games/lgogdownloader/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2015/05/27 06:49:59 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 08:32:08 wiz Exp $ -DISTNAME= lgogdownloader-2.23 +DISTNAME= lgogdownloader-2.24 CATEGORIES= games MASTER_SITES= http://sites.google.com/site/gogdownloader/ diff --git a/games/lgogdownloader/distinfo b/games/lgogdownloader/distinfo index f87e2ddc09e..815475dae34 100644 --- a/games/lgogdownloader/distinfo +++ b/games/lgogdownloader/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.11 2015/05/27 06:49:59 wiz Exp $ +$NetBSD: distinfo,v 1.12 2015/07/12 08:32:08 wiz Exp $ -SHA1 (lgogdownloader-2.23.tar.gz) = a6e4b709169cfeae086a94e6e5f457a82685b2b4 -RMD160 (lgogdownloader-2.23.tar.gz) = 159899868f0e036b745a76a6d4c3a2a450455e31 -Size (lgogdownloader-2.23.tar.gz) = 44701 bytes -SHA1 (patch-Makefile) = bce350d291f9bba78bff6f704ac0ee4e60bbb457 +SHA1 (lgogdownloader-2.24.tar.gz) = 02b7445e6f19e776df4414735656a959c14d640a +RMD160 (lgogdownloader-2.24.tar.gz) = e7728c0462d09a430a8fafb2054b2ebdc26dc6a4 +Size (lgogdownloader-2.24.tar.gz) = 46243 bytes |