diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile index e2a55e62acaf..d6e4e1242121 100644 --- a/games/lgogdownloader/Makefile +++ b/games/lgogdownloader/Makefile @@ -1,43 +1,42 @@ PORTNAME= lgogdownloader -DISTVERSION= 3.17 -PORTREVISION= 3 +DISTVERSION= 3.18 CATEGORIES= games MASTER_SITES= https://github.com/Sude-/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= Alexander88207@protonmail.com COMMENT= Unofficial downloader for GOG.com WWW= https://sites.google.com/site/gogdownloader LICENSE= WTFPL LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libboost_filesystem.so:devel/boost-libs \ libboost_iostreams.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs \ libboost_regex.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs \ libcurl.so:ftp/curl \ libjsoncpp.so:devel/jsoncpp \ librhash.so:security/rhash \ libtidy5.so:www/tidy-html5 \ libtinyxml2.so:textproc/tinyxml2 USES= cmake pkgconfig CMAKE_ARGS= -DTIDY_LIBRARY=${LOCALBASE}/lib/libtidy5.so PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= QT_GUI QT_GUI_DESC= Qt GUI Support QT_GUI_BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers QT_GUI_USES= gl qt:6 QT_GUI_USE= GL=opengl QT=base,declarative,positioning,webchannel,webengine QT_GUI_CMAKE_BOOL= USE_QT_GUI post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/games/lgogdownloader/distinfo b/games/lgogdownloader/distinfo index 8355c70ba9a9..4a6981fb7504 100644 --- a/games/lgogdownloader/distinfo +++ b/games/lgogdownloader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744053626 -SHA256 (lgogdownloader-3.17.tar.gz) = fefda26206ebb1e2a6d734b76f6f07977da150064141f29ed1f90450daf4e69e -SIZE (lgogdownloader-3.17.tar.gz) = 104964 +TIMESTAMP = 1776097398 +SHA256 (lgogdownloader-3.18.tar.gz) = 1974f09cb0e0cdfed536937335488548addd92e5c654f4229ac22594a22f8ae0 +SIZE (lgogdownloader-3.18.tar.gz) = 107440 diff --git a/games/lgogdownloader/files/patch-CMakeLists.txt b/games/lgogdownloader/files/patch-CMakeLists.txt deleted file mode 100644 index 4095a64d7561..000000000000 --- a/games/lgogdownloader/files/patch-CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ ---- CMakeLists.txt.orig 2025-11-01 10:34:44 UTC -+++ CMakeLists.txt -@@ -13,12 +13,13 @@ find_package(Boost - find_package(Boost - CONFIG - REQUIRED -- system - filesystem - regex - program_options - date_time - iostreams -+OPTIONAL_COMPONENTS -+ system - ) - find_package(CURL 7.55.0 REQUIRED) - find_package(Jsoncpp REQUIRED)