FreeBSD Bugzilla – Attachment 89635 Details for
Bug 126612
[UPDATE] news/nzbget
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.40 KB, created by
Toxic
on 2008-08-18 02:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Toxic
Created:
2008-08-18 02:50:01 UTC
Size:
2.40 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/news/nzbget/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- Makefile 3 Apr 2008 02:12:52 -0000 1.8 >+++ Makefile 17 Aug 2008 19:11:27 -0000 >@@ -6,8 +6,7 @@ > # > > PORTNAME= nzbget >-PORTVERSION= 0.3.1 >-PORTREVISION= 1 >+PORTVERSION= 0.4.1 > CATEGORIES= news > MASTER_SITES= SF > >@@ -18,13 +17,12 @@ > uu.3:${PORTSDIR}/converters/uulib > > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --disable-parcheck > CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ > CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" \ > LOCALBASE="${LOCALBASE}" > USE_GMAKE= yes > >-PLIST_FILES= bin/nzbget etc/nzbget.conf.example >+OPTIONS= PARCHECK "Enable autopar/parcheck (Requires libpar2)" On > > .include <bsd.port.pre.mk> > >@@ -32,7 +30,22 @@ > BROKEN= Does not compile on 5.x > .endif > >+.if defined (WITHOUT_PARCHECK) >+CONFIGURE_ARGS+= --disable-parcheck >+.else >+CONFIGURE_ARGS+= --enable-parcheck >+LIB_DEPENDS+= par2:${PORTSDIR}/archivers/libpar2 >+.endif >+ > post-install: >- @${INSTALL_DATA} ${WRKSRC}/nzbget.conf.example ${PREFIX}/etc >+.if !defined(NOPORTDOCS) >+ ${MKDIR} ${EXAMPLESDIR} >+ ${INSTALL_DATA} ${WRKSRC}/nzbget.conf.example ${EXAMPLESDIR} >+ ${MKDIR} ${DOCSDIR} >+.for i in README >+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} >+.endfor >+.endif >+ > > .include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/news/nzbget/distinfo,v >retrieving revision 1.5 >diff -u -r1.5 distinfo >--- distinfo 19 Mar 2008 12:38:00 -0000 1.5 >+++ distinfo 17 Aug 2008 19:11:27 -0000 >@@ -1,3 +1,3 @@ >-MD5 (nzbget-0.3.1.tar.gz) = 20c4b3ec0cf2da7fa48dcb985d7a82b7 >-SHA256 (nzbget-0.3.1.tar.gz) = 1baacc427e9bacf6b2dcfa50f283a9f62b2f467ac70ab6bd4d80e9d20e8e1bbb >-SIZE (nzbget-0.3.1.tar.gz) = 222351 >+MD5 (nzbget-0.4.1.tar.gz) = 08803146d2ffc4792cc0f12cdbf03da0 >+SHA256 (nzbget-0.4.1.tar.gz) = aae9e1b9b0eb7f4f6418a1e0e516c583fab43d37e6ecc1ffc4f729bdd7e4c69e >+SIZE (nzbget-0.4.1.tar.gz) = 251338 >Index: pkg-plist >=================================================================== >RCS file: pkg-plist >diff -N pkg-plist >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ pkg-plist 17 Aug 2008 19:11:27 -0000 >@@ -0,0 +1,5 @@ >+bin/nzbget >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%EXAMPLESDIR%%/nzbget.conf.example >+%%PORTDOCS%%@dirrm %%DOCSDIR%% >+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
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
Actions:
View
|
Diff
Attachments on
bug 126612
: 89635
Working