From owner-svn-ports-all@freebsd.org Sat Sep 2 20:36:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF898E03166; Sat, 2 Sep 2017 20:36:44 +0000 (UTC) (envelope-from ultima@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 mx1.freebsd.org (Postfix) with ESMTPS id 816FC6FB42; Sat, 2 Sep 2017 20:36:44 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v82Kah67088540; Sat, 2 Sep 2017 20:36:43 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v82Kah6k088537; Sat, 2 Sep 2017 20:36:43 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201709022036.v82Kah6k088537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sat, 2 Sep 2017 20:36:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449162 - head/news/sabnzbdplus X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/news/sabnzbdplus X-SVN-Commit-Revision: 449162 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2017 20:36:44 -0000 Author: ultima Date: Sat Sep 2 20:36:43 2017 New Revision: 449162 URL: https://svnweb.freebsd.org/changeset/ports/449162 Log: * Updated to 2.2.1 Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/2.2.1 PR: 221606 Submitted by: Ralf van der Enden Approved by: joshruehlig@gmail.com (maintainer) Modified: head/news/sabnzbdplus/Makefile head/news/sabnzbdplus/distinfo head/news/sabnzbdplus/pkg-plist Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Sat Sep 2 19:34:33 2017 (r449161) +++ head/news/sabnzbdplus/Makefile Sat Sep 2 20:36:43 2017 (r449162) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sabnzbdplus -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.1 CATEGORIES= news MAINTAINER= joshruehlig@gmail.com Modified: head/news/sabnzbdplus/distinfo ============================================================================== --- head/news/sabnzbdplus/distinfo Sat Sep 2 19:34:33 2017 (r449161) +++ head/news/sabnzbdplus/distinfo Sat Sep 2 20:36:43 2017 (r449162) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497232015 -SHA256 (sabnzbd-sabnzbd-2.1.0_GH0.tar.gz) = 0880f1ca1de93d627836633ee3433967711c8b0db88cfa504935ca9d48e959df -SIZE (sabnzbd-sabnzbd-2.1.0_GH0.tar.gz) = 5230254 +TIMESTAMP = 1503922731 +SHA256 (sabnzbd-sabnzbd-2.2.1_GH0.tar.gz) = 6db08f87ea30a961bf0b77fcc74859d3b8cb1631c8bd7904481e5bca7eb213c1 +SIZE (sabnzbd-sabnzbd-2.2.1_GH0.tar.gz) = 4601918 Modified: head/news/sabnzbdplus/pkg-plist ============================================================================== --- head/news/sabnzbdplus/pkg-plist Sat Sep 2 19:34:33 2017 (r449161) +++ head/news/sabnzbdplus/pkg-plist Sat Sep 2 20:36:43 2017 (r449162) @@ -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/directunpacker.py %%PYTHON_SITELIBDIR%%/sabnzbd/dirscanner.py %%PYTHON_SITELIBDIR%%/sabnzbd/downloader.py %%PYTHON_SITELIBDIR%%/sabnzbd/emailer.py @@ -33,7 +34,6 @@ bin/SABnzbd.py %%PYTHON_SITELIBDIR%%/sabnzbd/sabtraylinux.py %%PYTHON_SITELIBDIR%%/sabnzbd/scheduler.py %%PYTHON_SITELIBDIR%%/sabnzbd/skintext.py -%%PYTHON_SITELIBDIR%%/sabnzbd/trylist.py %%PYTHON_SITELIBDIR%%/sabnzbd/tvsort.py %%PYTHON_SITELIBDIR%%/sabnzbd/urlgrabber.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/__init__.py @@ -53,6 +53,7 @@ bin/SABnzbd.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/rsslib.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/servertests.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/sslinfo.py +%%PYTHON_SITELIBDIR%%/sabnzbd/utils/subprocess_fix.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/systrayiconthread.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/upload.py %%PYTHON_SITELIBDIR%%/sabnzbd/version.py @@ -110,7 +111,13 @@ bin/SABnzbd.py %%DATADIR%%/cherrypy/wsgiserver/ssl_pyopenssl.py %%DATADIR%%/cherrypy/wsgiserver/test_wsgiserver.py %%DATADIR%%/gntp/__init__.py +%%DATADIR%%/gntp/cli.py +%%DATADIR%%/gntp/config.py +%%DATADIR%%/gntp/core.py +%%DATADIR%%/gntp/errors.py %%DATADIR%%/gntp/notifier.py +%%DATADIR%%/gntp/shim.py +%%DATADIR%%/gntp/version.py %%DATADIR%%/interfaces/Config/README.txt %%DATADIR%%/interfaces/Config/templates/_inc_footer_uc.tmpl %%DATADIR%%/interfaces/Config/templates/_inc_header_uc.tmpl @@ -132,6 +139,7 @@ bin/SABnzbd.py %%DATADIR%%/interfaces/Config/templates/staticcfg/bootstrap/fonts/glyphicons-halflings-regular.svg %%DATADIR%%/interfaces/Config/templates/staticcfg/bootstrap/fonts/glyphicons-halflings-regular.ttf %%DATADIR%%/interfaces/Config/templates/staticcfg/bootstrap/js/bootstrap.min.js +%%DATADIR%%/interfaces/Config/templates/staticcfg/css/chartist.min.css %%DATADIR%%/interfaces/Config/templates/staticcfg/css/login.css %%DATADIR%%/interfaces/Config/templates/staticcfg/css/style.css %%DATADIR%%/interfaces/Config/templates/staticcfg/ico/android-192x192.png @@ -144,6 +152,7 @@ bin/SABnzbd.py %%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-arrow.svg %%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-full.svg %%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-small.svg +%%DATADIR%%/interfaces/Config/templates/staticcfg/js/chartist.min.js %%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery-3.1.1.min.js %%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery-ui.min.js %%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery.tablesort.min.js @@ -314,6 +323,7 @@ bin/SABnzbd.py %%DATADIR%%/locale/es/LC_MESSAGES/SABnzbd.mo %%DATADIR%%/locale/fi/LC_MESSAGES/SABnzbd.mo %%DATADIR%%/locale/fr/LC_MESSAGES/SABnzbd.mo +%%DATADIR%%/locale/he/LC_MESSAGES/SABnzbd.mo %%DATADIR%%/locale/nb/LC_MESSAGES/SABnzbd.mo %%DATADIR%%/locale/nl/LC_MESSAGES/SABnzbd.mo %%DATADIR%%/locale/pl/LC_MESSAGES/SABnzbd.mo @@ -330,6 +340,7 @@ bin/SABnzbd.py %%DATADIR%%/po/email/es.po %%DATADIR%%/po/email/fi.po %%DATADIR%%/po/email/fr.po +%%DATADIR%%/po/email/he.po %%DATADIR%%/po/email/nb.po %%DATADIR%%/po/email/nl.po %%DATADIR%%/po/email/pl.po @@ -346,6 +357,7 @@ bin/SABnzbd.py %%DATADIR%%/po/main/es.po %%DATADIR%%/po/main/fi.po %%DATADIR%%/po/main/fr.po +%%DATADIR%%/po/main/he.po %%DATADIR%%/po/main/nb.po %%DATADIR%%/po/main/nl.po %%DATADIR%%/po/main/pl.po @@ -362,6 +374,7 @@ bin/SABnzbd.py %%DATADIR%%/po/nsis/es.po %%DATADIR%%/po/nsis/fi.po %%DATADIR%%/po/nsis/fr.po +%%DATADIR%%/po/nsis/he.po %%DATADIR%%/po/nsis/nb.po %%DATADIR%%/po/nsis/nl.po %%DATADIR%%/po/nsis/pl.po