summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-22 09:12:46 +0000
committernia <nia@pkgsrc.org>2020-03-22 09:12:46 +0000
commitdf50f5b8bc9a43d0c73d45cce33d26a235e4c8f5 (patch)
treea7f004d564e9e655997be00c171b7c5d160a2713 /games
parent48f1ac569ca6fef90073566cce3e9bc6e11a4395 (diff)
downloadpkgsrc-df50f5b8bc9a43d0c73d45cce33d26a235e4c8f5.tar.gz
lgogdownloader: Update to 3.6
James Le Cuirot (1): Fix find_path for newer jsoncpp release MichaƂ Janiszewski (1): Add -latomic when required Sude (26): Add language: Hebrew Galaxy: Add option to delete orphaned files Galaxy: Automatically delete old files when updating or downgrading GUI: Remove usage of QDesktopWidget Suppress warnings about unused parameters Save xml data before skipping complete file Retry on CURLE_RECV_ERROR Make Downloader::getRemoteFileHash use Galaxy API Don't exit when failing to get valid game details json CMake: Disable search for boost-cmake Make --download-file option use Galaxy API Remove old GOG downloader API Remove dependency on liboauth Check for HTTP response code 416 in Downloader::repairFile Override global config values in Downloader::checkOrphans Use separate thread count option for info threads Galaxy: Add split file support to MojoSetup hack Galaxy: Improve split file support in MojoSetup hack Fix filenames with ampersand Automatically select appropriate size unit for total remaining Show HTTP response code in status message Update README.md and man page Version 3.6
Diffstat (limited to 'games')
-rw-r--r--games/lgogdownloader/Makefile13
-rw-r--r--games/lgogdownloader/distinfo10
2 files changed, 11 insertions, 12 deletions
diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile
index 5e0e30d6de5..9189123b70e 100644
--- a/games/lgogdownloader/Makefile
+++ b/games/lgogdownloader/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.46 2020/03/08 16:49:44 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2020/03/22 09:12:46 nia Exp $
-DISTNAME= lgogdownloader-3.5
-PKGREVISION= 6
+DISTNAME= lgogdownloader-3.6
CATEGORIES= games
-MASTER_SITES= http://sites.google.com/site/gogdownloader/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Sude-/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/Sude-/lgogdownloader
COMMENT= Download games from GOG
LICENSE= public-domain # actually, dwtfywtpl
-BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
+TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
USE_LANGUAGES= c c++
USE_CMAKE= yes
@@ -20,13 +20,12 @@ USE_TOOLS+= pkg-config
.if ${MACHINE_ARCH} == "i386"
# 64 bit atomic ops are required
-CXXFLAGS+= -march=i586
+CXXFLAGS+= -march=i586
.endif
CMAKE_ARGS+= -DJSONCPP_INCLUDE_DIR=${BUILDLINK_DIR}/include/json
.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../security/liboauth/buildlink3.mk"
.include "../../textproc/tinyxml2/buildlink3.mk"
.include "../../www/htmlcxx/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
diff --git a/games/lgogdownloader/distinfo b/games/lgogdownloader/distinfo
index f9ca74a8952..90d00abb58f 100644
--- a/games/lgogdownloader/distinfo
+++ b/games/lgogdownloader/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2019/05/27 14:04:08 wiz Exp $
+$NetBSD: distinfo,v 1.29 2020/03/22 09:12:46 nia Exp $
-SHA1 (lgogdownloader-3.5.tar.gz) = 0c90a1ee9f0ae6db4c6ab791bb8a46f1b2ee1c10
-RMD160 (lgogdownloader-3.5.tar.gz) = f4798b7bb98ca7ace898c2b58d492cffaf52b967
-SHA512 (lgogdownloader-3.5.tar.gz) = e3ce9d4932f9cda362b1472bd5eb605b01d1e9214b79e2d88fa4c2f02b0d54082df68b2f197d714e71a72d57be746dbf0afed68b3316888fdfa6e02c31611ee0
-Size (lgogdownloader-3.5.tar.gz) = 87061 bytes
+SHA1 (lgogdownloader-3.6.tar.gz) = 54d821e2ac1b6c813ef57ea429c1fadaeff8d197
+RMD160 (lgogdownloader-3.6.tar.gz) = 02df316d49a8b8fda65c3d3d60eebb957f6d0c98
+SHA512 (lgogdownloader-3.6.tar.gz) = 5f2371c4d466cd519fbac434c68f3f82164f6bd3fd037dcd831869c9a26f219dfbc6264a602cd148f08c01091e9942caa9191d711fbbaa9e64e0e6e0908a782d
+Size (lgogdownloader-3.6.tar.gz) = 87057 bytes