svn commit: r527795 - head/java/openjfx8-devel

Tobias Kortkamp tobik at FreeBSD.org
Wed Mar 4 19:12:09 UTC 2020


Author: tobik
Date: Wed Mar  4 19:12:08 2020
New Revision: 527795
URL: https://svnweb.freebsd.org/changeset/ports/527795

Log:
  java/openjfx8-devel: Add an expiration date
  
  WEBKIT option requires Python 2.7 to build.  Patching in Python 3.x
  support is non-trivial.

Modified:
  head/java/openjfx8-devel/Makefile

Modified: head/java/openjfx8-devel/Makefile
==============================================================================
--- head/java/openjfx8-devel/Makefile	Wed Mar  4 19:04:26 2020	(r527794)
+++ head/java/openjfx8-devel/Makefile	Wed Mar  4 19:12:08 2020	(r527795)
@@ -17,6 +17,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 DEPRECATED=	No longer maintained upstream
+EXPIRATION_DATE=	2020-11-30
 ONLY_FOR_ARCHS=	amd64 i386
 
 BUILD_DEPENDS=	apache-ant>0:devel/apache-ant \


More information about the svn-ports-all mailing list