aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2017-05-12 03:20:51 +0800
committerfeld <feld@FreeBSD.org>2017-05-12 03:20:51 +0800
commit9770f220677e6fa928e9575e76d66bdfc23e1dcb (patch)
tree2f5f63b02557a5c061b6a87bc23d2135e213143e /news
parentd441ce025db9c561b2dca3613356cdf7c4fc4a29 (diff)
downloadfreebsd-ports-gnome-9770f220677e6fa928e9575e76d66bdfc23e1dcb.tar.gz
freebsd-ports-gnome-9770f220677e6fa928e9575e76d66bdfc23e1dcb.tar.zst
freebsd-ports-gnome-9770f220677e6fa928e9575e76d66bdfc23e1dcb.zip
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)
Diffstat (limited to 'news')
-rw-r--r--news/nzbget/Makefile25
-rw-r--r--news/nzbget/distinfo6
2 files changed, 12 insertions, 19 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile
index c57d8ddbce49..cbae776e69fc 100644
--- a/news/nzbget/Makefile
+++ b/news/nzbget/Makefile
@@ -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")
diff --git a/news/nzbget/distinfo b/news/nzbget/distinfo
index 8ac76609e499..d43c7c0ce9a4 100644
--- a/news/nzbget/distinfo
+++ b/news/nzbget/distinfo
@@ -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