Index: head/math/gambit/Makefile =================================================================== --- head/math/gambit/Makefile (revision 474407) +++ head/math/gambit/Makefile (revision 474408) @@ -1,29 +1,28 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= gambit -PORTVERSION= 15.1.0 -PORTREVISION= 2 +DISTVERSION= 15.1.1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Library of tools for doing computation in game theory LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lib GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_WX= 3.0 USE_CXXSTD= c++11 WX_CONF_ARGS= absolute post-install: ${INSTALL_DATA} ${WRKSRC}/gambit.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/src/gui/bitmaps/gambit.xpm \ ${STAGEDIR}${PREFIX}/share/pixmaps .include Index: head/math/gambit/distinfo =================================================================== --- head/math/gambit/distinfo (revision 474407) +++ head/math/gambit/distinfo (revision 474408) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468957674 -SHA256 (gambit-15.1.0.tar.gz) = 5f71279666c0a6c3ee2196189ea95c0307e32c834d940ca633abd3a1ca757311 -SIZE (gambit-15.1.0.tar.gz) = 1773167 +TIMESTAMP = 1531253300 +SHA256 (gambit-15.1.1.tar.gz) = 7ede51739dc868242886815bb875307f5e11bb3789f22c546d3c83194fe75a1c +SIZE (gambit-15.1.1.tar.gz) = 1777714 Index: head/math/gambit/files/patch-src_tools_logit_logbehav.imp =================================================================== --- head/math/gambit/files/patch-src_tools_logit_logbehav.imp (revision 474407) +++ head/math/gambit/files/patch-src_tools_logit_logbehav.imp (nonexistent) @@ -1,11 +0,0 @@ ---- src/tools/logit/logbehav.imp.orig 2018-02-25 23:16:35 UTC -+++ src/tools/logit/logbehav.imp -@@ -269,7 +269,7 @@ void LogBehavProfile::GetPayoff(GameT - } - - if (node->children.Length()) { -- int pl = node->infoset->m_player->m_number, iset = node->infoset->m_number; -+ int pl = node->infoset->m_player->GetNumber(), iset = node->infoset->GetNumber(); // fixes the build problem, see https://github.com/gambitproject/gambit/issues/229 - if (pl == 0) { - // chance player - for (int act = 1; act <= node->NumChildren(); act++) { Property changes on: head/math/gambit/files/patch-src_tools_logit_logbehav.imp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property