diff options
author | gahr <gahr@FreeBSD.org> | 2013-08-08 18:17:03 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-08-08 18:17:03 +0800 |
commit | 7676488b8c2154375d36600665d52c2f1da0a8fa (patch) | |
tree | 7e8f48a4ed0a633cf011a21add3052b999ca96f6 /math | |
parent | f15438753b83f3527cf80d68b90559211a82eda9 (diff) | |
download | freebsd-ports-gnome-7676488b8c2154375d36600665d52c2f1da0a8fa.tar.gz freebsd-ports-gnome-7676488b8c2154375d36600665d52c2f1da0a8fa.tar.zst freebsd-ports-gnome-7676488b8c2154375d36600665d52c2f1da0a8fa.zip |
- Update to 13.0.2
- Restrict wxGTK version to 2.8 (2.9 has a problem locating WX_CONFIG)
Diffstat (limited to 'math')
-rw-r--r-- | math/gambit/Makefile | 4 | ||||
-rw-r--r-- | math/gambit/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 65b3eb7bc61c..bace5cb1d77e 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -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 computation in game theory 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} diff --git a/math/gambit/distinfo b/math/gambit/distinfo index 61e3728d64bf..c6efeb47038e 100644 --- a/math/gambit/distinfo +++ b/math/gambit/distinfo @@ -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 |