From owner-svn-ports-head@freebsd.org Mon Jun 12 16:01:22 2017 Return-Path: Delivered-To: svn-ports-head@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 47402BFF2F1; Mon, 12 Jun 2017 16:01:22 +0000 (UTC) (envelope-from tdb@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 239E1742D1; Mon, 12 Jun 2017 16:01:22 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5CG1LKE067610; Mon, 12 Jun 2017 16:01:21 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5CG1LUQ067607; Mon, 12 Jun 2017 16:01:21 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201706121601.v5CG1LUQ067607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Mon, 12 Jun 2017 16:01:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443453 - head/news/sabnzbdplus X-SVN-Group: ports-head 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.23 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: Mon, 12 Jun 2017 16:01:22 -0000 Author: tdb Date: Mon Jun 12 16:01:20 2017 New Revision: 443453 URL: https://svnweb.freebsd.org/changeset/ports/443453 Log: - Update SABnzbd to 2.1.0. - GH_TAGNAME no longer needed now it is correctly tagged in GitHub. - Uses py-sabyenc instead of py-yenc as recommended upstream. PR: 218722 Submitted 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 Mon Jun 12 15:10:48 2017 (r443452) +++ head/news/sabnzbdplus/Makefile Mon Jun 12 16:01:20 2017 (r443453) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sabnzbdplus -PORTVERSION= 1.2.3 +PORTVERSION= 2.1.0 CATEGORIES= news MAINTAINER= joshruehlig@gmail.com @@ -17,7 +17,6 @@ RUN_DEPENDS= cheetah:devel/py-cheetah \ USE_GITHUB= yes GH_ACCOUNT= sabnzbd GH_PROJECT= sabnzbd -GH_TAGNAME= a894ca5 USES= python:2.7 shebangfix SHEBANG_FILES= SABnzbd.py tools/msgfmt.py @@ -45,7 +44,7 @@ YENC_DESC= yenc support PAR2CMDLINE_RUN_DEPENDS= par2repair:archivers/par2cmdline-tbb FEEDPARSER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser -YENC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yenc>=0:news/py-yenc +YENC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sabyenc>=0:news/py-sabyenc SSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography UNRAR_RUN_DEPENDS= unrar:archivers/unrar 7ZIP_RUN_DEPENDS= 7za:archivers/p7zip Modified: head/news/sabnzbdplus/distinfo ============================================================================== --- head/news/sabnzbdplus/distinfo Mon Jun 12 15:10:48 2017 (r443452) +++ head/news/sabnzbdplus/distinfo Mon Jun 12 16:01:20 2017 (r443453) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489989347 -SHA256 (sabnzbd-sabnzbd-1.2.3-a894ca5_GH0.tar.gz) = 2689ece69a83cace63699d00a85be7562c09e12620dc2474991644e3be4501dc -SIZE (sabnzbd-sabnzbd-1.2.3-a894ca5_GH0.tar.gz) = 5316909 +TIMESTAMP = 1497232015 +SHA256 (sabnzbd-sabnzbd-2.1.0_GH0.tar.gz) = 0880f1ca1de93d627836633ee3433967711c8b0db88cfa504935ca9d48e959df +SIZE (sabnzbd-sabnzbd-2.1.0_GH0.tar.gz) = 5230254 Modified: head/news/sabnzbdplus/pkg-plist ============================================================================== --- head/news/sabnzbdplus/pkg-plist Mon Jun 12 15:10:48 2017 (r443452) +++ head/news/sabnzbdplus/pkg-plist Mon Jun 12 16:01:20 2017 (r443453) @@ -38,6 +38,7 @@ bin/SABnzbd.py %%PYTHON_SITELIBDIR%%/sabnzbd/urlgrabber.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/__init__.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/certgen.py +%%PYTHON_SITELIBDIR%%/sabnzbd/utils/checkdir.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/configobj.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/diskspeed.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/feedparser.py @@ -45,7 +46,6 @@ bin/SABnzbd.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/happyeyeballs.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/json.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/kronos.py -%%PYTHON_SITELIBDIR%%/sabnzbd/utils/listquote.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/pathbrowser.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/pybonjour.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/pystone.py @@ -177,7 +177,7 @@ bin/SABnzbd.py %%DATADIR%%/interfaces/Glitter/templates/static/javascripts/jquery.peity.min.js %%DATADIR%%/interfaces/Glitter/templates/static/javascripts/knockout-extensions.js %%DATADIR%%/interfaces/Glitter/templates/static/javascripts/knockout-latest.js -%%DATADIR%%/interfaces/Glitter/templates/static/javascripts/moment.js +%%DATADIR%%/interfaces/Glitter/templates/static/javascripts/moment.min.js %%DATADIR%%/interfaces/Glitter/templates/static/javascripts/momentjs_locale/da.js %%DATADIR%%/interfaces/Glitter/templates/static/javascripts/momentjs_locale/de.js %%DATADIR%%/interfaces/Glitter/templates/static/javascripts/momentjs_locale/es.js