aboutsummaryrefslogtreecommitdiff
path: root/games/pysolfc/pkg-message
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-05-14 04:41:09 +0000
committerKai Knoblich <kai@FreeBSD.org>2022-05-14 04:41:09 +0000
commit6e97fc35f68d643c2554f603e5d2f18ea25cb336 (patch)
tree1961fbe14a7d8f75d0c9a683566b75c125a97e08 /games/pysolfc/pkg-message
parent4c0dedf27c82d73b6c00a9f4633dde5c25a91e23 (diff)
downloadports-6e97fc35f68d643c2554f603e5d2f18ea25cb336.tar.gz
ports-6e97fc35f68d643c2554f603e5d2f18ea25cb336.zip
games/pysolfc: Update to 2.16.0
Changelog since 2.14.1: https://github.com/shlomif/PySolFC/blob/pysolfc-2.16.0/NEWS.asciidoc MFH: No (feature release)
Diffstat (limited to 'games/pysolfc/pkg-message')
-rw-r--r--games/pysolfc/pkg-message32
1 files changed, 29 insertions, 3 deletions
diff --git a/games/pysolfc/pkg-message b/games/pysolfc/pkg-message
index f3a3ef4ecafe..32648f49242d 100644
--- a/games/pysolfc/pkg-message
+++ b/games/pysolfc/pkg-message
@@ -4,10 +4,10 @@
Please note that only the default set of cards was installed. If you would
like to install more cardsets, please proceed as follows:
-$ fetch https://github.com/shlomif/PySolFC-Cardsets/archive/refs/tags/2.0.tar.gz
-$ tar xf 2.0.tar.gz
+$ fetch https://netcologne.dl.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.1/PySolFC-Cardsets-2.1.tar.bz2
+$ tar xf PySolFC-Cardsets-2.1.tar.bz2
$ mkdir -p ~/.PySolFC/cardsets
-$ cp -r PySolFC-Cardsets-2.0/cardsets* ~/.PySolFC/cardsets/
+$ cp -r PySolFC-Cardsets-2.1/cardset-* ~/.PySolFC/cardsets/
EOD
}
{ type: upgrade
@@ -22,4 +22,30 @@ $ tar xf 2.0.tar.gz
$ cp -r PySolFC-Cardsets-2.0/cardsets* ~/.PySolFC/cardsets/
EOD
}
+{ type: upgrade
+ maximum_version: 2.16.0
+ message: <<EOD
+Since PySolFC 2.16 a new high resolution default display was introduced. It
+uses high resolution cardsets and scaling to offer an improved look on larger
+monitors.
+
+Please note that the new high-resolution options will not override your
+currently selected options for existing users. If you want to use the new
+settings, you can delete or rename your options.cfg file.
+
+Also note that because of these changes, upgrading your version of PySolFC
+Cardsets is required even if you’re using the minimal package. If you are
+installing from pkg/ports, this will be handled automatically.
+
+If you're using the larger collection of cardsets, please use the following
+steps to upgrade your cardsets:
+
+$ mv ~/.PySolFC/cardsets ~/.PySolFC/cardsets.bak
+$ fetch https://netcologne.dl.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.1/PySolFC-Cardsets-2.1.tar.bz2
+$ tar xf PySolFC-Cardsets-2.1.tar.bz2
+$ mkdir -p ~/.PySolFC/cardsets
+$ cp -r PySolFC-Cardsets-2.1/cardset-* ~/.PySolFC/cardsets/
+$ rm -r ~/.PySolFC/cardsets.bak
+EOD
+}
]