Created attachment 243529 [details] Resurrect OmegaT The first patch is intended to resurrect the port: it must be committed with the option --no-verify to avoid the pre-commit hook. The second patch does the upgrade. Notes: - it does not build the port, but just install the pre-built JAR provided by upstream; - do not install the kaptain script, because the devel/kaptain has been deleted.
Created attachment 243530 [details] Upgrade to 6.0.0
Oh boy, this was the first port I submit as a maintainer.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3bbcc9393b2d1bcce084fa84be27d6ee530ccc91 commit 3bbcc9393b2d1bcce084fa84be27d6ee530ccc91 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2023-11-02 13:06:09 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2023-11-02 13:42:01 +0000 editors/omegaT: resurrect and upgrade to 6.0.0. Resurect and upgrade omegaT, a free translation memory tool PR: 272644 Reported by: thierry MOVED | 1 - editors/Makefile | 1 + editors/omegaT/Makefile (new) | 48 ++ editors/omegaT/distinfo (new) | 3 + editors/omegaT/pkg-descr (new) | 5 + editors/omegaT/pkg-plist (new) | 1621 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 1678 insertions(+), 1 deletion(-)
Committed with minor changes, thanks