Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2017 16:01:21 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443453 - head/news/sabnzbdplus
Message-ID:  <201706121601.v5CG1LUQ067607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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