aboutsummaryrefslogtreecommitdiff
path: root/games/pysolfc/pkg-message
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2024-04-06 11:43:00 +0000
committerKai Knoblich <kai@FreeBSD.org>2024-04-06 11:44:03 +0000
commit22d9d5b4853e3c2104fc73cf14ef705531803cbe (patch)
tree9dd780e899c57fc879b7a06d0ddb2ac785d3c6ab /games/pysolfc/pkg-message
parent707ad76720184dfe10bf6aa4815ded75a2a54934 (diff)
downloadports-22d9d5b4853e3c2104fc73cf14ef705531803cbe.tar.gz
ports-22d9d5b4853e3c2104fc73cf14ef705531803cbe.zip
games/pysolfc: Update to 3.0.0
* Update the installation/upgrade instructions in the pkg-message regarding the games/pysolfc-cardsets port, which has now been in the FreeBSD ports tree for some time and can be installed if further cardsets are to be used. Changelog: https://github.com/shlomif/PySolFC/blob/pysolfc-3.0.0/NEWS.asciidoc
Diffstat (limited to 'games/pysolfc/pkg-message')
-rw-r--r--games/pysolfc/pkg-message18
1 files changed, 12 insertions, 6 deletions
diff --git a/games/pysolfc/pkg-message b/games/pysolfc/pkg-message
index bf0feec03850..cda6208222bf 100644
--- a/games/pysolfc/pkg-message
+++ b/games/pysolfc/pkg-message
@@ -2,12 +2,8 @@
{ type: install
message: <<EOD
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://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/
+like to install more cardsets, please take a look at the games/pysolfc-cardsets
+port.
EOD
}
{ type: upgrade
@@ -48,4 +44,14 @@ $ cp -r PySolFC-Cardsets-2.1/cardset-* ~/.PySolFC/cardsets/
$ rm -r ~/.PySolFC/cardsets.bak
EOD
}
+{ type: upgrade
+ maximum_version: 3.0.0
+ message: <<EOD
+Additional cardsets are now also available via the games/pysolfc-cardsets
+port in the FreeBSD ports tree.
+
+A manual installation of the additional cardsets via several steps, as
+described a while ago, should therefore no longer be necessary.
+EOD
+}
]