From owner-svn-ports-all@freebsd.org Fri Apr 12 21:50:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B89C715873FF; Fri, 12 Apr 2019 21:50:50 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59B268EE04; Fri, 12 Apr 2019 21:50:50 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C2AB274FF; Fri, 12 Apr 2019 21:50:50 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3CLooRW020805; Fri, 12 Apr 2019 21:50:50 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3CLonXA020802; Fri, 12 Apr 2019 21:50:49 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201904122150.x3CLonXA020802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Fri, 12 Apr 2019 21:50:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498766 - head/games/pysolfc X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/games/pysolfc X-SVN-Commit-Revision: 498766 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 59B268EE04 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2019 21:50:51 -0000 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/