svn commit: r324386 - head/math/gambit

Pietro Cerutti gahr at FreeBSD.org
Thu Aug 8 10:17:04 UTC 2013


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


More information about the svn-ports-head mailing list