From owner-svn-ports-all@FreeBSD.ORG Sun Apr 21 20:09:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 759E2CE7; Sun, 21 Apr 2013 20:09:00 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 682E91131; Sun, 21 Apr 2013 20:09:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3LK901b031004; Sun, 21 Apr 2013 20:09:00 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3LK8xbv030993; Sun, 21 Apr 2013 20:08:59 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201304212008.r3LK8xbv030993@svn.freebsd.org> From: Nicola Vitale Date: Sun, 21 Apr 2013 20:08:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316214 - head/math/geogebra-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Apr 2013 20:09:00 -0000 Author: nivit Date: Sun Apr 21 20:08:59 2013 New Revision: 316214 URL: http://svnweb.freebsd.org/changeset/ports/316214 Log: - Update to 4.2.31.0 - Add LICENSE (GeoGebra Non-Commercial License Agreement) - USES desktop-file-utils, shared-mime-info - Remove files/patch-geogebra.desktop - Update WWW URL in pkg-descr Feature safe: yes Modified: head/math/geogebra-i18n/Makefile head/math/geogebra-i18n/distinfo head/math/geogebra-i18n/pkg-descr head/math/geogebra-i18n/pkg-plist Modified: head/math/geogebra-i18n/Makefile ============================================================================== --- head/math/geogebra-i18n/Makefile Sun Apr 21 20:05:28 2013 (r316213) +++ head/math/geogebra-i18n/Makefile Sun Apr 21 20:08:59 2013 (r316214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geogebra -PORTVERSION= 4.2.23.0 +PORTVERSION= 4.2.31.0 #PORTREVISION= 0 CATEGORIES= math java MASTER_SITES= GOOGLE_CODE @@ -12,8 +12,12 @@ DISTNAME= GeoGebra-Unixlike-Installer-${ MAINTAINER= nivit@FreeBSD.org COMMENT= Dynamic software that joins geometry, algebra, and calculus -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info +LICENSE= GEOGEBRA +LICENSE_NAME= GeoGebra Non-Commercial License Agreement +LICENSE_FILE= ${WRKSRC}/_license.txt +LICENSE_PERMS= dist-sell pkg-sell auto-accept + +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash DATADIR= ${JAVASHAREDIR}/${PORTNAME} @@ -23,8 +27,8 @@ JAVA_VERSION= 1.6+ NO_BUILD= yes -USE_GNOME= desktopfileutils USE_JAVA= yes +USES= desktop-file-utils shared-mime-info WRKSRC= ${WRKDIR}/geogebra-${PORTVERSION} @@ -40,7 +44,5 @@ do-install: ${MKDIR} ${PREFIX}/share/applications && \ ${INSTALL_DATA} ${WRKSRC}/geogebra.xml ${PREFIX}/share/mime/packages && \ ${INSTALL_DATA} ${WRKSRC}/geogebra.desktop ${DESKTOPDIR} - -${LOCALBASE}/bin/update-desktop-database - -${LOCALBASE}/bin/update-mime-database ${LOCALBASE}/share/mime .include Modified: head/math/geogebra-i18n/distinfo ============================================================================== --- head/math/geogebra-i18n/distinfo Sun Apr 21 20:05:28 2013 (r316213) +++ head/math/geogebra-i18n/distinfo Sun Apr 21 20:08:59 2013 (r316214) @@ -1,2 +1,2 @@ -SHA256 (GeoGebra-Unixlike-Installer-4.2.23.0.tar.gz) = bf45f25b7f81d12b084b0be4d6072f03f15af30e80041b613d7953eaff75594e -SIZE (GeoGebra-Unixlike-Installer-4.2.23.0.tar.gz) = 9181451 +SHA256 (GeoGebra-Unixlike-Installer-4.2.31.0.tar.gz) = 3ed61b3e6816b7aba1c82bf1e978c82661611abec7ac4cdd52c3ede4765b3bb0 +SIZE (GeoGebra-Unixlike-Installer-4.2.31.0.tar.gz) = 9235045 Modified: head/math/geogebra-i18n/pkg-descr ============================================================================== --- head/math/geogebra-i18n/pkg-descr Sun Apr 21 20:05:28 2013 (r316213) +++ head/math/geogebra-i18n/pkg-descr Sun Apr 21 20:08:59 2013 (r316214) @@ -12,4 +12,4 @@ and offers commands like Root or Extremu GeoGebra received several international awards including the European and German educational software award. -WWW: http://www.geogebra.at/ +WWW: http://www.geogebra.org/ Modified: head/math/geogebra-i18n/pkg-plist ============================================================================== --- head/math/geogebra-i18n/pkg-plist Sun Apr 21 20:05:28 2013 (r316213) +++ head/math/geogebra-i18n/pkg-plist Sun Apr 21 20:08:59 2013 (r316214) @@ -54,7 +54,3 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/jlm_greek.jar share/mime/packages/geogebra.xml @dirrm %%DATADIR%% -@exec %%LOCALBASE%%/bin/update-desktop-database || /usr/bin/true -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %%LOCALBASE%%/share/mime || /usr/bin/true