Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2019 11:42:06 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r520114 - branches/2019Q4/games/anki
Message-ID:  <201912141142.xBEBg6QC046201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sat Dec 14 11:42:06 2019
New Revision: 520114
URL: https://svnweb.freebsd.org/changeset/ports/520114

Log:
  MFH: r519830
  
  games/anki: Add pkg-message with installation instructions
  
  * Improve the user experience by adding a pkg-message which gives some
    advice that audio/lame needs to be installed manually afterwards when
    installing from the official FreeBSD package repositories.
  
  * Bump PORTREVISION to include the pkg-message.
  
  PR:		242528
  Submitted by:	PauAmma <pauamma@gundo.com> (based on)
  
  Approved by:	ports-secteam (joneum)

Added:
  branches/2019Q4/games/anki/pkg-message
     - copied unchanged from r519830, head/games/anki/pkg-message
Modified:
  branches/2019Q4/games/anki/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/games/anki/Makefile
==============================================================================
--- branches/2019Q4/games/anki/Makefile	Sat Dec 14 11:40:36 2019	(r520113)
+++ branches/2019Q4/games/anki/Makefile	Sat Dec 14 11:42:06 2019	(r520114)
@@ -3,6 +3,7 @@
 
 PORTNAME=	anki
 DISTVERSION=	2.1.15
+PORTREVISION=	1
 CATEGORIES=	games python
 MASTER_SITES=	https://apps.ankiweb.net/downloads/current/
 DISTNAME=	anki-${PORTVERSION}-source

Copied: branches/2019Q4/games/anki/pkg-message (from r519830, head/games/anki/pkg-message)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2019Q4/games/anki/pkg-message	Sat Dec 14 11:42:06 2019	(r520114, copy of r519830, head/games/anki/pkg-message)
@@ -0,0 +1,15 @@
+[
+{ type: install
+  message: <<EOM
+If games/anki was installed from the official FreeBSD package repository, an
+additional step is required to complete the installation.
+
+This is because the audio/lame port, which is also required by Anki, cannot be
+provided as a package due to an unclear legal situation about its distribution
+in binary form.
+
+To finish the installation, install audio/lame from either ports or a local
+package repository and set it afterwards as automatic via "pkg set -A1 lame".
+EOM
+}
+]



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