summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
Diffstat (limited to 'news')
-rw-r--r--news/nzbget/Makefile4
-rw-r--r--news/nzbget/distinfo10
-rw-r--r--news/nzbget/files/patch-cmake_par2-turbo.cmake6
-rw-r--r--news/nzbget/files/patch-cmake_posix.cmake4
-rw-r--r--news/py-pynzb/Makefile4
-rw-r--r--news/py-sabctools/Makefile2
-rw-r--r--news/py-sabctools/distinfo6
7 files changed, 18 insertions, 18 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile
index 1a97f6ec9230..833cbdf61212 100644
--- a/news/nzbget/Makefile
+++ b/news/nzbget/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nzbget
DISTVERSIONPREFIX= v
-DISTVERSION= 25.2
+DISTVERSION= 25.3
CATEGORIES= news
MAINTAINER= a13xlevy@pm.me
@@ -16,7 +16,7 @@ RUN_DEPENDS= 7-zip>0:archivers/7-zip \
# Since v24.4 nzbget maintainers switched from libpar2 to a fork of par2cmdline-turbo which is in its own repository.
# See https://github.com/nzbgetcom/nzbget/blob/v24.4/cmake/par2-turbo.cmake for the version to pull
-PAR2CMDLINE_TURBO_VERSION= 1.3.0
+PAR2CMDLINE_TURBO_VERSION= 1.3.0-20250808
USES= cmake:testing,noninja gnome ssl
USE_GITHUB= yes
diff --git a/news/nzbget/distinfo b/news/nzbget/distinfo
index 0ee70d3e87f4..c59588514493 100644
--- a/news/nzbget/distinfo
+++ b/news/nzbget/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1751899918
-SHA256 (nzbgetcom-nzbget-v25.2_GH0.tar.gz) = a557d6067e551ee77fd86a9f395a8407438edc3ee16ab6797830db25ba8e1662
-SIZE (nzbgetcom-nzbget-v25.2_GH0.tar.gz) = 7321130
-SHA256 (nzbgetcom-par2cmdline-turbo-v1.3.0_GH0.tar.gz) = 88fee9d617f2af0ebd80162f1fd325aabe9fe446aa97e15b4ee791b853e4d5f2
-SIZE (nzbgetcom-par2cmdline-turbo-v1.3.0_GH0.tar.gz) = 3969491
+TIMESTAMP = 1757866217
+SHA256 (nzbgetcom-nzbget-v25.3_GH0.tar.gz) = dc875b96606d0bc1dc6514fd51950f8bd6075698d6e29742ce145d2ae2553501
+SIZE (nzbgetcom-nzbget-v25.3_GH0.tar.gz) = 7325914
+SHA256 (nzbgetcom-par2cmdline-turbo-v1.3.0-20250808_GH0.tar.gz) = 3d25af25c4e8431f5afe280b64eee98f7587fde241804a021309274b6129968d
+SIZE (nzbgetcom-par2cmdline-turbo-v1.3.0-20250808_GH0.tar.gz) = 3970409
diff --git a/news/nzbget/files/patch-cmake_par2-turbo.cmake b/news/nzbget/files/patch-cmake_par2-turbo.cmake
index 3d33ebb7c779..36dad221bdb7 100644
--- a/news/nzbget/files/patch-cmake_par2-turbo.cmake
+++ b/news/nzbget/files/patch-cmake_par2-turbo.cmake
@@ -1,11 +1,11 @@
---- cmake/par2-turbo.cmake.orig 2025-07-01 18:05:03 UTC
+--- cmake/par2-turbo.cmake.orig 2025-09-14 16:16:06 UTC
+++ cmake/par2-turbo.cmake
-@@ -51,12 +51,6 @@ endif()
+@@ -51,12 +51,6 @@ ExternalProject_add(
ExternalProject_add(
par2-turbo
PREFIX par2-turbo
- GIT_REPOSITORY https://github.com/nzbgetcom/par2cmdline-turbo.git
-- GIT_TAG v1.3.0
+- GIT_TAG v1.3.0-20250808
- TLS_VERIFY TRUE
- GIT_SHALLOW TRUE
- GIT_PROGRESS TRUE
diff --git a/news/nzbget/files/patch-cmake_posix.cmake b/news/nzbget/files/patch-cmake_posix.cmake
index 193fbdb1d7f2..5ececaf74615 100644
--- a/news/nzbget/files/patch-cmake_posix.cmake
+++ b/news/nzbget/files/patch-cmake_posix.cmake
@@ -1,6 +1,6 @@
---- cmake/posix.cmake.orig 2025-07-01 18:02:31 UTC
+--- cmake/posix.cmake.orig 2025-09-14 16:13:35 UTC
+++ cmake/posix.cmake
-@@ -81,9 +81,6 @@ else()
+@@ -82,9 +82,6 @@ else()
if(NOT DISABLE_CURSES)
set(CURSES_NEED_NCURSES TRUE)
diff --git a/news/py-pynzb/Makefile b/news/py-pynzb/Makefile
index 69c775cb95b0..52cd0245a9e7 100644
--- a/news/py-pynzb/Makefile
+++ b/news/py-pynzb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pynzb
PORTVERSION= 0.1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= news python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,6 +21,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= LXML
LXML_DESC= Add support for py-lxml5
-LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=2.2.1:devel/py-lxml5@${PY_FLAVOR}
+LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.1:devel/py-lxml@${PY_FLAVOR}
.include <bsd.port.mk>
diff --git a/news/py-sabctools/Makefile b/news/py-sabctools/Makefile
index 9e6f53b2b21f..ef6281b92ad9 100644
--- a/news/py-sabctools/Makefile
+++ b/news/py-sabctools/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sabctools
-PORTVERSION= 8.2.5
+PORTVERSION= 8.2.6
CATEGORIES= news python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/news/py-sabctools/distinfo b/news/py-sabctools/distinfo
index 5f7c3dfd4ba5..a60f7cb78c12 100644
--- a/news/py-sabctools/distinfo
+++ b/news/py-sabctools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1724084630
-SHA256 (sabctools-8.2.5.tar.gz) = 6440bcd77fc9a463c414bfa75ca1405c57d4aeb84408222a38d7b6ecbc12d348
-SIZE (sabctools-8.2.5.tar.gz) = 256683
+TIMESTAMP = 1757120798
+SHA256 (sabctools-8.2.6.tar.gz) = a256522237cfd84d6d9021bc5b31197eb049b83129dcf6721451392c93831191
+SIZE (sabctools-8.2.6.tar.gz) = 256747