Bug 261354 - games/dobutsu: update to 3
Summary: games/dobutsu: update to 3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/clausecker/dobutsu...
Keywords: easy
Depends on:
Blocks:
 
Reported: 2022-01-20 13:59 UTC by Robert Clausecker
Modified: 2022-01-24 11:24 UTC (History)
1 user (show)

See Also:


Attachments
games/dobutsu: update to 3 (3.88 KB, patch)
2022-01-20 13:59 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-01-20 13:59:35 UTC
Created attachment 231178 [details]
games/dobutsu: update to 3

Upstream changes:

 * remove bundled xz code and replace with liblzma
 * add i18n support and localise for de and lv
 * use pkg-config for dependency detection

Changelog:	https://github.com/clausecker/dobutsu/blob/master/CHANGES

Tested with Poudriere on i386 amd64 armv7 arm64 FreeBSD 13.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-24 11:20:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79464085c1abdb6ae2c52cf59f7b77add3b6741c

commit 79464085c1abdb6ae2c52cf59f7b77add3b6741c
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-01-21 06:57:29 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-01-24 11:18:03 +0000

    games/dobutsu: update to 3

    ChangeLog: https://github.com/clausecker/dobutsu/blob/master/CHANGES

    PR:     261354
    Reported by:    fuz@fuz.su (maintainer)

 games/dobutsu/Makefile                     |  7 +++----
 games/dobutsu/distinfo                     |  6 +++---
 games/dobutsu/files/patch-Makefile (new)   |  9 +++++++++
 games/dobutsu/files/patch-dobutsu.c (gone) | 12 ------------
 games/dobutsu/pkg-descr                    |  4 ++--
 games/dobutsu/pkg-plist                    |  3 +++
 6 files changed, 20 insertions(+), 21 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-24 11:24:02 UTC
Committed,

Thanks!