mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- 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)
This commit is contained in:
parent
b91c584868
commit
e0c047de4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443453
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user