Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2013 10:17:03 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324386 - head/math/gambit
Message-ID:  <201308081017.r78AH3gm003616@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Aug  8 10:17:03 2013
New Revision: 324386
URL: http://svnweb.freebsd.org/changeset/ports/324386

Log:
  - Update to 13.0.2
  - Restrict wxGTK version to 2.8 (2.9 has a problem locating WX_CONFIG)

Modified:
  head/math/gambit/Makefile
  head/math/gambit/distinfo

Modified: head/math/gambit/Makefile
==============================================================================
--- head/math/gambit/Makefile	Thu Aug  8 09:54:14 2013	(r324385)
+++ head/math/gambit/Makefile	Thu Aug  8 10:17:03 2013	(r324386)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gambit
-PORTVERSION=	13.0.1
+PORTVERSION=	13.0.2
 CATEGORIES=	math
 MASTER_SITES=	SF/gambit/${PORTNAME}13/${PORTVERSION}/
 
@@ -12,7 +12,7 @@ COMMENT=	A library of tools for doing co
 LICENSE=	GPLv2
 
 USE_GNOME=	gtk20
-USE_WX=		2.8+
+USE_WX=		2.8
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}

Modified: head/math/gambit/distinfo
==============================================================================
--- head/math/gambit/distinfo	Thu Aug  8 09:54:14 2013	(r324385)
+++ head/math/gambit/distinfo	Thu Aug  8 10:17:03 2013	(r324386)
@@ -1,2 +1,2 @@
-SHA256 (gambit-13.0.1.tar.gz) = b6475df56aa745584116d67e0e208ae9490fc62c122f2faff12e05cfc140afe5
-SIZE (gambit-13.0.1.tar.gz) = 1611216
+SHA256 (gambit-13.0.2.tar.gz) = 7233a17929e8845f1fa552181b9851076c4ba872f07cb51898b5207a2d89c490
+SIZE (gambit-13.0.2.tar.gz) = 1649304



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308081017.r78AH3gm003616>