pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/lgogdownloader Update to 2.21:
details: https://anonhg.NetBSD.org/pkgsrc/rev/04fc80cff02b
branches: trunk
changeset: 650194:04fc80cff02b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 19 18:08:00 2015 +0000
description:
Update to 2.21:
- Make sure that file is regular file when getting local hash
- Fixed crash in Downloader::checkStatus
- Ignore extras without filename
These are usually extras that haven't been released yet so they
can't be downloaded anyway
- Changed jsoncpp include path from <jsoncpp/json/json.h> to
<json/json.h>
- Added support for saving serial keys
Serials are saved to "serials.txt" when using --save-serials with
--download and listed in the output when used with --list-details
- Show more info on HTTP error in API::getResponse when using debug
build
- Added option to skip fast platform detection
--no-platform-detection skips the initial fast platform detection
and detects the supported platforms from game details which is
slower but more accurate.
Useful in case platform identifier is missing for some games in
the game shelf.
- Fixed downloader skipping some files because of uncleared API
error state
- Show url in http error messages
diffstat:
games/lgogdownloader/Makefile | 12 ++----------
games/lgogdownloader/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 14 deletions(-)
diffs (41 lines):
diff -r acd0b7251506 -r 04fc80cff02b games/lgogdownloader/Makefile
--- a/games/lgogdownloader/Makefile Sun Apr 19 17:30:17 2015 +0000
+++ b/games/lgogdownloader/Makefile Sun Apr 19 18:08:00 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2015/04/17 15:53:05 adam Exp $
+# $NetBSD: Makefile,v 1.15 2015/04/19 18:08:00 wiz Exp $
-DISTNAME= lgogdownloader-2.20
-PKGREVISION= 1
+DISTNAME= lgogdownloader-2.21
CATEGORIES= games
MASTER_SITES= http://sites.google.com/site/gogdownloader/
@@ -20,13 +19,6 @@
MAKE_FLAGS+= MANPREFIX=${PREFIX}
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
-SUBST_CLASSES+= json
-SUBST_SED.json+= -e 's,jsoncpp/json/json.h,json/json.h,'
-SUBST_FILES.json+= include/downloader.h include/gamedetails.h include/gamefile.h
-SUBST_FILES.json+= src/api.cpp src/downloader.cpp src/util.cpp
-SUBST_STAGE.json= post-configure
-SUBST_MESSAGE.json= Fixing path to jsoncpp headers.
-
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../security/liboauth/buildlink3.mk"
.include "../../textproc/tinyxml/buildlink3.mk"
diff -r acd0b7251506 -r 04fc80cff02b games/lgogdownloader/distinfo
--- a/games/lgogdownloader/distinfo Sun Apr 19 17:30:17 2015 +0000
+++ b/games/lgogdownloader/distinfo Sun Apr 19 18:08:00 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/01/10 20:25:57 wiz Exp $
+$NetBSD: distinfo,v 1.10 2015/04/19 18:08:00 wiz Exp $
-SHA1 (lgogdownloader-2.20.tar.gz) = ddc7dc85d1fdd6cae252e90f1348c096857f0200
-RMD160 (lgogdownloader-2.20.tar.gz) = ab0fcd6af42bb444ab282c7ff260c614cf4869d0
-Size (lgogdownloader-2.20.tar.gz) = 41830 bytes
+SHA1 (lgogdownloader-2.21.tar.gz) = 55c454df1f9d3f07d548523772f27d2481252668
+RMD160 (lgogdownloader-2.21.tar.gz) = 5182dce8abbe4f34ce8cd47a319744b6155dabe6
+Size (lgogdownloader-2.21.tar.gz) = 43212 bytes
SHA1 (patch-Makefile) = bce350d291f9bba78bff6f704ac0ee4e60bbb457
Home |
Main Index |
Thread Index |
Old Index