Bug 260749 - games/vvvvvv: update to 2.3.6
Summary: games/vvvvvv: update to 2.3.6
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: Emmanuel Vadot
URL: https://github.com/TerryCavanagh/VVVV...
Keywords:
Depends on: 252371
Blocks:
  Show dependency treegraph
 
Reported: 2021-12-28 10:56 UTC by Robert Clausecker
Modified: 2022-01-13 15:33 UTC (History)
2 users (show)

See Also:
fuz: maintainer-feedback-


Attachments
games/vvvvvv: update to 2.3.6 (8.48 KB, patch)
2021-12-28 10:56 UTC, Robert Clausecker
fuz: maintainer-approval? (manu)
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 2021-12-28 10:56:12 UTC
Created attachment 230488 [details]
games/vvvvvv: update to 2.3.6

The game now comes in two flavours:

The commercial flavour is the regular game and requires the user to
supply his or her own copy of the data.zip file.

The makeandplay flavour is a free version of the game which doesn't
have come with the original levels, but ships player levels and
allows you to build your own.

Tested with Poudriere on i386 amd64 arm64 FreeBSD 13.
This update requires that the devel/sdl20 update from PR #252371 be committed first.

Before committing this update, carefully read the license and the license exceptions and confirm that shipping the data file for the makeandplay flavor is permitted.  I have also added a copyright message to pkg-message to comply more strictly with the terms of the license.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2022-01-13 15:17:38 UTC
Maintainer timeout
Comment 2 Emmanuel Vadot freebsd_committer freebsd_triage 2022-01-13 15:32:26 UTC
Sorry, forgot about this, done now.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-01-13 15:33:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=484170b797087d53205f432c055fc1790ad53bf3

commit 484170b797087d53205f432c055fc1790ad53bf3
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-12-28 10:15:39 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-01-13 15:31:41 +0000

    games/vvvvvv: update to 2.3.6

    The game now comes in two flavours:

    The commercial flavour is the regular game and requires the user to
    supply his or her own copy of the data.zip file.

    The makeandplay flavour is a free version of the game which doesn't
    have come with the original levels, but ships player levels and
    allows you to build your own.

    PR:     260749

 games/vvvvvv/Makefile                            | 52 ++++++++++++++++++------
 games/vvvvvv/distinfo                            |  8 ++--
 games/vvvvvv/files/patch-CMakeLists.txt (new)    | 11 +++++
 games/vvvvvv/files/patch-src_FileSystemUtils.cpp | 40 ++++++++++++------
 games/vvvvvv/files/patch-src_main.cpp (new)      | 11 +++++
 games/vvvvvv/files/pkg-message.in (new)          | 12 ++++++
 games/vvvvvv/pkg-descr                           |  9 +++-
 games/vvvvvv/pkg-message (gone)                  |  9 ----
 8 files changed, 112 insertions(+), 40 deletions(-)