diff options
author | tz <tz@FreeBSD.org> | 2016-12-16 20:30:33 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-12-16 20:30:33 +0800 |
commit | f8bfce44d6ae60f1710f27aff451ee7ab6fcc688 (patch) | |
tree | 2ade2ec575cf54c0cb9651bfca6954cc12c8cd6f /news | |
parent | cfad3d77d4865636769029e8006b5e365ac6f178 (diff) | |
download | freebsd-ports-gnome-f8bfce44d6ae60f1710f27aff451ee7ab6fcc688.tar.gz freebsd-ports-gnome-f8bfce44d6ae60f1710f27aff451ee7ab6fcc688.tar.zst freebsd-ports-gnome-f8bfce44d6ae60f1710f27aff451ee7ab6fcc688.zip |
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)
Diffstat (limited to 'news')
-rw-r--r-- | news/nzbget/Makefile | 11 | ||||
-rw-r--r-- | news/nzbget/distinfo | 5 | ||||
-rw-r--r-- | news/nzbget/pkg-plist | 2 |
3 files changed, 12 insertions, 6 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index 5b22fdd15210..be558c49e983 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -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:security/gnutls \ 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 diff --git a/news/nzbget/distinfo b/news/nzbget/distinfo index 709e7babff73..8ac76609e499 100644 --- a/news/nzbget/distinfo +++ b/news/nzbget/distinfo @@ -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 diff --git a/news/nzbget/pkg-plist b/news/nzbget/pkg-plist index a7ee193b2fd9..092db15acdb5 100644 --- a/news/nzbget/pkg-plist +++ b/news/nzbget/pkg-plist @@ -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 |