From owner-svn-ports-head@freebsd.org Thu May 12 16:38:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4EE1B37D08; Thu, 12 May 2016 16:38:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 791531F16; Thu, 12 May 2016 16:38:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4CGc4Tf073344; Thu, 12 May 2016 16:38:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4CGc4FW073341; Thu, 12 May 2016 16:38:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605121638.u4CGc4FW073341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 May 2016 16:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415073 - head/math/geogebra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2016 16:38:05 -0000 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 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