diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-31 07:15:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-31 07:15:53 +0000 |
commit | 7e13594ed137bc859fee8580e40f9c9bade31a69 (patch) | |
tree | 2b2a7286420a58b9c75b74ef5db3cb8e6f8c53ec /games/lgogdownloader | |
parent | 4b89decb5b881d8aa7f57500ee767a096cc0ad10 (diff) | |
download | pkgsrc-7e13594ed137bc859fee8580e40f9c9bade31a69.tar.gz |
Update to 2.17:
LGOGDownloader 2.17
- Made the downloader work with the new GOG layout
- The API implementation now uses boost regex if gcc/g++ version
< 4.9.0
* Fixes issues caused by incomplete std::regex support on earlier
versions
- Makefile changes by Carsten Teibes
* Add DESTDIR variable to Makefile to allow easier packaging
* Add explicit dependency to install target to ensure all needed
files have been built
- The downloader now uses remote xml data for patches
- Explicitly set the file names in Makefile for install
- Fixed language check for patches in Downloader::listGames
- Added --cover-list option to set url for cover list
* Default: https://sites.google.com/site/gogdownloader/covers.xml
Diffstat (limited to 'games/lgogdownloader')
-rw-r--r-- | games/lgogdownloader/Makefile | 4 | ||||
-rw-r--r-- | games/lgogdownloader/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile index b6404a806f0..b02cc7754dd 100644 --- a/games/lgogdownloader/Makefile +++ b/games/lgogdownloader/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2014/08/23 06:13:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/08/31 07:15:53 wiz Exp $ -DISTNAME= lgogdownloader-2.16 +DISTNAME= lgogdownloader-2.17 CATEGORIES= games MASTER_SITES= http://sites.google.com/site/gogdownloader/ diff --git a/games/lgogdownloader/distinfo b/games/lgogdownloader/distinfo index 3fa111fc4d4..6269b52e0d7 100644 --- a/games/lgogdownloader/distinfo +++ b/games/lgogdownloader/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2014/08/23 06:13:33 wiz Exp $ +$NetBSD: distinfo,v 1.5 2014/08/31 07:15:53 wiz Exp $ -SHA1 (lgogdownloader-2.16.tar.gz) = 02a7fe1ca5d1cbc27ef7c0ffed2f89e46cd6cbe2 -RMD160 (lgogdownloader-2.16.tar.gz) = 688d3977e0d0cf38f28a62920e41d7660ef7a889 -Size (lgogdownloader-2.16.tar.gz) = 34314 bytes +SHA1 (lgogdownloader-2.17.tar.gz) = 6225e35e9e70cd9ecfbd8d6e49d0932bf5a07cdc +RMD160 (lgogdownloader-2.17.tar.gz) = 7458dce1665749d26efe12427a6c10336a62b036 +Size (lgogdownloader-2.17.tar.gz) = 34402 bytes SHA1 (patch-Makefile) = da552759c9eac90e8870d2f721775e25b7a85b9f |