FreeBSD Bugzilla – Attachment 147034 Details for
Bug 193405
[MAINTAINER] news/nzbget: Update to 13.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Improvements for nzbget
nzbget.diff (text/plain), 3.99 KB, created by
Jason E. Hale
on 2014-09-07 22:50:47 UTC
(
hide
)
Description:
Improvements for nzbget
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2014-09-07 22:50:47 UTC
Size:
3.99 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 367320) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= nzbget >-PORTVERSION= 12.0 >-PORTREVISION= 3 >+PORTVERSION= 13.0 > CATEGORIES= news > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} > >@@ -15,15 +14,21 @@ > LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ > libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 > >-USES= pkgconfig >+USES= ncurses pkgconfig shebangfix > USE_RC_SUBR= nzbget > GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --with-libcurses-includes=${NCURSESINC} \ >+ --with-libcurses-libraries=${NCURSESLIB} > CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" > MAKE_JOBS_UNSAFE= yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= ${PTHREAD_LIBS} > CFLAGS+= ${PTHREAD_CFLAGS} >+BINMODE= 0755 > >+SHEBANG_FILES= scripts/*.py >+python_OLD_CMD= /usr/bin/env python >+ > OPTIONS_DEFINE= 7Z PAR PYTHON RAR DOCS > OPTIONS_SINGLE= TLSLIB > OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL >@@ -39,7 +44,7 @@ > PAR_CONFIGURE_OFF= --disable-parcheck > PAR_LIB_DEPENDS= libpar2.so:${PORTSDIR}/archivers/libpar2 > >-PYTHON_USE= PYTHON=yes >+PYTHON_USES= python:run > > RAR_RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar > >@@ -46,7 +51,7 @@ > OPENSSL_CONFIGURE_ON= --with-tlslib=OpenSSL \ > --with-openssl-includes=${OPENSSLINC} \ > --with-openssl-libraries=${OPENSSLLIB} >-OPENSSL_USE= OPENSSL=yes >+OPENSSL_USE= OPENSSL=yes > > GNUTLS_CONFIGURE_ON= --with-tlslib=GnuTLS > GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ >@@ -55,13 +60,9 @@ > .include <bsd.port.options.mk> > > .if (${ARCH} == "i386") >-CONFIGURE_ARGS+= --disable-sigchld-handler >+CONFIGURE_ARGS+= --disable-sigchld-handler > .endif > >-post-configure: >- # necessary for stage >- @${REINPLACE_CMD} -e 's|555|655|g ; s|444|644|' ${WRKSRC}/Makefile >- > post-install: > ${INSTALL_DATA} ${WRKSRC}/nzbget.conf \ > ${STAGEDIR}${PREFIX}/etc/nzbget.conf.sample >Index: distinfo >=================================================================== >--- distinfo (revision 367320) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (nzbget-12.0.tar.gz) = 023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e >-SIZE (nzbget-12.0.tar.gz) = 1114126 >+SHA256 (nzbget-13.0.tar.gz) = 666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e >+SIZE (nzbget-13.0.tar.gz) = 1229936 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 367320) >+++ pkg-plist (working copy) >@@ -1,6 +1,12 @@ > bin/nzbget >+@sample etc/nzbget.conf.sample > sbin/nzbgetd >+@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING >+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%/README > %%DATADIR%%/nzbget.conf >+%%DATADIR%%/scripts/EMail.py >+%%DATADIR%%/scripts/Logger.py > %%DATADIR%%/webui/config.js > %%DATADIR%%/webui/downloads.js > %%DATADIR%%/webui/edit.js >@@ -20,24 +26,20 @@ > %%DATADIR%%/webui/lib/bootstrap.css > %%DATADIR%%/webui/lib/bootstrap.js > %%DATADIR%%/webui/lib/bootstrap.min.js >+%%DATADIR%%/webui/lib/elycharts.js >+%%DATADIR%%/webui/lib/elycharts.min.js > %%DATADIR%%/webui/lib/jquery.js > %%DATADIR%%/webui/lib/jquery.min.js >+%%DATADIR%%/webui/lib/raphael.js >+%%DATADIR%%/webui/lib/raphael.min.js > %%DATADIR%%/webui/messages.js > %%DATADIR%%/webui/status.js > %%DATADIR%%/webui/style.css > %%DATADIR%%/webui/upload.js > %%DATADIR%%/webui/util.js >-%%PORTDOCS%%%%DOCSDIR%%/COPYING >-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >-%%PORTDOCS%%%%DOCSDIR%%/README >-%%DATADIR%%/ppscripts/EMail.py >-%%DATADIR%%/ppscripts/Logger.py >-@dirrmtry %%DATADIR%%/ppscripts >-@dirrm %%DATADIR%%/webui/img >-@dirrm %%DATADIR%%/webui/lib >-@dirrm %%DATADIR%%/webui >-@dirrm %%DATADIR%% >-%%PORTDOCS%%@dirrm %%DOCSDIR%% >-@unexec if cmp -s %D/etc/nzbget.conf %D/etc/nzbget.conf.sample; then rm -f %D/etc/nzbget.conf; fi >-etc/nzbget.conf.sample >-@exec [ -f %D/etc/nzbget.conf ] || cp %D/etc/nzbget.conf.sample %D/etc/nzbget.conf >+%%PORTDOCS%%@dirrmtry %%DOCSDIR%% >+@dirrmtry %%DATADIR%%/scripts >+@dirrmtry %%DATADIR%%/webui/img >+@dirrmtry %%DATADIR%%/webui/lib >+@dirrmtry %%DATADIR%%/webui >+@dirrmtry %%DATADIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jhale
:
maintainer-approval?
(
toxic
)
Actions:
View
|
Diff
Attachments on
bug 193405
:
146974
|
147027
|
147028
|
147029
| 147034