From owner-svn-ports-head@freebsd.org Tue Jul 19 20:32:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED38DB9E239; Tue, 19 Jul 2016 20:32:10 +0000 (UTC) (envelope-from thierry@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 mx1.freebsd.org (Postfix) with ESMTPS id A0FB51D9D; Tue, 19 Jul 2016 20:32:10 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6JKW9f7055659; Tue, 19 Jul 2016 20:32:09 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6JKW9rX055655; Tue, 19 Jul 2016 20:32:09 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201607192032.u6JKW9rX055655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 19 Jul 2016 20:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418813 - head/math/gambit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 20:32:11 -0000 Author: thierry Date: Tue Jul 19 20:32:09 2016 New Revision: 418813 URL: https://svnweb.freebsd.org/changeset/ports/418813 Log: Upgrade to Gambit 15.1.0, the current stable version. Note: Gambit 16 is available, but this is the current research/development version. Modified: head/math/gambit/Makefile head/math/gambit/distinfo head/math/gambit/pkg-plist Modified: head/math/gambit/Makefile ============================================================================== --- head/math/gambit/Makefile Tue Jul 19 19:12:42 2016 (r418812) +++ head/math/gambit/Makefile Tue Jul 19 20:32:09 2016 (r418813) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gambit -PORTVERSION= 14.1.0 +PORTVERSION= 15.1.0 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION} @@ -17,7 +17,6 @@ USE_GNOME= gtk20 USE_WX= 3.0 USE_CXXSTD= c++11 WX_CONF_ARGS= absolute -WX_UNICODE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/math/gambit/distinfo ============================================================================== --- head/math/gambit/distinfo Tue Jul 19 19:12:42 2016 (r418812) +++ head/math/gambit/distinfo Tue Jul 19 20:32:09 2016 (r418813) @@ -1,2 +1,3 @@ -SHA256 (gambit-14.1.0.tar.gz) = 128d570fc20f3e78739408c0c0485e37df2f3e9485e81acfc0970b49d5b6d327 -SIZE (gambit-14.1.0.tar.gz) = 1702475 +TIMESTAMP = 1468957674 +SHA256 (gambit-15.1.0.tar.gz) = 5f71279666c0a6c3ee2196189ea95c0307e32c834d940ca633abd3a1ca757311 +SIZE (gambit-15.1.0.tar.gz) = 1773167 Modified: head/math/gambit/pkg-plist ============================================================================== --- head/math/gambit/pkg-plist Tue Jul 19 19:12:42 2016 (r418812) +++ head/math/gambit/pkg-plist Tue Jul 19 20:32:09 2016 (r418813) @@ -28,6 +28,7 @@ include/libgambit/behavitr.h include/libgambit/behavspt.h include/libgambit/dvector.h include/libgambit/dvector.imp +include/libgambit/function.h include/libgambit/game.h include/libgambit/gameagg.h include/libgambit/gamebagg.h @@ -44,10 +45,12 @@ include/libgambit/pvector.h include/libgambit/pvector.imp include/libgambit/rational.h include/libgambit/recarray.h +include/libgambit/shared_ptr.h include/libgambit/sqmatrix.h include/libgambit/sqmatrix.imp include/libgambit/stratitr.h include/libgambit/stratspt.h +include/libgambit/tinyxml.h include/libgambit/trie_map.h include/libgambit/trie_map.imp include/libgambit/vector.h