diff options
author | marino <marino@FreeBSD.org> | 2015-03-21 17:54:46 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-21 17:54:46 +0800 |
commit | 2736f4b58a6a6f00e408350b59b67730e8e287f0 (patch) | |
tree | e782376895e6fa7c76f2978302fd3eea41d5e911 /java/eclipse-aptana | |
parent | e60c1eb4eedff6ece7eb11b04ab77219495aaa02 (diff) | |
download | freebsd-ports-gnome-2736f4b58a6a6f00e408350b59b67730e8e287f0.tar.gz freebsd-ports-gnome-2736f4b58a6a6f00e408350b59b67730e8e287f0.tar.zst freebsd-ports-gnome-2736f4b58a6a6f00e408350b59b67730e8e287f0.zip |
eclipse plugins: Deprecate 25 for removal, ignore 1 to be updated
Removal scheduled 4 weeks into the future on April 18.
PR: 195985
Submitted by: Jimmy Kelley (eclipse maintainer)
Reason: by-product of upcoming eclipse upgrade
Diffstat (limited to 'java/eclipse-aptana')
-rw-r--r-- | java/eclipse-aptana/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/eclipse-aptana/Makefile b/java/eclipse-aptana/Makefile index e2915a526131..3940a2e496a5 100644 --- a/java/eclipse-aptana/Makefile +++ b/java/eclipse-aptana/Makefile @@ -13,6 +13,10 @@ DISTNAME= aptana_update_${PORTVERSION:E} MAINTAINER= nivit@FreeBSD.org COMMENT= Aptana Web Development Tools (Eclipse plugin) +BROKEN= plugin is obsolete or malfunctioning with latest eclipse +DEPRECATED= evaluation recommendation is to remove rather than update +EXPIRATION_DATE= 2015-04-18 + RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse CONFLICTS_INSTALL= eclipse-aptana-[2-9]* |