svn commit: r496419 - head/java/eclipse

Mark Linimon linimon at FreeBSD.org
Thu Mar 21 06:25:24 UTC 2019


Author: linimon
Date: Thu Mar 21 06:25:23 2019
New Revision: 496419
URL: https://svnweb.freebsd.org/changeset/ports/496419

Log:
  Per request of Michael Zhilin on freebsd-java@, extend the expiration
  a bit while a proper fix is being worked on.

Modified:
  head/java/eclipse/Makefile

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Thu Mar 21 06:17:51 2019	(r496418)
+++ head/java/eclipse/Makefile	Thu Mar 21 06:25:23 2019	(r496419)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libwebkitgtk-1.0.so:www/webkit-gtk2
 
 DEPRECATED=	Uses webkit-gtk2 which has security issues
-EXPIRATION_DATE=2019-03-24
+EXPIRATION_DATE=2019-04-30
 
 ONLY_FOR_ARCHS=	i386 amd64
 CONFLICTS_INSTALL=	eclipse


More information about the svn-ports-all mailing list