Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 01:01:35 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514109 - head/news/nzbhydra2
Message-ID:  <201910090101.x9911Z7r011942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Wed Oct  9 01:01:35 2019
New Revision: 514109
URL: https://svnweb.freebsd.org/changeset/ports/514109

Log:
  * Update to 2.7.2
  * Use DISTVERSION in the packing list
  * Update JAVA_VERSION to not use deprecated versions
  
  PR:		241108
  Submitted by:	Daniel Shafer <daniel@shafer.cc> (maintainer)

Modified:
  head/news/nzbhydra2/Makefile
  head/news/nzbhydra2/distinfo

Modified: head/news/nzbhydra2/Makefile
==============================================================================
--- head/news/nzbhydra2/Makefile	Wed Oct  9 00:55:26 2019	(r514108)
+++ head/news/nzbhydra2/Makefile	Wed Oct  9 01:01:35 2019	(r514109)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nzbhydra2
-DISTVERSION=	2.6.2
+DISTVERSION=	2.7.2
 DISTVERSIONSUFFIX=	-linux
 CATEGORIES=	news java
 MASTER_SITES=	https://github.com/theotherp/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -25,14 +25,14 @@ SUB_FILES=	nzbhydra2 nzbhydra2wrapper.py
 SUB_LIST=	PYTHON_CMD=${PYTHON_CMD} \
 		JAVA=${JAVA}
 
-JAVA_VERSION=	1.8 1.9 1.10 1.11
+JAVA_VERSION=	8+
 JAVA_VENDOR=	openjdk
 JAVA_RUN=	yes
 
 USERS=		nzbhydra2
 GROUPS=		nzbhydra2
 
-PLIST_FILES=	${DATADIR}/lib/core-2.6.2-exec.jar \
+PLIST_FILES=	${DATADIR}/lib/core-${DISTVERSION}-exec.jar \
 		${DATADIR}/nzbhydra2 \
 		${DATADIR}/nzbhydra2wrapper.py \
 		${DATADIR}/changelog.md \

Modified: head/news/nzbhydra2/distinfo
==============================================================================
--- head/news/nzbhydra2/distinfo	Wed Oct  9 00:55:26 2019	(r514108)
+++ head/news/nzbhydra2/distinfo	Wed Oct  9 01:01:35 2019	(r514109)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557086555
-SHA256 (nzbhydra2-2.6.2-linux.zip) = c25c893e064509f74bcb2b4861790773497412b83a7e39794bfdf2f6674d5101
-SIZE (nzbhydra2-2.6.2-linux.zip) = 71193980
+TIMESTAMP = 1570424554
+SHA256 (nzbhydra2-2.7.2-linux.zip) = 863823651eb2b949ec12476e62d34d8d600563bc651b13f52bea9d783b80f3d9
+SIZE (nzbhydra2-2.7.2-linux.zip) = 71191941



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