Summary: | [PATCH] java/jakarta-bcel move to Apache and update to version 6.4.1 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pedro F. Giffuni <pfg> | ||||||||||
Component: | Individual Port(s) | Assignee: | freebsd-java (Nobody) <java> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | CC: | michael.osipov | ||||||||||
Priority: | --- | Keywords: | buildisok | ||||||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(java) |
||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Attachments: |
|
What is the purpose of maintaining this port at all? 99% of all users will request it from Maven Central anyway. (In reply to Michael Osipov from comment #1) Maven causes problems when building things in the cluster and packaging them. OTOH, nothing depends on this ports so there is little interest in maintaining it. In any case since we carry it, I'd rather prefer we carry a recent version rather than the old one. (In reply to Pedro F. Giffuni from comment #2) I did not mean to build it with Maven, but other consumers will reference BCEL through MAven Central. No one will manually handle the JAR. If no other port depends on it, don't put anymore effort into it, deprecate and remove by the end of the year. (In reply to Michael Osipov from comment #3) The decision to deprecate it is not mine to make: java@ is the maintainer. If the maintainer wants to deprecate it, I do request it is updated first to have an updated record in case it needs to be resurrected at a later time. Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/90747923 Created attachment 209807 [details]
solve conflict from openjdk6 removal.
Created attachment 210118 [details]
svn diff version with the directory move
Maintainer timeout?
A commit references this bug: Author: pfg Date: Tue Dec 24 00:36:35 UTC 2019 New revision: 520763 URL: https://svnweb.freebsd.org/changeset/ports/520763 Log: java/jakarta-bcel move to apache- and update to version 6.4.1 The ASF retired Jakarta on 2011 and now bcel is part of Apache Commons. PR: 241122 Approved by: thierry (mentor), Maintainer timeout (2+ months) Changes: head/MOVED head/java/Makefile head/java/apache-bcel/ head/java/apache-bcel/Makefile head/java/apache-bcel/distinfo head/java/apache-bcel/pkg-descr head/java/jakarta-bcel/ Created attachment 210509 [details]
Update Description
I now think it should have been renamed apache-commons-bcel instead of apache-bcel. At least the description should be updated. (In reply to Pedro F. Giffuni from comment #10) Correct. |
Created attachment 208159 [details] update diff (without moving yet the directory) The ASF retired Jakarta on 2011 and now bcel is part of Apache Commons. - Update to the latest version. - Change the prefix from jakarta- to apache-. This should involve renaming also the directory.