1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

games/pysolfc: Update to 2.6.3

While I'm here:
* Fix the symlink for "pysol01.png" by changing it from absolute to relative
  because source and target are both inside of ${PREFIX}.
* Update the WWW entry to save uneccessary redirects from HTTP to HTTPS.

Changelog since 2.4.0:

* Compatibility with Pillow 6.x
* Restore the "Save games geometry" feature
* Added a NEWS.asciidoc file
* Forbid illegal moves in Spider and some other variants
* Support for solving Golf using a solver
* Fixed a bug with cards that couldn't be moved or selected
* Ability to run the test suite without Python 2.x and/or pygtk
* Code cleanups

https://github.com/shlomif/PySolFC/blob/pysolfc-2.6.3/NEWS.asciidoc

Approved by:	mentors (implicit)
This commit is contained in:
Kai Knoblich 2019-04-12 21:50:49 +00:00
parent d554f1ce07
commit bac29828b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498766
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pysolfc
DISTVERSION= 2.4.0
DISTVERSION= 2.6.3
CATEGORIES= games python
MASTER_SITES= SF/${PORTNAME}/PySolFC/${PYSOLFCDIR} \
SF/${PORTNAME}/PySolFC-Cardsets/${CARDSETDIR}:cardsets
@ -89,7 +89,7 @@ post-patch-NLS-off:
${WRKSRC}/setup.py
post-install:
${LN} -s ${PREFIX}/share/icons/pysol01.png \
${RLN} ${STAGEDIR}${PREFIX}/share/icons/pysol01.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
(cd ${WRKDIR}/${CARDSETDIR} && \
${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1529843933
SHA256 (pysolfc/PySolFC-2.4.0.tar.xz) = 44693913d841ac3d766284fa98efc55dd6b5d7b82d3e32b93e94615a7f448c35
SIZE (pysolfc/PySolFC-2.4.0.tar.xz) = 3195544
TIMESTAMP = 1554972046
SHA256 (pysolfc/PySolFC-2.6.3.tar.xz) = 3246bc0a69565ba832844792a438063d493ee5fccac1865a1145e9ed421e5711
SIZE (pysolfc/PySolFC-2.6.3.tar.xz) = 3192304
SHA256 (pysolfc/PySolFC-Cardsets-2.0.tar.bz2) = c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7
SIZE (pysolfc/PySolFC-Cardsets-2.0.tar.bz2) = 30687905

View File

@ -4,4 +4,4 @@ tableau backgrounds, sound, unlimited undo, player statistics, a hint system,
demo games, a solitaire wizard, support for user written plug-ins, an
integrated HTML help browser, and lots of documentation.
WWW: http://pysolfc.sourceforge.net/
WWW: https://pysolfc.sourceforge.io/