Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 23:56:14 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559891 - head/games/blinken
Message-ID:  <202101012356.101NuE0D017730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Fri Jan  1 23:56:13 2021
New Revision: 559891
URL: https://svnweb.freebsd.org/changeset/ports/559891

Log:
  Massage games/blinken
  
  This game needs sound (it is a variant of "Simon Says"), so remind
  people in the install message that sound is needed.
  
  While here, update the WWW link
  
  PR:		251628
  Reported by:	Paul Dufresne

Added:
  head/games/blinken/pkg-message   (contents, props changed)
Modified:
  head/games/blinken/Makefile
  head/games/blinken/pkg-descr

Modified: head/games/blinken/Makefile
==============================================================================
--- head/games/blinken/Makefile	Fri Jan  1 23:51:48 2021	(r559890)
+++ head/games/blinken/Makefile	Fri Jan  1 23:56:13 2021	(r559891)
@@ -2,10 +2,11 @@
 
 PORTNAME=	blinken
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	games kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Memory enhancement game for KDE
+COMMENT=	Memory enhancement game
 
 USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
 USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \

Modified: head/games/blinken/pkg-descr
==============================================================================
--- head/games/blinken/pkg-descr	Fri Jan  1 23:51:48 2021	(r559890)
+++ head/games/blinken/pkg-descr	Fri Jan  1 23:56:13 2021	(r559891)
@@ -4,4 +4,4 @@ Follow the pattern of sounds and lights as long as you
 start game button to begin. Watch the computer and copy the pattern it
 makes. Complete the sequence in the right order to win.
 
-WWW: http://edu.kde.org/blinken
+WWW: https://edu.kde.org/blinken/

Added: head/games/blinken/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/blinken/pkg-message	Fri Jan  1 23:56:13 2021	(r559891)
@@ -0,0 +1,10 @@
+[
+{ type: install
+  message: <<EOM
+To play Blinken you need sound. You must install a Phonon backend (just 
+once) to enable sound, one of:
+  multimedia/phonon-gstreamer
+  multimedia/phonon-vlc
+EOM
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101012356.101NuE0D017730>