mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 14.0
PR: 194939
This commit is contained in:
parent
6a08177202
commit
23beeb5d13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372497
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nzbget
|
||||
PORTVERSION= 13.0
|
||||
PORTVERSION= 14.0
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
|
||||
|
||||
@ -11,8 +11,7 @@ COMMENT= Binary newsreader supporting NZB files
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
|
||||
libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20
|
||||
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USES= ncurses pkgconfig shebangfix
|
||||
USE_RC_SUBR= nzbget
|
||||
@ -29,21 +28,16 @@ BINMODE= 0755
|
||||
SHEBANG_FILES= scripts/*.py
|
||||
python_OLD_CMD= /usr/bin/env python
|
||||
|
||||
OPTIONS_DEFINE= 7Z PAR PYTHON RAR DOCS
|
||||
OPTIONS_DEFINE= 7Z PYTHON RAR DOCS
|
||||
OPTIONS_SINGLE= TLSLIB
|
||||
OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL
|
||||
OPTIONS_DEFAULT= GNUTLS PAR PYTHON RAR
|
||||
7Z_DESC= Support extraction of 7z archives
|
||||
PAR_DESC= Support verifying/repairing with par2 files
|
||||
PYTHON_DESC= Support for python post-processing scripts
|
||||
RAR_DESC= Support extraction of rar archives
|
||||
|
||||
7Z_RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip
|
||||
|
||||
PAR_CONFIGURE_ON= --enable-parcheck --disable-libpar2-bugfixes-check
|
||||
PAR_CONFIGURE_OFF= --disable-parcheck
|
||||
PAR_LIB_DEPENDS= libpar2.so:${PORTSDIR}/archivers/libpar2
|
||||
|
||||
PYTHON_USES= python:run
|
||||
|
||||
RAR_RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nzbget-13.0.tar.gz) = 666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e
|
||||
SIZE (nzbget-13.0.tar.gz) = 1229936
|
||||
SHA256 (nzbget-14.0.tar.gz) = 41d243617f3523dcba86676ff1193fa361562aecdfa100ebc01bf57bc26d38e5
|
||||
SIZE (nzbget-14.0.tar.gz) = 1333744
|
||||
|
@ -2,6 +2,7 @@ bin/nzbget
|
||||
@sample etc/nzbget.conf.sample
|
||||
sbin/nzbgetd
|
||||
@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%DATADIR%%/nzbget.conf
|
||||
@ -37,9 +38,3 @@ sbin/nzbgetd
|
||||
%%DATADIR%%/webui/style.css
|
||||
%%DATADIR%%/webui/upload.js
|
||||
%%DATADIR%%/webui/util.js
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
||||
@dirrmtry %%DATADIR%%/scripts
|
||||
@dirrmtry %%DATADIR%%/webui/img
|
||||
@dirrmtry %%DATADIR%%/webui/lib
|
||||
@dirrmtry %%DATADIR%%/webui
|
||||
@dirrmtry %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user