Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2021 09:12:38 GMT
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 903174f474ab - main - news/sabnzbdplus: Update to 3.2.1
Message-ID:  <202105050912.1459Ccit097457@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=903174f474abeb09977c1ec9ddce5957ac386344

commit 903174f474abeb09977c1ec9ddce5957ac386344
Author:     James French <james@french.id.au>
AuthorDate: 2021-05-05 09:09:43 +0000
Commit:     Tim Bishop <tdb@FreeBSD.org>
CommitDate: 2021-05-05 09:09:43 +0000

    news/sabnzbdplus: Update to 3.2.1
    
    PR:             250411
---
 news/sabnzbdplus/Makefile         | 13 ++++++-------
 news/sabnzbdplus/distinfo         |  6 +++---
 news/sabnzbdplus/files/sabnzbd.in |  2 +-
 news/sabnzbdplus/pkg-plist        | 12 +++++++++++-
 4 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile
index 155560d59633..ab7000b6ebf0 100644
--- a/news/sabnzbdplus/Makefile
+++ b/news/sabnzbdplus/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	sabnzbdplus
-DISTVERSION=	3.0.2
-PORTREVISION=	1
+DISTVERSION=	3.2.1
 PORTEPOCH=	1
 CATEGORIES=	news
 MASTER_SITES=	https://github.com/sabnzbd/sabnzbd/releases/download/${DISTVERSION}/
@@ -14,15 +13,17 @@ LICENSE_COMB=	multi
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cheetah3>=0:devel/py-cheetah3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cherrypy>=8.9.1:www/py-cherrypy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cheroot>=0:www/py-cheroot@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.0:textproc/py-feedparser@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}portend>=0:net/py-portend@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sabyenc3>=0:news/py-sabyenc3@${PY_FLAVOR} \
 		par2repair:archivers/par2cmdline \
 		unrar:archivers/unrar
 
-USES=		python:3.5+ shebangfix gettext
+USES=		python:3.6+ shebangfix gettext
 USE_RC_SUBR=	sabnzbd
 
 SHEBANG_FILES=	SABnzbd.py tools/msgfmt.py
@@ -41,17 +42,15 @@ PORTDOCS=	COPYRIGHT.txt \
 		ISSUES.txt \
 		README.mkd
 
-OPTIONS_DEFINE=	7ZIP FEEDPARSER SSL DOCS NOTIFY2 DBUS PYGOBJECT
-OPTIONS_DEFAULT=	7ZIP FEEDPARSER SSL
+OPTIONS_DEFINE=	7ZIP SSL DOCS NOTIFY2 DBUS PYGOBJECT
+OPTIONS_DEFAULT=	7ZIP SSL
 7ZIP_DESC=	Needed for unpacking 7-Zip posts
 DBUS_DESC=	DBUS support for system power management
-FEEDPARSER_DESC=	RSS feed support
 NOTIFY2_DESC=	Notify2 support
 PYGOBJECT_DESC=	PyGObject support for system tray icon (requires cairo)
 
 7ZIP_RUN_DEPENDS=	7za:archivers/p7zip
 DBUS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR}
-FEEDPARSER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR}
 NOTIFY2_IMPLIES=	DBUS
 NOTIFY2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}notify2>=0:devel/py-notify2@${PY_FLAVOR}
 PYGOBJECT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gobject3>=3.10.2:devel/py-gobject3@${PY_FLAVOR}
diff --git a/news/sabnzbdplus/distinfo b/news/sabnzbdplus/distinfo
index cf3299e7fce0..e5fe4c19c940 100644
--- a/news/sabnzbdplus/distinfo
+++ b/news/sabnzbdplus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599197414
-SHA256 (SABnzbd-3.0.2-src.tar.gz) = c93f95d9193061ba653c2ab592704c7a8e9b6146817f80e4e2420b3f74b976b2
-SIZE (SABnzbd-3.0.2-src.tar.gz) = 2687984
+TIMESTAMP = 1618495482
+SHA256 (SABnzbd-3.2.1-src.tar.gz) = 79c2bb46e41f2316e4c2827b61598157fbc9467ecddaca6fc4f0b2f4e7b8f809
+SIZE (SABnzbd-3.2.1-src.tar.gz) = 2777984
diff --git a/news/sabnzbdplus/files/sabnzbd.in b/news/sabnzbdplus/files/sabnzbd.in
index 724765e4dc74..6dc20717a8e4 100644
--- a/news/sabnzbdplus/files/sabnzbd.in
+++ b/news/sabnzbdplus/files/sabnzbd.in
@@ -1,5 +1,5 @@
 #!/bin/sh
-
+#
 # PROVIDE: sabnzbd
 # REQUIRE: LOGIN
 # KEYWORD: shutdown
