diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-21 09:54:46 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-21 09:54:46 +0000 |
commit | 0d8b37dcfa4394de27943aac9817ca275ca1701d (patch) | |
tree | e782376895e6fa7c76f2978302fd3eea41d5e911 /java/eclipse-examples | |
parent | Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error. (diff) |
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-examples')
-rw-r--r-- | java/eclipse-examples/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/eclipse-examples/Makefile b/java/eclipse-examples/Makefile index 870a7ea3552d..8849f9c1f535 100644 --- a/java/eclipse-examples/Makefile +++ b/java/eclipse-examples/Makefile @@ -14,6 +14,10 @@ DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org COMMENT= Examples for the Eclipse IDE +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 USES= zip |