diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-26 08:43:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-26 08:43:32 +0000 |
commit | 7314b929a8f7aa866b675177e215725626a6463e (patch) | |
tree | 0d1f8b2f8926f37eb7c6463bd1bf71a6bb19c8d0 /games/lgogdownloader | |
parent | c8dac139229fe1abd95a4f1a6f4026f6a2705148 (diff) | |
download | pkgsrc-7314b929a8f7aa866b675177e215725626a6463e.tar.gz |
Update to 2.19:
- Better handling of empty %platform% in Util::filepathReplaceReservedStrings
- Fixed setting filepath for language packs
* I forgot to set the filepath for language packs which caused some problems
- Added support for caching game details
* --update-cache creates and updates the cache.
* --use-cache enables loading game details from cache.
* --cache-valid specifies how long cached game details are considered valid
- Fixed login issue
* Regex in Downloader::HTTP_Login matched wrong auth url after GOG
made some changes to website
Diffstat (limited to 'games/lgogdownloader')
-rw-r--r-- | games/lgogdownloader/Makefile | 6 | ||||
-rw-r--r-- | games/lgogdownloader/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile index e20bb4db5fb..158d59a2d85 100644 --- a/games/lgogdownloader/Makefile +++ b/games/lgogdownloader/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/10/02 09:27:23 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/10/26 08:43:32 wiz Exp $ -DISTNAME= lgogdownloader-2.18 +DISTNAME= lgogdownloader-2.19 CATEGORIES= games MASTER_SITES= http://sites.google.com/site/gogdownloader/ @@ -14,12 +14,14 @@ BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man #WRKSRC= ${WRKDIR}/lgogdownloader USE_LANGUAGES= c++ USE_TOOLS+= gmake gunzip + MAKE_FLAGS+= PREFIX=${PREFIX} 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. diff --git a/games/lgogdownloader/distinfo b/games/lgogdownloader/distinfo index 21b736f7539..56033683ef3 100644 --- a/games/lgogdownloader/distinfo +++ b/games/lgogdownloader/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2014/10/02 09:27:23 wiz Exp $ +$NetBSD: distinfo,v 1.7 2014/10/26 08:43:32 wiz Exp $ -SHA1 (lgogdownloader-2.18.tar.gz) = bb4209479af0c6ef0e000a25d81c0627c381e81f -RMD160 (lgogdownloader-2.18.tar.gz) = 58665525e1f9da5bd32558d0d85e3316da92a4e3 -Size (lgogdownloader-2.18.tar.gz) = 37241 bytes +SHA1 (lgogdownloader-2.19.tar.gz) = 886e0d429477d98424a68fc5a6988a136dbffa89 +RMD160 (lgogdownloader-2.19.tar.gz) = aeba5b4e87fd0f4e6e04e73de597169242b8bd89 +Size (lgogdownloader-2.19.tar.gz) = 39556 bytes |