mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
news/sabnzbdplus: Update to 3.0.1
PR: 248720 Submitted by: James French <james@french.id.au> (maintainer)
This commit is contained in:
parent
b0525991c8
commit
646e6e6218
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545300
2 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sabnzbdplus
|
||||
PORTVERSION= 3.0.0
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= news
|
||||
|
||||
MAINTAINER= james@french.id.au
|
||||
|
@ -15,7 +15,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>=0:devel/py-cheetah3@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}portend>=0:net/py-portend@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sabyenc3>=0:news/py-sabyenc3@${PY_FLAVOR} \
|
||||
par2repair:archivers/par2cmdline-tbb \
|
||||
unrar:archivers/unrar
|
||||
|
||||
USES= python:3.5+ shebangfix gettext
|
||||
|
||||
|
@ -39,26 +42,23 @@ PORTDOCS= ABOUT.txt \
|
|||
USERS= _sabnzbd
|
||||
GROUPS= _sabnzbd
|
||||
|
||||
OPTIONS_DEFINE= PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC SSL DOCS NOTIFY2 DBUS PYGOBJECT
|
||||
OPTIONS_DEFAULT= PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC SSL
|
||||
PAR2CMDLINE_DESC= Required for postprocessing of par files
|
||||
OPTIONS_DEFINE= 7ZIP FEEDPARSER SSL DOCS NOTIFY2 DBUS PYGOBJECT
|
||||
OPTIONS_DEFAULT= 7ZIP FEEDPARSER SSL
|
||||
7ZIP_DESC= Needed for unpacking 7-Zip posts
|
||||
FEEDPARSER_DESC= RSS feed support
|
||||
YENC_DESC= yenc support
|
||||
NOTIFY2_DESC= Notify2 support
|
||||
DBUS_DESC= DBUS support for system power management
|
||||
PYGOBJECT_DESC= PyGObject support for system tray icon (requires cairo)
|
||||
|
||||
PAR2CMDLINE_RUN_DEPENDS= par2repair:archivers/par2cmdline-tbb
|
||||
FEEDPARSER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR}
|
||||
YENC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sabyenc3>=0:news/py-sabyenc3@${PY_FLAVOR}
|
||||
SSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR}
|
||||
UNRAR_RUN_DEPENDS= unrar:archivers/unrar
|
||||
7ZIP_RUN_DEPENDS= 7za:archivers/p7zip
|
||||
NOTIFY2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notify2>=0:devel/py-notify2@${PY_FLAVOR}
|
||||
DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR}
|
||||
PYGOBJECT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=3.10.2:devel/py-gobject3@${PY_FLAVOR}
|
||||
|
||||
NOTIFY2_IMPLIES= DBUS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s:%%DATADIR%%:'${DATADIR}':g" \
|
||||
${WRKSRC}/SABnzbd.py
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1596610914
|
||||
SHA256 (sabnzbd-sabnzbd-3.0.0_GH0.tar.gz) = 584afe647fc2dfd916314f10cd603bf281b9acc5f65be9340bc8cfa88524e261
|
||||
SIZE (sabnzbd-sabnzbd-3.0.0_GH0.tar.gz) = 4285538
|
||||
TIMESTAMP = 1597742745
|
||||
SHA256 (sabnzbd-sabnzbd-3.0.1_GH0.tar.gz) = 93f9bc4617b24f0f6d1450780166f7dfd92df2b37e9b9257c53141bb46f53ac9
|
||||
SIZE (sabnzbd-sabnzbd-3.0.1_GH0.tar.gz) = 4286083
|
||||
|
|
Loading…
Add table
Reference in a new issue