diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-21 14:25:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-21 14:25:23 +0800 |
commit | 0841b6353f4353d4021e3208f63a65382cb0a2e5 (patch) | |
tree | 16c36f6f5ccce36f17a41da40f10271a9e9afc44 /java/eclipse/Makefile | |
parent | e71bb7dc0a16f76a76d68d44c8941f64fbe1b97b (diff) | |
download | freebsd-ports-gnome-0841b6353f4353d4021e3208f63a65382cb0a2e5.tar.gz freebsd-ports-gnome-0841b6353f4353d4021e3208f63a65382cb0a2e5.tar.zst freebsd-ports-gnome-0841b6353f4353d4021e3208f63a65382cb0a2e5.zip |
Per request of Michael Zhilin on freebsd-java@, extend the expiration
a bit while a proper fix is being worked on.
Diffstat (limited to 'java/eclipse/Makefile')
-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 |