Date: Tue, 27 Apr 2010 18:25:41 GMT From: Jeff Burchell <toxic@doobie.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/146096: [maintainer] news/nzbget Update to 0.7.0. Message-ID: <201004271825.o3RIPfkU034607@www.freebsd.org> Resent-Message-ID: <201004271830.o3RIUAfI006375@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146096 >Category: ports >Synopsis: [maintainer] news/nzbget Update to 0.7.0. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 27 18:30:10 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Jeff Burchell >Release: 8.0-RELEASE-p2 >Organization: >Environment: FreeBSD gazania 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update nzbget to 0.7.0, released as stable on 26 April, 2010. - removed dependency on uulib. - added dependency on libsigc++20 - added options to choose between OpenSSL and GNUTLS for SSL support. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/news/nzbget/Makefile,v retrieving revision 1.14 diff -u -d -r1.14 Makefile --- Makefile 22 Aug 2009 00:32:23 -0000 1.14 +++ Makefile 27 Apr 2010 18:04:25 -0000 @@ -6,7 +6,7 @@ # PORTNAME= nzbget -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} @@ -14,7 +14,7 @@ COMMENT= A binary newsreader supporting NZB files LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - uu.3:${PORTSDIR}/converters/uulib + sigc-2:${PORTSDIR}/devel/libsigc++20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ @@ -23,6 +23,8 @@ USE_GMAKE= yes OPTIONS= PARCHECK "Enable autopar/parcheck (Requires libpar2)" On +OPTIONS+= TLSCHECK "Use GNUTLS for SSL" On +OPTIONS+= OSSLCHECK "Use OpenSSL for SSL" Off PLIST_FILES= bin/nzbget PORTDOCS= README @@ -37,6 +39,15 @@ LIB_DEPENDS+= par2:${PORTSDIR}/archivers/libpar2 .endif +.if defined (WITH_OSSLCHECK) +CONFIGURE_ARGS+= --with-tlslib=OpenSSL +.endif + +.if defined (WITH_TLSCHECK) +CONFIGURE_ARGS+= --with-tlslib=GnuTLS +LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/news/nzbget/distinfo,v retrieving revision 1.8 diff -u -d -r1.8 distinfo --- distinfo 23 Apr 2009 09:26:56 -0000 1.8 +++ distinfo 27 Apr 2010 18:04:25 -0000 @@ -1,3 +1,3 @@ -MD5 (nzbget-0.6.0.tar.gz) = eb95b3930abffb570e37af8d284c1f9d -SHA256 (nzbget-0.6.0.tar.gz) = b0bc8740db7ed9ea269b29e9a936cb2c4dd61a911b80b623fe18729b94de3030 -SIZE (nzbget-0.6.0.tar.gz) = 296298 +MD5 (nzbget-0.7.0.tar.gz) = 27971846aba75f5e312d80dce7edbc5d +SHA256 (nzbget-0.7.0.tar.gz) = b798bbcc9f6816b4e19a95f74df067440f7ad49e1c16a3f33f99bddf7916771e +SIZE (nzbget-0.7.0.tar.gz) = 316059 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004271825.o3RIPfkU034607>