diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-15 17:28:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-15 17:28:08 +0000 |
commit | 637b3d75f32e388a128f41aa2d3db1522511c43c (patch) | |
tree | da45bc610b895baaaec7e5627ae6fc549ed3528c /java | |
parent | www/wt: update to 4.1.1 (diff) |
Deprecate a few ports
Notes
Notes:
svn path=/head/; revision=512125
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-log4e/Makefile | 2 | ||||
-rw-r--r-- | java/eclipse-lomboz/Makefile | 2 | ||||
-rw-r--r-- | java/java-checkstyle/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/java/eclipse-log4e/Makefile b/java/eclipse-log4e/Makefile index 2ad9d269ba54..a09bdfd23713 100644 --- a/java/eclipse-log4e/Makefile +++ b/java/eclipse-log4e/Makefile @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Eclipse plugin to use logger easily in Java projects BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:java/eclipse diff --git a/java/eclipse-lomboz/Makefile b/java/eclipse-lomboz/Makefile index ec8ec7dfaae6..9ebf0e05e631 100644 --- a/java/eclipse-lomboz/Makefile +++ b/java/eclipse-lomboz/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= J2EE developer tool build as a plugin for the eclipse platform BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:java/eclipse diff --git a/java/java-checkstyle/Makefile b/java/java-checkstyle/Makefile index c42091b63c80..07cc0d43107e 100644 --- a/java/java-checkstyle/Makefile +++ b/java/java-checkstyle/Makefile @@ -15,6 +15,8 @@ LICENSE= LGPL21 APACHE20 LICENSE_COMB= dual BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 USE_JAVA= yes JAVA_VERSION= 1.6+ |