Date: Sun, 3 Feb 2019 09:48:17 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492038 - head/news/nzbhydra2 Message-ID: <201902030948.x139mHPl054367@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Feb 3 09:48:17 2019 New Revision: 492038 URL: https://svnweb.freebsd.org/changeset/ports/492038 Log: news/nzbhydra2: update to 2.3.4 * Fix: Move cancel button in dialog shown while searching because you're all too slow to click it. * Fix: Prevent database trace file becoming too large * Fix: Keep less gclog files in the log folder Submitted by: Daniel Shafer <daniel shafer cc> Differential Revision: https://reviews.freebsd.org/D19069 Modified: head/news/nzbhydra2/Makefile head/news/nzbhydra2/distinfo Modified: head/news/nzbhydra2/Makefile ============================================================================== --- head/news/nzbhydra2/Makefile Sun Feb 3 09:45:43 2019 (r492037) +++ head/news/nzbhydra2/Makefile Sun Feb 3 09:48:17 2019 (r492038) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nzbhydra2 -DISTVERSION= 2.3.3 +DISTVERSION= 2.3.4 DISTVERSIONSUFFIX= -linux CATEGORIES= news java MASTER_SITES= https://github.com/theotherp/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -32,7 +32,7 @@ JAVA_RUN= yes USERS= nzbhydra2 GROUPS= nzbhydra2 -PLIST_FILES= ${DATADIR}/lib/core-2.3.3-exec.jar \ +PLIST_FILES= ${DATADIR}/lib/core-2.3.4-exec.jar \ ${DATADIR}/nzbhydra2 \ ${DATADIR}/nzbhydra2wrapper.py \ ${DATADIR}/changelog.md \ Modified: head/news/nzbhydra2/distinfo ============================================================================== --- head/news/nzbhydra2/distinfo Sun Feb 3 09:45:43 2019 (r492037) +++ head/news/nzbhydra2/distinfo Sun Feb 3 09:48:17 2019 (r492038) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548790229 -SHA256 (nzbhydra2-2.3.3-linux.zip) = 899981bccab23828bfc95590c22386261556271323f1810f73aecdeaf014a62f -SIZE (nzbhydra2-2.3.3-linux.zip) = 61623948 +TIMESTAMP = 1549150850 +SHA256 (nzbhydra2-2.3.4-linux.zip) = 4c999d26886531ddba66d7c8e656da3fba50476abd722d8823d3cd128d8d5132 +SIZE (nzbhydra2-2.3.4-linux.zip) = 61624259
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902030948.x139mHPl054367>