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)
This commit is contained in:
Thomas Zander 2017-09-24 15:59:26 +00:00
parent 5a34345b70
commit cdd458ebfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450494
3 changed files with 11 additions and 5 deletions

View file

@ -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 Agreement
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]*

View file

@ -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

View file

@ -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".