From owner-svn-ports-head@freebsd.org Wed Aug 19 10:21:53 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2CB3D3B99E8; Wed, 19 Aug 2020 10:21:53 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BWkNK0V3kz4Xsg; Wed, 19 Aug 2020 10:21:53 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9787213B0; Wed, 19 Aug 2020 10:21:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07JALqnW045110; Wed, 19 Aug 2020 10:21:52 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07JALqVr045108; Wed, 19 Aug 2020 10:21:52 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202008191021.07JALqVr045108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 19 Aug 2020 10:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545300 - head/news/sabnzbdplus X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/news/sabnzbdplus X-SVN-Commit-Revision: 545300 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2020 10:21:53 -0000 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 (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