starfighter: update to starfighter-2.3.3

Announcements:

Project: Starfighter 2.3.3

Another small bugfix! This one only has a couple of small changes:

 * Removed some ableism from the dialog.
 * Replaced the SF_NOWARN variable with the SF_WARN variable, meaning that
   compilation will work as expected on GCC versions older than 8 without
   requiring a special argument.
 * Removed use of wildcards in the Autotools stuff, which Autotools doesn't
   properly support.

Project: Starfighter 2.3.2

This new release was prompted by contributors. So to those who have
contributed, thank you! This is a bugfix release, so nothing too too
exciting, it's not insignificant. Of note, this release features the
following fixes compared to version 2.3.1:

 * Fixed some spelling errors.
 * Replaced use of AUDIO_S16 with the correct AUDIO_S16SYS; the effect
   of this is that the old definition could potentially cause sound
   distortions depending on the platform which shouldn't happen anymore.
 * Replaced use of "stupid" in some dialog with "foolish", since we've been
   trying to avoid careless sanist rhetoric in projects we manage recently.
   "Foolish" is a more neutral term that doesn't carry any negative
   connotations toward mentally disabled people.
 * Updated the starfighter.desktop file to be more complete.
 * Fixed leftover links to the old website.
 * Added a manfile, based on one written by a Debian contributor.
This commit is contained in:
Yorick Hardy 2020-09-27 11:25:59 +02:00
parent 79ee5afb21
commit e02f7e2444
4 changed files with 23 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD$
DISTNAME= starfighter-2.3.1
DISTNAME= starfighter-2.3.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=pr-starfighter/}
GITHUB_TAG= v2.3.1
GITHUB_TAG= v2.3.3
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pr-starfighter.github.io/

View File

@ -1,5 +1,6 @@
@comment $NetBSD$
bin/starfighter
man/man6/starfighter.6
share/applications/starfighter.desktop
share/doc/starfighter/COPYING
share/doc/starfighter/LICENSES

View File

@ -1,6 +1,7 @@
$NetBSD$
SHA1 (starfighter-2.3.1.tar.gz) = a7e0cb3830091e1d02c76da4353a058870160a21
RMD160 (starfighter-2.3.1.tar.gz) = bdb0f059194669889fbd41a1a6fbc62c9420fbaf
SHA512 (starfighter-2.3.1.tar.gz) = e24ad1f3485aa0851cbec8e386e9793eb08ba778f9e9c6c7b532944a70a1a8394fba48f5836c1337afd69eda8e1c64735adeb16de319f26a418aae4a905e436f
Size (starfighter-2.3.1.tar.gz) = 50187625 bytes
SHA1 (starfighter-2.3.3.tar.gz) = a7889260006167bc8145443b1d363f007d29bed7
RMD160 (starfighter-2.3.3.tar.gz) = 078486ce113bd7d5d2dbcf7f1081b3b164edc74d
SHA512 (starfighter-2.3.3.tar.gz) = 17cc74d7e17e7efcda366a882f4094c02132bad67730beb7e6644469b79226fe37001e0dafde964960d2b9e99e460de1b103f41017e4ceef2663468e75e1520e
Size (starfighter-2.3.3.tar.gz) = 50190857 bytes
SHA1 (patch-sound_Makefile.am) = fbbc22398f227402bee9ae3dffde8a6243e06937

View File

@ -0,0 +1,15 @@
$NetBSD$
Install sound files where it is expected.
--- sound/Makefile.am.orig 2020-09-20 16:14:06.000000000 +0000
+++ sound/Makefile.am
@@ -3,7 +3,7 @@
# http://creativecommons.org/publicdomain/zero/1.0/ for more
# information. This file is offered as-is, without any warranty.
-sounddir = $(pkgdatadir)/music
+sounddir = $(pkgdatadir)/sound
nobase_dist_sound_DATA = \
beamLaser.ogg \