Date: Mon, 8 May 2023 08:26:51 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 44ebeb5ecc0c - main - news/py-sabyenc3: update to 7.0.1 and rename to news/py-sabctools Message-ID: <202305080826.3488Qp5X051188@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=44ebeb5ecc0c9a3e4bb7a4531f816ab6445f756e commit 44ebeb5ecc0c9a3e4bb7a4531f816ab6445f756e Author: Matt <lazeraman@gmail.com> AuthorDate: 2023-05-07 23:41:29 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-08 08:25:51 +0000 news/py-sabyenc3: update to 7.0.1 and rename to news/py-sabctools This chases a renamed upstream. Also chase license clarification to GPLv2+. Changelog: https://github.com/sabnzbd/sabctools/releases Approved by: sunpoet (maintainer) PR: 271125 --- MOVED | 1 + news/Makefile | 2 +- news/{py-sabyenc3 => py-sabctools}/Makefile | 10 +++++----- news/py-sabctools/distinfo | 3 +++ .../files/patch-src-yencode-crc.cc | 0 .../files/patch-src-yencode-platform.cc | 0 news/{py-sabyenc3 => py-sabctools}/pkg-descr | 0 news/py-sabyenc3/distinfo | 3 --- 8 files changed, 10 insertions(+), 9 deletions(-) diff --git a/MOVED b/MOVED index fb3e4d56b26e..a29fe942611c 100644 --- a/MOVED +++ b/MOVED @@ -7534,3 +7534,4 @@ security/gpgme-qt5|security/gpgme-qt@qt5|2023-05-02|Flavorized to add Qt6 suppor x11-wm/hyprland-devel|x11-wm/hyprland|2023-05-03|Out of date: use x11-wm/hyprland for now emulators/qemu70|emulators/qemu7|2023-05-04|Use emulators/qemu or emulators/qemu-devel www/resin3||2023-05-06|Deprecated version, unsupported by upstream for years +news/py-sabyenc3|news/py-sabctools|2023-05-08|Renamed upstream diff --git a/news/Makefile b/news/Makefile index dad44225b967..fd65cc158948 100644 --- a/news/Makefile +++ b/news/Makefile @@ -51,7 +51,7 @@ SUBDIR += pan SUBDIR += pgpmoose SUBDIR += py-pynzb - SUBDIR += py-sabyenc3 + SUBDIR += py-sabctools SUBDIR += rntrack SUBDIR += s-news SUBDIR += sabnzbdplus diff --git a/news/py-sabyenc3/Makefile b/news/py-sabctools/Makefile similarity index 76% rename from news/py-sabyenc3/Makefile rename to news/py-sabctools/Makefile index 58ae19d12248..7b284cf3b1e1 100644 --- a/news/py-sabyenc3/Makefile +++ b/news/py-sabctools/Makefile @@ -1,17 +1,17 @@ -PORTNAME= sabyenc3 -PORTVERSION= 5.4.4 +PORTNAME= sabctools +PORTVERSION= 7.0.1 CATEGORIES= news python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python yEnc package optimized for use within SABnzbd -WWW= https://github.com/sabnzbd/sabyenc +WWW= https://github.com/sabnzbd/sabctools -LICENSE= LGPL3 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.5+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils post-install: diff --git a/news/py-sabctools/distinfo b/news/py-sabctools/distinfo new file mode 100644 index 000000000000..ccfb922a9674 --- /dev/null +++ b/news/py-sabctools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682683069 +SHA256 (sabctools-7.0.1.tar.gz) = d89744a46825db35e1c9b107bb97db5f1c5c0fd0245ea0fe76e3bbe08c3ca44f +SIZE (sabctools-7.0.1.tar.gz) = 234059 diff --git a/news/py-sabyenc3/files/patch-src-yencode-crc.cc b/news/py-sabctools/files/patch-src-yencode-crc.cc similarity index 100% rename from news/py-sabyenc3/files/patch-src-yencode-crc.cc rename to news/py-sabctools/files/patch-src-yencode-crc.cc diff --git a/news/py-sabyenc3/files/patch-src-yencode-platform.cc b/news/py-sabctools/files/patch-src-yencode-platform.cc similarity index 100% rename from news/py-sabyenc3/files/patch-src-yencode-platform.cc rename to news/py-sabctools/files/patch-src-yencode-platform.cc diff --git a/news/py-sabyenc3/pkg-descr b/news/py-sabctools/pkg-descr similarity index 100% rename from news/py-sabyenc3/pkg-descr rename to news/py-sabctools/pkg-descr diff --git a/news/py-sabyenc3/distinfo b/news/py-sabyenc3/distinfo deleted file mode 100644 index 4582f9a53440..000000000000 --- a/news/py-sabyenc3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1664767972 -SHA256 (sabyenc3-5.4.4.tar.gz) = f3d65f2a70bcb13ef1beae0ff6bb3b69adae18497035f8cd4ffe4e5af1aa2f41 -SIZE (sabyenc3-5.4.4.tar.gz) = 227674
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305080826.3488Qp5X051188>