diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2024-12-04 08:05:54 +0200 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2024-12-04 14:49:38 +0200 |
commit | 5b3fe84d3dc8ae344ff562d2ee38058f1db38e7b (patch) | |
tree | 1131ab686145c66ccf723ffdbcc4f66d05264266 | |
parent | textproc/apache-solr: update to 9.7.0 (diff) |
textproc/apache-solr8: mark as deprecated
Update to solr version 9 textproc/apache-solr
-rw-r--r-- | textproc/apache-solr8/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/apache-solr8/Makefile b/textproc/apache-solr8/Makefile index 9b987db17016..64700571d838 100644 --- a/textproc/apache-solr8/Makefile +++ b/textproc/apache-solr8/Makefile @@ -13,6 +13,9 @@ WWW= https://lucene.apache.org/solr/ LICENSE= APACHE20 +DEPRECATED= Deprecated upstream 2024-10-25, upgrade to version 9 in textproc/apache-solr instead +EXPIRATION_DATE= 2024-12-24 + RUN_DEPENDS= bash:shells/bash USES= cpe tar:tgz |