FYI. There was a post on eclipse@ that had asked for this. I hope you don't mind.
I'm also going to rearrange things to appease portlint (I generally do this along with all the tier-2 changes I do). mcl ----- Forwarded message from Mark Linimon <[email protected]> ----- Date: Thu, 21 Mar 2019 06:25:23 +0000 (UTC) From: Mark Linimon <[email protected]> To: [email protected], [email protected], [email protected] Subject: svn commit: r496419 - head/java/eclipse 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 ----- End forwarded message ----- _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-eclipse To unsubscribe, send any mail to "[email protected]"
