Bug 272644 - editors/omegaT: resurrect and upgrade to 6.0.0
Summary: editors/omegaT: resurrect and upgrade to 6.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-21 18:12 UTC by Thierry Thomas
Modified: 2023-11-02 13:45 UTC (History)
0 users

See Also:
thierry: maintainer-feedback+


Attachments
Resurrect OmegaT (94.17 KB, patch)
2023-07-21 18:12 UTC, Thierry Thomas
no flags Details | Diff
Upgrade to 6.0.0 (116.22 KB, patch)
2023-07-21 18:13 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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