Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 10:21:52 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545300 - head/news/sabnzbdplus
Message-ID:  <202008191021.07JALqVr045108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Aug 19 10:21:52 2020
New Revision: 545300
URL: https://svnweb.freebsd.org/changeset/ports/545300

Log:
  news/sabnzbdplus: Update to 3.0.1
  
  PR:		248720
  Submitted by:	James French <james@french.id.au> (maintainer)

Modified:
  head/news/sabnzbdplus/Makefile
  head/news/sabnzbdplus/distinfo

Modified: head/news/sabnzbdplus/Makefile
==============================================================================
--- head/news/sabnzbdplus/Makefile	Wed Aug 19 10:10:37 2020	(r545299)
+++ head/news/sabnzbdplus/Makefile	Wed Aug 19 10:21:52 2020	(r545300)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	sabnzbdplus
-PORTVERSION=	3.0.0
+PORTVERSION=	3.0.1
 CATEGORIES=	news
 
 MAINTAINER=	james@french.id.au
@@ -15,7 +15,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cheetah3>=0:devel/
 		${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}portend>=0:net/py-portend@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sabyenc3>=0:news/py-sabyenc3@${PY_FLAVOR} \
+		par2repair:archivers/par2cmdline-tbb \
+		unrar:archivers/unrar
 
 USES=		python:3.5+ shebangfix gettext
 
@@ -39,25 +42,22 @@ PORTDOCS=	ABOUT.txt \
 USERS=		_sabnzbd
 GROUPS=		_sabnzbd
 
-OPTIONS_DEFINE=	PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC SSL DOCS NOTIFY2 DBUS PYGOBJECT
-OPTIONS_DEFAULT=	PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC SSL
-PAR2CMDLINE_DESC=	Required for postprocessing of par files
+OPTIONS_DEFINE=	7ZIP FEEDPARSER SSL DOCS NOTIFY2 DBUS PYGOBJECT
+OPTIONS_DEFAULT=	7ZIP FEEDPARSER SSL
 7ZIP_DESC=	Needed for unpacking 7-Zip posts
 FEEDPARSER_DESC=	RSS feed support
-YENC_DESC=	yenc support
 NOTIFY2_DESC=	Notify2 support
 DBUS_DESC=	DBUS support for system power management
 PYGOBJECT_DESC=	PyGObject support for system tray icon (requires cairo)
 
-PAR2CMDLINE_RUN_DEPENDS=	par2repair:archivers/par2cmdline-tbb
 FEEDPARSER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR}
-YENC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sabyenc3>=0:news/py-sabyenc3@${PY_FLAVOR}
 SSL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR}
-UNRAR_RUN_DEPENDS=	unrar:archivers/unrar
 7ZIP_RUN_DEPENDS=	7za:archivers/p7zip
 NOTIFY2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}notify2>=0:devel/py-notify2@${PY_FLAVOR}
 DBUS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR}
 PYGOBJECT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gobject3>=3.10.2:devel/py-gobject3@${PY_FLAVOR}
+
+NOTIFY2_IMPLIES=	DBUS
 
 post-patch:
 	@${REINPLACE_CMD} -e "s:%%DATADIR%%:'${DATADIR}':g" \

Modified: head/news/sabnzbdplus/distinfo
==============================================================================
--- head/news/sabnzbdplus/distinfo	Wed Aug 19 10:10:37 2020	(r545299)
+++ head/news/sabnzbdplus/distinfo	Wed Aug 19 10:21:52 2020	(r545300)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596610914
-SHA256 (sabnzbd-sabnzbd-3.0.0_GH0.tar.gz) = 584afe647fc2dfd916314f10cd603bf281b9acc5f65be9340bc8cfa88524e261
-SIZE (sabnzbd-sabnzbd-3.0.0_GH0.tar.gz) = 4285538
+TIMESTAMP = 1597742745
+SHA256 (sabnzbd-sabnzbd-3.0.1_GH0.tar.gz) = 93f9bc4617b24f0f6d1450780166f7dfd92df2b37e9b9257c53141bb46f53ac9
+SIZE (sabnzbd-sabnzbd-3.0.1_GH0.tar.gz) = 4286083



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