diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-09 19:51:11 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-09 19:51:11 +0000 |
commit | 694cdca38e6e8230135c0455f47272958c86a634 (patch) | |
tree | a34c5485c1af06b1f585b223e19092669682d853 /math/geogebra | |
parent | textproc/groonga: Update version 5.1.0=>6.0.0 (diff) |
math/geogebra: 5.0.208.0 -> 5.0.212.0, change RUN_DEPENDS to USE_LINUX
Changes:
http://www.geogebra.org/wiki/en/Reference:Changelog_5.0
PR: 207852
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
Reported by: marino
Notes
Notes:
svn path=/head/; revision=410724
Diffstat (limited to 'math/geogebra')
-rw-r--r-- | math/geogebra/Makefile | 9 | ||||
-rw-r--r-- | math/geogebra/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/math/geogebra/Makefile b/math/geogebra/Makefile index e925c4488888..1c0e482319d5 100644 --- a/math/geogebra/Makefile +++ b/math/geogebra/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geogebra -PORTVERSION= 5.0.208.0 +PORTVERSION= 5.0.212.0 CATEGORIES= math java MASTER_SITES= http://download.geogebra.org/installers/5.0/ DISTNAME= GeoGebra-Linux-Portable-${PORTVERSION} @@ -15,8 +15,11 @@ LICENSE_NAME= GeoGebra Non-Commercial License Agreement LICENSE_TEXT= See on http://www.geogebra.org/license LICENSE_PERMS= dist-sell pkg-sell auto-accept -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - /compat/linux/bin/sh:${PORTSDIR}/emulators/linux_base-c6 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash + +USE_LINUX?= c6 + +USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS=i386 amd64 diff --git a/math/geogebra/distinfo b/math/geogebra/distinfo index 741684a185a4..a9d6084bcb49 100644 --- a/math/geogebra/distinfo +++ b/math/geogebra/distinfo @@ -1,2 +1,2 @@ -SHA256 (GeoGebra-Linux-Portable-5.0.208.0.tar.bz2) = 5c2e31148b3706eee6ef01ce226fb810f2187176325e103bf367c52e4d3c29da -SIZE (GeoGebra-Linux-Portable-5.0.208.0.tar.bz2) = 100679634 +SHA256 (GeoGebra-Linux-Portable-5.0.212.0.tar.bz2) = 388d27883d821ad0be7a534effbe1281e8775d84cbe5c6626e4d345b63494109 +SIZE (GeoGebra-Linux-Portable-5.0.212.0.tar.bz2) = 100702015 |