svn commit: r479580 - head/sysutils/javaservicewrapper
Johannes M Dieterich
jmd at FreeBSD.org
Wed Sep 12 02:09:46 UTC 2018
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 at siemens.com (new maintainer)
Approved by: mike.jakubik at 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 at gmail.com
+MAINTAINER= michael.osipov at 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
More information about the svn-ports-all
mailing list