Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2017 19:20:51 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440647 - head/news/nzbget
Message-ID:  <201705111920.v4BJKp0v090234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu May 11 19:20:51 2017
New Revision: 440647
URL: https://svnweb.freebsd.org/changeset/ports/440647

Log:
  news/nzbget: Update to 18.1
  
  - Remove GnuTLS as an option and use OpenSSL by default. GnuTLS has not
  been working correctly for several releases.
  - Alpha sort USES
  
  PR:		219206
  Approved by:	maintainer (private email)

Modified:
  head/news/nzbget/Makefile
  head/news/nzbget/distinfo

Modified: head/news/nzbget/Makefile
==============================================================================
--- head/news/nzbget/Makefile	Thu May 11 18:48:22 2017	(r440646)
+++ head/news/nzbget/Makefile	Thu May 11 19:20:51 2017	(r440647)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	nzbget
-PORTVERSION=	17.1
+PORTVERSION=	18.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
+PORTREVISION=	0
 CATEGORIES=	news
 
 MAINTAINER=	toxic@doobie.com
@@ -14,11 +14,15 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
-USES=		ncurses pkgconfig shebangfix compiler:c++14-lang
+USES=		compiler:c++14-lang ncurses pkgconfig shebangfix ssl
 USE_RC_SUBR=	nzbget
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libcurses-includes=${NCURSESINC} \
-		--with-libcurses-libraries=${NCURSESLIB}
+		--with-libcurses-libraries=${NCURSESLIB} \
+		--with-tlslib=OpenSSL \
+		--with-openssl-includes=${OPENSSLINC} \
+		--with-openssl-libraries=${OPENSSLLIB}
+
 CONFIGURE_ENV=	LOCALBASE="${LOCALBASE}"
 MAKE_JOBS_UNSAFE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -31,9 +35,7 @@ SUB_FILES=	pkg-message
 USE_GITHUB=	yes
 
 OPTIONS_DEFINE=	7Z PYTHON RAR DOCS
-OPTIONS_SINGLE=	TLSLIB
-OPTIONS_SINGLE_TLSLIB=	GNUTLS OPENSSL
-OPTIONS_DEFAULT=	OPENSSL PAR PYTHON RAR 7Z
+OPTIONS_DEFAULT=	PAR PYTHON RAR 7Z
 7Z_DESC=	Support extraction of 7z archives
 PYTHON_DESC=	Support for python post-processing scripts
 RAR_DESC=	Support extraction of rar archives
@@ -44,15 +46,6 @@ PYTHON_USES=		python:run
 
 RAR_RUN_DEPENDS=	unrar:archivers/unrar
 
-OPENSSL_CONFIGURE_ON=	--with-tlslib=OpenSSL \
-			--with-openssl-includes=${OPENSSLINC} \
-			--with-openssl-libraries=${OPENSSLLIB}
-OPENSSL_USES=		ssl
-
-GNUTLS_CONFIGURE_ON=	--with-tlslib=GnuTLS
-GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls \
-			libgcrypt.so:security/libgcrypt
-
 .include <bsd.port.options.mk>
 
 .if (${ARCH} == "i386")

Modified: head/news/nzbget/distinfo
==============================================================================
--- head/news/nzbget/distinfo	Thu May 11 18:48:22 2017	(r440646)
+++ head/news/nzbget/distinfo	Thu May 11 19:20:51 2017	(r440647)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480399881
-SHA256 (nzbget-nzbget-v17.1_GH0.tar.gz) = fdc3092e072966d895af9558a2331c6de446445e6dcdd6fca25c1fb6f905ac4f
-SIZE (nzbget-nzbget-v17.1_GH0.tar.gz) = 1612896
+TIMESTAMP = 1494516675
+SHA256 (nzbget-nzbget-v18.1_GH0.tar.gz) = a5d71e5d31cd4290ebdfd7c0450731f98d96abf628e7df15b221eac0e0aa1ca9
+SIZE (nzbget-nzbget-v18.1_GH0.tar.gz) = 1805678



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