git: 50d0f54972e6 - 2022Q3 - games/jumpy: update to 0.4.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Aug 2022 18:49:52 UTC
The branch 2022Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=50d0f54972e67d35cfd148957611f031c8930596 commit 50d0f54972e67d35cfd148957611f031c8930596 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-08-02 13:40:30 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-08-02 18:49:17 +0000 games/jumpy: update to 0.4.3 Changes: https://github.com/fishfight/jumpy/releases/tag/v0.4.3 Reported by: GitHub (watch releases) (cherry picked from commit e532466f8a1cd66d0261f148ac80a0b50d8e62b8) --- MOVED | 1 + games/Makefile | 2 +- games/{fishfight => jumpy}/Makefile | 7 +++---- games/{fishfight => jumpy}/distinfo | 6 +++--- games/{fishfight => jumpy}/files/patch-gilrs-evdev | 0 games/{fishfight => jumpy}/files/patch-miniquad | 0 games/{fishfight => jumpy}/files/patch-quad-snd | 0 games/{fishfight => jumpy}/pkg-descr | 6 +++--- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/MOVED b/MOVED index e9475c0edefc..b17be8580b91 100644 --- a/MOVED +++ b/MOVED @@ -17490,3 +17490,4 @@ irc/unreal||2022-07-01|Has expired: Very outdated, listed as end of life in 2016 sysutils/go-btfs||2022-07-01|Has expired: Requires go 1.15 sysutils/pesign||2022-07-01|Has expired: Unmaintaned since 2016, very much out of date, does not build with GCC 11 (PR #263544) misc/ngraph||2022-07-15|Software is discontinued because its developer Nervana Systems is defunct +games/fishfight|games/jumpy|2022-08-02|Project renamed diff --git a/games/Makefile b/games/Makefile index 005486c937be..b36b3ad98189 100644 --- a/games/Makefile +++ b/games/Makefile @@ -259,7 +259,6 @@ SUBDIR += fightorperish SUBDIR += fillets-ng SUBDIR += filters - SUBDIR += fishfight SUBDIR += fishsupper SUBDIR += five-or-more SUBDIR += fkiss @@ -416,6 +415,7 @@ SUBDIR += jtans SUBDIR += julius SUBDIR += jumpnbump + SUBDIR += jumpy SUBDIR += jutils SUBDIR += jvgs SUBDIR += jzip diff --git a/games/fishfight/Makefile b/games/jumpy/Makefile similarity index 97% rename from games/fishfight/Makefile rename to games/jumpy/Makefile index f48fc11dbcc3..944c42609e53 100644 --- a/games/fishfight/Makefile +++ b/games/jumpy/Makefile @@ -1,7 +1,6 @@ -PORTNAME= fishfight +PORTNAME= jumpy DISTVERSIONPREFIX= v -DISTVERSION= 0.4.2 -PORTREVISION= 3 +DISTVERSION= 0.4.3 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org @@ -19,7 +18,7 @@ USES= cargo gl localbase:ldflags xorg USE_GITHUB= yes USE_GL= gl USE_XORG= x11 xi -GH_PROJECT= jumpy +GH_ACCOUNT= fishfight PLIST_FILES= bin/${PORTNAME} PORTDATA= * diff --git a/games/fishfight/distinfo b/games/jumpy/distinfo similarity index 98% rename from games/fishfight/distinfo rename to games/jumpy/distinfo index a64133ef381f..fc6d416f5bd8 100644 --- a/games/fishfight/distinfo +++ b/games/jumpy/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1646395819 +TIMESTAMP = 1659447630 SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 SHA256 (rust/crates/ahash-0.4.7.crate) = 739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e @@ -211,5 +211,5 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (fishfight-fishsticks-95b45b717e427fb5fa1671f3bdf686d7270ad8a1_GH0.tar.gz) = 1ddea5417e7f8aa753545ff66edb2229e7ab33401b59d69c133c4de5988f476d SIZE (fishfight-fishsticks-95b45b717e427fb5fa1671f3bdf686d7270ad8a1_GH0.tar.gz) = 10170 -SHA256 (fishfight-jumpy-v0.4.2_GH0.tar.gz) = ad2f1b2f514c693e73fd59bb186f7d0800aab0bb9ee3314c7b315fa6a3c1e524 -SIZE (fishfight-jumpy-v0.4.2_GH0.tar.gz) = 37001164 +SHA256 (fishfight-jumpy-v0.4.3_GH0.tar.gz) = a271780ac77309b34adc6521c0133b1f828e29c0af0dca1cd69098ec584c6992 +SIZE (fishfight-jumpy-v0.4.3_GH0.tar.gz) = 37001761 diff --git a/games/fishfight/files/patch-gilrs-evdev b/games/jumpy/files/patch-gilrs-evdev similarity index 100% rename from games/fishfight/files/patch-gilrs-evdev rename to games/jumpy/files/patch-gilrs-evdev diff --git a/games/fishfight/files/patch-miniquad b/games/jumpy/files/patch-miniquad similarity index 100% rename from games/fishfight/files/patch-miniquad rename to games/jumpy/files/patch-miniquad diff --git a/games/fishfight/files/patch-quad-snd b/games/jumpy/files/patch-quad-snd similarity index 100% rename from games/fishfight/files/patch-quad-snd rename to games/jumpy/files/patch-quad-snd diff --git a/games/fishfight/pkg-descr b/games/jumpy/pkg-descr similarity index 66% rename from games/fishfight/pkg-descr rename to games/jumpy/pkg-descr index 6656529dc531..2f617e7c5ef9 100644 --- a/games/fishfight/pkg-descr +++ b/games/jumpy/pkg-descr @@ -1,6 +1,6 @@ -Fish Fight is a tactical 2D shooter, played by up to 4 players online -or on a shared screen. Aim either left or right; the rest is up to -clever movement and positioning in this fish-on-fish brawler! Made +Fish Fight: Jumpy is a tactical 2D shooter, played by up to 4 players +online or on a shared screen. Aim either left or right; the rest is up +to clever movement and positioning in this fish-on-fish brawler! Made with Rust-lang and Macroquad. ### Key Features (WIP)