Date: Sat, 2 Sep 2017 13:39:51 -0700 From: Ultima <ultima1252@gmail.com> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r449162 - head/news/sabnzbdplus Message-ID: <CANJ8om6yrZxc=%2BsET7jdq=M%2BQWK9ThVDmW3gqJVMa695Hw6PGA@mail.gmail.com> In-Reply-To: <201709022036.v82Kah6k088537@repo.freebsd.org> References: <201709022036.v82Kah6k088537@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I forgot to add..... Approved by: lifanov (mentor, implicit) to changelog. On Sat, Sep 2, 2017 at 1:36 PM, Richard Gallamore <ultima@freebsd.org> wrote: > 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 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANJ8om6yrZxc=%2BsET7jdq=M%2BQWK9ThVDmW3gqJVMa695Hw6PGA>