diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-21 17:54:46 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-21 17:54:46 +0800 |
commit | 0d8b37dcfa4394de27943aac9817ca275ca1701d (patch) | |
tree | e782376895e6fa7c76f2978302fd3eea41d5e911 /java/eclipse-sqlexplorer | |
parent | 9a235821faabf094545d7c84e56331205da15a28 (diff) | |
download | freebsd-ports-gnome-0d8b37dcfa4394de27943aac9817ca275ca1701d.tar.gz freebsd-ports-gnome-0d8b37dcfa4394de27943aac9817ca275ca1701d.tar.zst freebsd-ports-gnome-0d8b37dcfa4394de27943aac9817ca275ca1701d.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-sqlexplorer')
-rw-r--r-- | java/eclipse-sqlexplorer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/eclipse-sqlexplorer/Makefile b/java/eclipse-sqlexplorer/Makefile index 5a606ca147c9..c528d5c3bf6c 100644 --- a/java/eclipse-sqlexplorer/Makefile +++ b/java/eclipse-sqlexplorer/Makefile @@ -13,6 +13,10 @@ DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org COMMENT= Visual database query tool for Eclipse +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= eclipse:${PORTSDIR}/java/eclipse \ eclipse-gef>0:${PORTSDIR}/java/eclipse-gef |