diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-21 06:25:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-21 06:25:23 +0000 |
commit | 5511e9ec39016138ff38d76cd0f53a314216dc40 (patch) | |
tree | 16c36f6f5ccce36f17a41da40f10271a9e9afc44 | |
parent | science/erkale: Update g20190118 -> g20190318 (diff) |
Per request of Michael Zhilin on freebsd-java@, extend the expiration
a bit while a proper fix is being worked on.
Notes
Notes:
svn path=/head/; revision=496419
-rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 8f31e13f9b63..8c5b12d07e3a 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -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 |