diff options
author | pav <pav@FreeBSD.org> | 2009-12-19 22:43:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-19 22:43:00 +0800 |
commit | 8d37f62b3bbed50bcc7a89f85851283ba9e9477a (patch) | |
tree | 42e0abf413f93a58caddbf9f346f821cf51966da | |
parent | 816beb4b07397f836546955c2d2bc38f501b37d9 (diff) | |
download | freebsd-ports-gnome-8d37f62b3bbed50bcc7a89f85851283ba9e9477a.tar.gz freebsd-ports-gnome-8d37f62b3bbed50bcc7a89f85851283ba9e9477a.tar.zst freebsd-ports-gnome-8d37f62b3bbed50bcc7a89f85851283ba9e9477a.zip |
- Instead of updating for eclipse 3.4, mark for removal in one month
PR: ports/133417
Submitted by: Heiner Strauss <heiner_ej@yahoo.de>
-rw-r--r-- | java/eclipse-gef/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/eclipse-gef/Makefile b/java/eclipse-gef/Makefile index 0c61effb3638..eb4421003e76 100644 --- a/java/eclipse-gef/Makefile +++ b/java/eclipse-gef/Makefile @@ -19,6 +19,9 @@ COMMENT= Graphical Editing Framework for the Eclipse IDE RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse +DEPRECATED= This plugin can be installed from within eclipse via the updater +EXPIRATION_DATE=2010-01-19 + NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes |