svn commit: r316214 - head/math/geogebra-i18n
Nicola Vitale
nivit at FreeBSD.org
Sun Apr 21 20:09:00 UTC 2013
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 at 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 <bsd.port.mk>
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%%
- at exec %%LOCALBASE%%/bin/update-desktop-database || /usr/bin/true
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-mime-database %%LOCALBASE%%/share/mime || /usr/bin/true
More information about the svn-ports-all
mailing list