Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2013 23:58:36 -0700
From:      Jeff Burchell <toxic@doobie.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182867: [maintainer-update] news/nzbget update to 11.0 and bugfixes.
Message-ID:  <201310100658.r9A6wa4C010821@fat.doobie.com>
Resent-Message-ID: <201310100720.r9A7K0q2083996@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182867
>Category:       ports
>Synopsis:       [maintainer-update] news/nzbget update to 11.0 and bugfixes.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 10 07:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jeff Burchell
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD fbsd10 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255342: Sat Sep 7 07:34:47 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
Update nzbget to 11.0, released 7/1/2013
Remove gmake, which is no longer necessary and was causing some clang builds to fail (including on 10-CURRENT).
Fix bug reported in PR# ports/177669
	
>How-To-Repeat:
>Fix:

--Patch follows--

Index: Makefile
===================================================================
--- Makefile	(revision 329963)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nzbget
-PORTVERSION=	10.2
+PORTVERSION=	11.0
 CATEGORIES=	news
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
 
@@ -14,7 +14,7 @@
 LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2 \
 		sigc-2:${PORTSDIR}/devel/libsigc++20
 
-USES=		gmake pkgconfig
+USES=		pkgconfig
 USE_RC_SUBR=	nzbget
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LOCALBASE="${LOCALBASE}"
@@ -29,6 +29,8 @@
 OPTIONS_SINGLE_TLSLIB=	GNUTLS OPENSSL
 OPTIONS_DEFAULT=	PAR GNUTLS
 
+CONFIGURE_ARGS+= --enable-sigchld-handler
+
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
Index: distinfo
===================================================================
--- distinfo	(revision 329963)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (nzbget-10.2.tar.gz) = c9b878744c162e7721ffc8b048a2e4550a8ed8da6e706ee4cbd026ed2d612ec2
-SIZE (nzbget-10.2.tar.gz) = 671808
+SHA256 (nzbget-11.0.tar.gz) = 27abacf6c604969dc987b7e50689caef22a65dbb1690b020b0c6d147ae123b3d
+SIZE (nzbget-11.0.tar.gz) = 694197

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310100658.r9A6wa4C010821>