Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Dec 2016 12:30:34 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428673 - head/news/nzbget
Message-ID:  <201612161230.uBGCUYs9080020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri Dec 16 12:30:33 2016
New Revision: 428673
URL: https://svnweb.freebsd.org/changeset/ports/428673

Log:
  news/nzbget: Update from 16.4 to 17.1
  
  Changelog: https://github.com/nzbget/nzbget/blob/v17.1/ChangeLog
  
  PR:           215191
  Submitted by: toxic@doobie.com (maintainer)
  Approved by:  mentors (implicit)

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

Modified: head/news/nzbget/Makefile
==============================================================================
--- head/news/nzbget/Makefile	Fri Dec 16 10:57:48 2016	(r428672)
+++ head/news/nzbget/Makefile	Fri Dec 16 12:30:33 2016	(r428673)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nzbget
-PORTVERSION=	16.4
-PORTREVISION=	3
+PORTVERSION=	17.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	news
 
@@ -14,7 +13,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
-USES=		ncurses pkgconfig shebangfix
+USES=		ncurses pkgconfig shebangfix compiler:c++14-lang
 USE_RC_SUBR=	nzbget
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libcurses-includes=${NCURSESINC} \
@@ -59,6 +58,12 @@ GNUTLS_LIB_DEPENDS=	libgnutls.so:securit
 CONFIGURE_ARGS+=	--disable-sigchld-handler
 .endif
 
+.if ${OSVERSION} < 1000500
+USE_GCC=		4.9+
+CONFIGURE_ENV+=		zlib_LIBS='-lz ' \
+			zlib_CFLAGS=' '
+.endif
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/nzbget.conf \
 		${STAGEDIR}${PREFIX}/etc/nzbget.conf.sample

Modified: head/news/nzbget/distinfo
==============================================================================
--- head/news/nzbget/distinfo	Fri Dec 16 10:57:48 2016	(r428672)
+++ head/news/nzbget/distinfo	Fri Dec 16 12:30:33 2016	(r428673)
@@ -1,2 +1,3 @@
-SHA256 (nzbget-nzbget-v16.4_GH0.tar.gz) = 07229ee57a1dd16d154c949708f6632e92b92a9fb8a651867c915da81ca81af6
-SIZE (nzbget-nzbget-v16.4_GH0.tar.gz) = 1591305
+TIMESTAMP = 1480399881
+SHA256 (nzbget-nzbget-v17.1_GH0.tar.gz) = fdc3092e072966d895af9558a2331c6de446445e6dcdd6fca25c1fb6f905ac4f
+SIZE (nzbget-nzbget-v17.1_GH0.tar.gz) = 1612896

Modified: head/news/nzbget/pkg-plist
==============================================================================
--- head/news/nzbget/pkg-plist	Fri Dec 16 10:57:48 2016	(r428672)
+++ head/news/nzbget/pkg-plist	Fri Dec 16 12:30:33 2016	(r428673)
@@ -1,7 +1,7 @@
 bin/nzbget
 @sample etc/nzbget.conf.sample
 @comment %%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+@comment %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%DATADIR%%/nzbget.conf



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