Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 02:09:45 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479580 - head/sysutils/javaservicewrapper
Message-ID:  <201809120209.w8C29jf9027852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmd
Date: Wed Sep 12 02:09:45 2018
New Revision: 479580
URL: https://svnweb.freebsd.org/changeset/ports/479580

Log:
  sysutils/javaservicewrapper: require at least Java8
  
  As discussed in bug 213081, javaservicewrapper does not build without Java8.
  As discussed in bug 230418, require Java8 since Ant also requires it.
  As discussed in bug 231128, hand over mainainership from old maintainer to new
  maintainer.
  
  PR:		230418 213081 231128
  Submitted by:	michael.osipov@siemens.com (new maintainer)
  Approved by:	mike.jakubik@gmail.com (old maintainer)

Modified:
  head/sysutils/javaservicewrapper/Makefile

Modified: head/sysutils/javaservicewrapper/Makefile
==============================================================================
--- head/sysutils/javaservicewrapper/Makefile	Wed Sep 12 01:57:12 2018	(r479579)
+++ head/sysutils/javaservicewrapper/Makefile	Wed Sep 12 02:09:45 2018	(r479580)
@@ -7,12 +7,12 @@ CATEGORIES=	sysutils java
 MASTER_SITES=	http://wrapper.tanukisoftware.com/download/${PORTVERSION}/
 DISTNAME=	wrapper_${PORTVERSION}_src
 
-MAINTAINER=	mike.jakubik@gmail.com
+MAINTAINER=	michael.osipov@siemens.com
 COMMENT=	Application to solve problems common to many Java applications
 
 ONLY_FOR_ARCHS=	i386 amd64
 
-USE_JAVA=	1.4+
+USE_JAVA=	1.8+
 USE_ANT=	yes
 USES=		gmake iconv
 



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