Date: Sun, 24 Sep 2017 15:59:26 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450494 - head/math/geogebra Message-ID: <201709241559.v8OFxQZP012151@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Sep 24 15:59:26 2017 New Revision: 450494 URL: https://svnweb.freebsd.org/changeset/ports/450494 Log: Update to upstream version 5.0.387.0, add pkg-message on linprocfs While on it: - Pet portlint PR: 222395 Submitted by: uzsolt@uzsolt.hu (maintainer) Added: head/math/geogebra/pkg-message (contents, props changed) Modified: head/math/geogebra/Makefile head/math/geogebra/distinfo Modified: head/math/geogebra/Makefile ============================================================================== --- head/math/geogebra/Makefile Sun Sep 24 15:43:32 2017 (r450493) +++ head/math/geogebra/Makefile Sun Sep 24 15:59:26 2017 (r450494) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geogebra -PORTVERSION= 5.0.367.0 +PORTVERSION= 5.0.387.0 CATEGORIES= math java MASTER_SITES= http://download.geogebra.org/installers/5.0/ \ http://freebsd.uzsolt.hu/src/ @@ -18,7 +18,7 @@ LICENSE_NAME= GeoGebra Non-Commercial License Agreemen LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 SUB_FILES= geogebra.desktop CONFLICTS= math/geogebra-i18n-[0-9]* Modified: head/math/geogebra/distinfo ============================================================================== --- head/math/geogebra/distinfo Sun Sep 24 15:43:32 2017 (r450493) +++ head/math/geogebra/distinfo Sun Sep 24 15:59:26 2017 (r450494) @@ -1,5 +1,5 @@ -TIMESTAMP = 1498140711 -SHA256 (GeoGebra-Linux-Portable-5-0-367-0.tar.bz2) = 935b424b84c3d1d164f72649fba8ebca2f15caa24f4e84b0914df39f9e5b6ee4 -SIZE (GeoGebra-Linux-Portable-5-0-367-0.tar.bz2) = 139982776 +TIMESTAMP = 1505636042 +SHA256 (GeoGebra-Linux-Portable-5-0-387-0.tar.bz2) = 86b634159e05566a1f4d405875c3251ff814e0c220b75296e272863bdf50b365 +SIZE (GeoGebra-Linux-Portable-5-0-387-0.tar.bz2) = 140214739 SHA256 (geogebra.png) = e97122d77209e2c235f5afcee8f783c1e933d14062851ac73a4ed7a6520c5614 SIZE (geogebra.png) = 4018 Added: head/math/geogebra/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/geogebra/pkg-message Sun Sep 24 15:59:26 2017 (r450494) @@ -0,0 +1,6 @@ +This software wants linprocfs mounted on /compat/linux/proc. Add the +following line to /etc/fstab: + +linprocfs /compat/linux/proc linprocfs rw 0 0 + +Then run "mount /compat/linux/proc".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709241559.v8OFxQZP012151>