pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/lgogdownloader lgogdownloader: Update to 3.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e330b1384276
branches:  trunk
changeset: 425474:e330b1384276
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Mar 22 09:12:46 2020 +0000

description:
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:

 games/lgogdownloader/Makefile |  13 ++++++-------
 games/lgogdownloader/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 12 deletions(-)

diffs (55 lines):

diff -r 553ff43d811d -r e330b1384276 games/lgogdownloader/Makefile
--- a/games/lgogdownloader/Makefile     Sun Mar 22 09:09:21 2020 +0000
+++ b/games/lgogdownloader/Makefile     Sun Mar 22 09:12:46 2020 +0000
@@ -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@localhost
 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 @@
 
 .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 -r 553ff43d811d -r e330b1384276 games/lgogdownloader/distinfo
--- a/games/lgogdownloader/distinfo     Sun Mar 22 09:09:21 2020 +0000
+++ b/games/lgogdownloader/distinfo     Sun Mar 22 09:12:46 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index