Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 07:49:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1fff95b539af - main - news/py-sabctools: Update to 8.2.3
Message-ID:  <202406060749.4567nZKP098351@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1fff95b539af1bd5b3b614abb83a7f11ef95b08b

commit 1fff95b539af1bd5b3b614abb83a7f11ef95b08b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-06-06 07:40:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-06 07:48:06 +0000

    news/py-sabctools: Update to 8.2.3
    
    Changes:        https://github.com/sabnzbd/sabctools/releases
---
 news/py-sabctools/Makefile                            |  2 +-
 news/py-sabctools/distinfo                            |  6 +++---
 news/py-sabctools/files/patch-src-yencode-crc.cc      | 13 -------------
 news/py-sabctools/files/patch-src-yencode-platform.cc | 13 -------------
 4 files changed, 4 insertions(+), 30 deletions(-)

diff --git a/news/py-sabctools/Makefile b/news/py-sabctools/Makefile
index 000351d5fa04..7af1fe6980e5 100644
--- a/news/py-sabctools/Makefile
+++ b/news/py-sabctools/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sabctools
-PORTVERSION=	8.1.0
+PORTVERSION=	8.2.3
 CATEGORIES=	news python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/news/py-sabctools/distinfo b/news/py-sabctools/distinfo
index f4aaf08af946..1445c378eec6 100644
--- a/news/py-sabctools/distinfo
+++ b/news/py-sabctools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1706330330
-SHA256 (sabctools-8.1.0.tar.gz) = 3d87db991f704f74874fea05c90176175de0ec581dbd8fe5f69d03eb973ff915
-SIZE (sabctools-8.1.0.tar.gz) = 234686
+TIMESTAMP = 1716399832
+SHA256 (sabctools-8.2.3.tar.gz) = 70fdc60a9da61a2bed8f203beafaad3bb989c998c778d92f04b976917c4e4f9c
+SIZE (sabctools-8.2.3.tar.gz) = 256678
diff --git a/news/py-sabctools/files/patch-src-yencode-crc.cc b/news/py-sabctools/files/patch-src-yencode-crc.cc
deleted file mode 100644
index f6f8ced5e8ad..000000000000
--- a/news/py-sabctools/files/patch-src-yencode-crc.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/yencode/crc.cc.orig	2022-05-29 12:33:49 UTC
-+++ src/yencode/crc.cc
-@@ -43,10 +43,8 @@ int cpu_supports_crc_isa();
- #  include <cpu-features.h>
- # elif defined(__linux__) || (defined(__FreeBSD__) && __FreeBSD__ >= 12)
- #  include <sys/auxv.h>
--#  include <asm/hwcap.h>
- # elif (defined(__FreeBSD__) && __FreeBSD__ < 12)
- #  include <sys/sysctl.h>
--#  include <asm/hwcap.h>
- # elif defined(__APPLE__)
- #  include <sys/types.h>
- #  include <sys/sysctl.h>
diff --git a/news/py-sabctools/files/patch-src-yencode-platform.cc b/news/py-sabctools/files/patch-src-yencode-platform.cc
deleted file mode 100644
index ada8933dc425..000000000000
--- a/news/py-sabctools/files/patch-src-yencode-platform.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/yencode/platform.cc.orig	2022-05-29 12:33:49 UTC
-+++ src/yencode/platform.cc
-@@ -5,10 +5,8 @@
- #  include <cpu-features.h>
- # elif defined(__linux__) || (defined(__FreeBSD__) && __FreeBSD__ >= 12)
- #  include <sys/auxv.h>
--#  include <asm/hwcap.h>
- # elif (defined(__FreeBSD__) && __FreeBSD__ < 12)
- #  include <sys/sysctl.h>
--#  include <asm/hwcap.h>
- # elif defined(_WIN32)
- #  define WIN32_LEAN_AND_MEAN
- #  define NOMINMAX



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406060749.4567nZKP098351>