Date: Thu, 12 May 2016 16:38:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415073 - head/math/geogebra Message-ID: <201605121638.u4CGc4FW073341@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 12 16:38:04 2016 New Revision: 415073 URL: https://svnweb.freebsd.org/changeset/ports/415073 Log: - Update to 5.0.236.0 - Add icon PR: 209461 Submitted by: udvzsolt@gmail.com (maintainer) Modified: head/math/geogebra/Makefile head/math/geogebra/distinfo head/math/geogebra/pkg-plist Modified: head/math/geogebra/Makefile ============================================================================== --- head/math/geogebra/Makefile Thu May 12 16:30:35 2016 (r415072) +++ head/math/geogebra/Makefile Thu May 12 16:38:04 2016 (r415073) @@ -2,11 +2,13 @@ # $FreeBSD$ PORTNAME= geogebra -PORTVERSION= 5.0.231.0 +PORTVERSION= 5.0.236.0 CATEGORIES= math java MASTER_SITES= http://download.geogebra.org/installers/5.0/ \ http://freebsd.uzsolt.hu/src/ DISTNAME= GeoGebra-Linux-Portable-${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} geogebra.png +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= udvzsolt@gmail.com COMMENT= Dynamic software that joins geometry, algebra, and calculus @@ -28,13 +30,11 @@ NO_BUILD= yes USES= tar:bzip2 desktop-file-utils shared-mime-info shebangfix WRKSRC= ${WRKDIR}/${DISTNAME} JAVADIR= jre1.7.0_45-i686 -SHEBANG_FILES= geogebra-portable geogebra/geogebra SUB_FILES= geogebra.desktop geogebra.sh SUB_LIST= JAVADIR=${DATADIR}/${JAVADIR} -post-patch: - @${REINPLACE_CMD} -e 's,arch,/compat/linux/bin/arch,' ${WRKSRC}/geogebra-portable +INSTALLS_ICONS= yes do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/${PORTNAME} @@ -44,5 +44,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${JAVADIR}/bin/java ${STAGEDIR}${DATADIR}/${JAVADIR}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${WRKDIR}/geogebra.desktop ${STAGEDIR}${DESKTOPDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps + ${INSTALL_DATA} ${DISTDIR}/geogebra.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/geogebra.png .include <bsd.port.mk> Modified: head/math/geogebra/distinfo ============================================================================== --- head/math/geogebra/distinfo Thu May 12 16:30:35 2016 (r415072) +++ head/math/geogebra/distinfo Thu May 12 16:38:04 2016 (r415073) @@ -1,2 +1,4 @@ -SHA256 (GeoGebra-Linux-Portable-5.0.231.0.tar.bz2) = e3e1db941bd45ee3c34916bfd7943b6869393ea133f5a95a477896450b197c57 -SIZE (GeoGebra-Linux-Portable-5.0.231.0.tar.bz2) = 100748960 +SHA256 (GeoGebra-Linux-Portable-5.0.236.0.tar.bz2) = 0573b5ceb1b1a10803c10b6a9a3cb3b295a6424b6e0b9050bc55afa1a51720f9 +SIZE (GeoGebra-Linux-Portable-5.0.236.0.tar.bz2) = 100763477 +SHA256 (geogebra.png) = e97122d77209e2c235f5afcee8f783c1e933d14062851ac73a4ed7a6520c5614 +SIZE (geogebra.png) = 4018 Modified: head/math/geogebra/pkg-plist ============================================================================== --- head/math/geogebra/pkg-plist Thu May 12 16:30:35 2016 (r415072) +++ head/math/geogebra/pkg-plist Thu May 12 16:38:04 2016 (r415073) @@ -1,5 +1,6 @@ bin/geogebra share/applications/geogebra.desktop +share/icons/hicolor/32x32/apps/geogebra.png %%DATADIR%%/geogebra/OpenGeoProver.jar %%DATADIR%%/geogebra/geogebra.jar %%DATADIR%%/geogebra/geogebra_3d.jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605121638.u4CGc4FW073341>