Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2016 19:51:11 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410724 - head/math/geogebra
Message-ID:  <201603091951.u29JpBMr041445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed Mar  9 19:51:11 2016
New Revision: 410724
URL: https://svnweb.freebsd.org/changeset/ports/410724

Log:
  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

Modified:
  head/math/geogebra/Makefile
  head/math/geogebra/distinfo

Modified: head/math/geogebra/Makefile
==============================================================================
--- head/math/geogebra/Makefile	Wed Mar  9 19:39:47 2016	(r410723)
+++ head/math/geogebra/Makefile	Wed Mar  9 19:51:11 2016	(r410724)
@@ -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 Li
 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
 

Modified: head/math/geogebra/distinfo
==============================================================================
--- head/math/geogebra/distinfo	Wed Mar  9 19:39:47 2016	(r410723)
+++ head/math/geogebra/distinfo	Wed Mar  9 19:51:11 2016	(r410724)
@@ -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



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