Date: Mon, 19 Aug 2019 17:19:26 +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: r509294 - head/devel/jna Message-ID: <201908191719.x7JHJQNN076290@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Mon Aug 19 17:19:26 2019 New Revision: 509294 URL: https://svnweb.freebsd.org/changeset/ports/509294 Log: . Update to 4.5.2 This is the final version of the 4.x series and a patch version bump. There is a 5.x series, but this likely needs to be moved to a jna4 port and the dependencies updated before doing so. I've done some light testing of elasticsearch6 with this without seeing any problems. . Add a JAVA_VERSION specification and restrict it to Java 8 This does not compile with Java 11. I haven't tried 6, 7, 9 or 10, but all of those are potentially going away soon, so it is kind of pointless to do so. Modified: head/devel/jna/Makefile head/devel/jna/distinfo (contents, props changed) Modified: head/devel/jna/Makefile ============================================================================== --- head/devel/jna/Makefile Mon Aug 19 17:10:57 2019 (r509293) +++ head/devel/jna/Makefile Mon Aug 19 17:19:26 2019 (r509294) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jna -PORTVERSION= 4.5.1 +PORTVERSION= 4.5.2 CATEGORIES= devel java MAINTAINER= ports@FreeBSD.org @@ -19,6 +19,7 @@ BROKEN_armv7= fails to compile: build.xml: compilatio USES= autoreconf:build gmake libtool USE_ANT= yes USE_JAVA= yes +JAVA_VERSION= 8 USE_XORG= x11 xt MAKE_ARGS= -DCC="${CC}" -DLD="${LD}" MAKE_ENV= ANT_OPTS=-Drelease -DARCH=${ANT_ARCH} Modified: head/devel/jna/distinfo ============================================================================== --- head/devel/jna/distinfo Mon Aug 19 17:10:57 2019 (r509293) +++ head/devel/jna/distinfo Mon Aug 19 17:19:26 2019 (r509294) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515501570 -SHA256 (java-native-access-jna-4.5.1_GH0.tar.gz) = a94dbcb194c35c5ecde6927893b987d7463c3fc5372914402c202db3e2fc377f -SIZE (java-native-access-jna-4.5.1_GH0.tar.gz) = 73024055 +TIMESTAMP = 1565977477 +SHA256 (java-native-access-jna-4.5.2_GH0.tar.gz) = 64c2bdcdbc12c71c04417aac7a25b271498b1bb10403c635c3f8b2df39fd953d +SIZE (java-native-access-jna-4.5.2_GH0.tar.gz) = 74735377
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908191719.x7JHJQNN076290>