Bug 272644

Summary: editors/omegaT: resurrect and upgrade to 6.0.0
Product: Ports & Packages Reporter: Thierry Thomas <thierry>
Component: Individual Port(s)Assignee: Rodrigo Osorio <rodrigo>
Status: Closed FIXED    
Severity: Affects Some People Flags: thierry: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Resurrect OmegaT
none
Upgrade to 6.0.0 none

Description Thierry Thomas freebsd_committer freebsd_triage 2023-07-21 18:12:17 UTC
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.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2023-07-21 18:13:03 UTC
Created attachment 243530 [details]
Upgrade to 6.0.0
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2023-07-21 21:46:32 UTC
Oh boy, this was the first port I submit as a maintainer.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-11-02 13:43:04 UTC
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(-)
Comment 4 Rodrigo Osorio freebsd_committer freebsd_triage 2023-11-02 13:45:51 UTC
Committed with minor changes, thanks