Date: Fri, 12 Apr 2019 21:50:49 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498766 - head/games/pysolfc Message-ID: <201904122150.x3CLonXA020802@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Fri Apr 12 21:50:49 2019 New Revision: 498766 URL: https://svnweb.freebsd.org/changeset/ports/498766 Log: 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) Modified: head/games/pysolfc/Makefile head/games/pysolfc/distinfo head/games/pysolfc/pkg-descr Modified: head/games/pysolfc/Makefile ============================================================================== --- head/games/pysolfc/Makefile Fri Apr 12 21:30:15 2019 (r498765) +++ head/games/pysolfc/Makefile Fri Apr 12 21:50:49 2019 (r498766) @@ -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}) Modified: head/games/pysolfc/distinfo ============================================================================== --- head/games/pysolfc/distinfo Fri Apr 12 21:30:15 2019 (r498765) +++ head/games/pysolfc/distinfo Fri Apr 12 21:50:49 2019 (r498766) @@ -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 Modified: head/games/pysolfc/pkg-descr ============================================================================== --- head/games/pysolfc/pkg-descr Fri Apr 12 21:30:15 2019 (r498765) +++ head/games/pysolfc/pkg-descr Fri Apr 12 21:50:49 2019 (r498766) @@ -4,4 +4,4 @@ tableau backgrounds, sound, unlimited undo, player sta 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904122150.x3CLonXA020802>