Bug 177839

Summary: New version of news/nzbget (10.1)
Product: Ports & Packages Reporter: Nicolas Raspail <nicolas>
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
nzbget-10.2.diff none

Description Nicolas Raspail 2013-04-13 18:10:00 UTC
	A new version of nzbget is available (10.1)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-13 18:41:59 UTC
Maintainer of news/nzbget,

Please note that PR ports/177839 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177839

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-13 18:42:00 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Herbert J. Skuhra 2013-05-26 10:54:11 UTC
The attached patch updates news/nzbget to version 10.2.
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-05-26 12:07:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-26 21:15:44 UTC
Author: wg
Date: Sun May 26 20:15:30 2013
New Revision: 319135
URL: http://svnweb.freebsd.org/changeset/ports/319135

Log:
  - Update to 10.2 [1]
  - Fix typo in pkg-descr
  - Remove PORTDOCS in Makefile
  - USE_GCC for PAR option (test fails with clang)
  
  Changes: http://nzbget.sourceforge.net/History_%28ChangeLog%29
  
  PR:		ports/177839 [1]
  Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> [1]
  Approved by:	jpaetzel (mentor)

Modified:
  head/news/nzbget/Makefile
  head/news/nzbget/distinfo
  head/news/nzbget/pkg-descr
  head/news/nzbget/pkg-plist

Modified: head/news/nzbget/Makefile
==============================================================================
--- head/news/nzbget/Makefile	Sun May 26 20:12:35 2013	(r319134)
+++ head/news/nzbget/Makefile	Sun May 26 20:15:30 2013	(r319135)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nzbget
-PORTVERSION=	9.1
-PORTREVISION=	2
+PORTVERSION=	10.2
 CATEGORIES=	news
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
 
@@ -30,13 +29,13 @@ OPTIONS_SINGLE=	TLSLIB
 OPTIONS_SINGLE_TLSLIB=	GNUTLS OPENSSL
 OPTIONS_DEFAULT=	PAR GNUTLS
 
-PORTDOCS=	README
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPAR}
  CONFIGURE_ARGS+= --enable-parcheck --disable-libpar2-bugfixes-check
  LIB_DEPENDS+=	par2:${PORTSDIR}/archivers/libpar2
+ # configure fail to test libpar2 with clang
+ USE_GCC=	any
 .else
  CONFIGURE_ARGS+= --disable-parcheck
 .endif
@@ -56,9 +55,4 @@ post-install:
 	@[ -f ${PREFIX}/etc/nzbget.conf ] || ${CP} ${PREFIX}/etc/nzbget.conf.sample \
 	${PREFIX}/etc/nzbget.conf
 
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
 .include <bsd.port.mk>

Modified: head/news/nzbget/distinfo
==============================================================================
--- head/news/nzbget/distinfo	Sun May 26 20:12:35 2013	(r319134)
+++ head/news/nzbget/distinfo	Sun May 26 20:15:30 2013	(r319135)
@@ -1,2 +1,2 @@
-SHA256 (nzbget-9.1.tar.gz) = 0cd20e1c78359c720862c19c5fd908dc10d6b54658441b86f9caaa71f66e5633
-SIZE (nzbget-9.1.tar.gz) = 658935
+SHA256 (nzbget-10.2.tar.gz) = c9b878744c162e7721ffc8b048a2e4550a8ed8da6e706ee4cbd026ed2d612ec2
+SIZE (nzbget-10.2.tar.gz) = 671808

Modified: head/news/nzbget/pkg-descr
==============================================================================
--- head/news/nzbget/pkg-descr	Sun May 26 20:12:35 2013	(r319134)
+++ head/news/nzbget/pkg-descr	Sun May 26 20:15:30 2013	(r319135)
@@ -1,5 +1,5 @@
 NZBGet is a binary newsgrabber, which downloads files from usenet based
-on information given in nzb-files. Descriptino of nzb format is available
+on information given in nzb-files. Description of nzb format is available
 at http://docs.newzbin.com/
 
 WWW: http://sourceforge.net/projects/nzbget/

Modified: head/news/nzbget/pkg-plist
==============================================================================
--- head/news/nzbget/pkg-plist	Sun May 26 20:12:35 2013	(r319134)
+++ head/news/nzbget/pkg-plist	Sun May 26 20:15:30 2013	(r319135)
@@ -32,10 +32,12 @@ sbin/nzbgetd
 %%DATADIR%%/webui/util.js
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README
 @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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 William Grzybowski freebsd_committer freebsd_triage 2013-05-26 21:16:16 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!