diff --git a/news/sabnzbdplus/pkg-plist b/news/sabnzbdplus/pkg-plist
index f04e8041b230..5973b1777c9d 100644
--- a/news/sabnzbdplus/pkg-plist
+++ b/news/sabnzbdplus/pkg-plist
@@ -10,6 +10,7 @@ bin/SABnzbd.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/database.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/decoder.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/decorators.py
+%%PYTHON_SITELIBDIR%%/sabnzbd/deobfuscate_filenames.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/directunpacker.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/dirscanner.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/downloader.py
@@ -55,9 +56,11 @@ bin/SABnzbd.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/utils/rarvolinfo.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/utils/servertests.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/utils/sleepless.py
+%%PYTHON_SITELIBDIR%%/sabnzbd/utils/ssdp.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/utils/systrayiconthread.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/version.py
 %%PYTHON_SITELIBDIR%%/sabnzbd/zconfig.py
+%%DATADIR%%/email/badfetch-cs.tmpl
 %%DATADIR%%/email/badfetch-da.tmpl
 %%DATADIR%%/email/badfetch-de.tmpl
 %%DATADIR%%/email/badfetch-en.tmpl
@@ -74,6 +77,7 @@ bin/SABnzbd.py
 %%DATADIR%%/email/badfetch-sr.tmpl
 %%DATADIR%%/email/badfetch-sv.tmpl
 %%DATADIR%%/email/badfetch-zh_CN.tmpl
+%%DATADIR%%/email/email-cs.tmpl
 %%DATADIR%%/email/email-da.tmpl
 %%DATADIR%%/email/email-de.tmpl
 %%DATADIR%%/email/email-en.tmpl
@@ -90,6 +94,7 @@ bin/SABnzbd.py
 %%DATADIR%%/email/email-sr.tmpl
 %%DATADIR%%/email/email-sv.tmpl
 %%DATADIR%%/email/email-zh_CN.tmpl
+%%DATADIR%%/email/rss-cs.tmpl
 %%DATADIR%%/email/rss-da.tmpl
 %%DATADIR%%/email/rss-de.tmpl
 %%DATADIR%%/email/rss-en.tmpl
@@ -203,7 +208,8 @@ bin/SABnzbd.py
 %%DATADIR%%/interfaces/Glitter/templates/static/javascripts/momentjs_locale/sr.js
 %%DATADIR%%/interfaces/Glitter/templates/static/javascripts/momentjs_locale/sv.js
 %%DATADIR%%/interfaces/Glitter/templates/static/javascripts/momentjs_locale/zh-cn.js
-%%DATADIR%%/interfaces/Glitter/templates/static/stylesheets/colorschemes/Default.css
+%%DATADIR%%/interfaces/Glitter/templates/static/stylesheets/colorschemes/Auto.css
+%%DATADIR%%/interfaces/Glitter/templates/static/stylesheets/colorschemes/Light.css
 %%DATADIR%%/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css
 %%DATADIR%%/interfaces/Glitter/templates/static/stylesheets/glitter.css
 %%DATADIR%%/interfaces/Glitter/templates/static/stylesheets/glitter.mobile.css
@@ -281,6 +287,7 @@ bin/SABnzbd.py
 %%DATADIR%%/interfaces/wizard/static/javascript/checkserver.js
 %%DATADIR%%/interfaces/wizard/static/style.css
 %%DATADIR%%/interfaces/wizard/two.html
+%%DATADIR%%/locale/cs/LC_MESSAGES/SABnzbd.mo
 %%DATADIR%%/locale/da/LC_MESSAGES/SABnzbd.mo
 %%DATADIR%%/locale/de/LC_MESSAGES/SABnzbd.mo
 %%DATADIR%%/locale/en/LC_MESSAGES/SABnzbd.mo
@@ -298,6 +305,7 @@ bin/SABnzbd.py
 %%DATADIR%%/locale/sv/LC_MESSAGES/SABnzbd.mo
 %%DATADIR%%/locale/zh_CN/LC_MESSAGES/SABnzbd.mo
 %%DATADIR%%/po/email/SABemail.pot
+%%DATADIR%%/po/email/cs.po
 %%DATADIR%%/po/email/da.po
 %%DATADIR%%/po/email/de.po
 %%DATADIR%%/po/email/en.po
@@ -315,6 +323,7 @@ bin/SABnzbd.py
 %%DATADIR%%/po/email/sv.po
 %%DATADIR%%/po/email/zh_CN.po
 %%DATADIR%%/po/main/SABnzbd.pot
+%%DATADIR%%/po/main/cs.po
 %%DATADIR%%/po/main/da.po
 %%DATADIR%%/po/main/de.po
 %%DATADIR%%/po/main/en.po
@@ -332,6 +341,7 @@ bin/SABnzbd.py
 %%DATADIR%%/po/main/sv.po
 %%DATADIR%%/po/main/zh_CN.po
 %%DATADIR%%/po/nsis/SABnsis.pot
+%%DATADIR%%/po/nsis/cs.po
 %%DATADIR%%/po/nsis/da.po
 %%DATADIR%%/po/nsis/de.po
 %%DATADIR%%/po/nsis/en.po



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