svn commit: r519830 - head/games/anki
Kai Knoblich
kai at FreeBSD.org
Wed Dec 11 19:26:20 UTC 2019
Author: kai
Date: Wed Dec 11 19:26:19 2019
New Revision: 519830
URL: https://svnweb.freebsd.org/changeset/ports/519830
Log:
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 at gundo.com> (based on)
MFH: 2019Q4
Added:
head/games/anki/pkg-message (contents, props changed)
Modified:
head/games/anki/Makefile
Modified: head/games/anki/Makefile
==============================================================================
--- head/games/anki/Makefile Wed Dec 11 19:25:33 2019 (r519829)
+++ head/games/anki/Makefile Wed Dec 11 19:26:19 2019 (r519830)
@@ -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
Added: head/games/anki/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/anki/pkg-message Wed Dec 11 19:26:19 2019 (r519830)
@@ -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
+}
+]
More information about the svn-ports-head
mailing list