From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 13 20:40:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AABB216A427 for ; Tue, 13 Dec 2005 20:40:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B1B43D60 for ; Tue, 13 Dec 2005 20:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBDKe3Wc004365 for ; Tue, 13 Dec 2005 20:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBDKe353004361; Tue, 13 Dec 2005 20:40:03 GMT (envelope-from gnats) Resent-Date: Tue, 13 Dec 2005 20:40:03 GMT Resent-Message-Id: <200512132040.jBDKe353004361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreas Fehlner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCF6C16A41F for ; Tue, 13 Dec 2005 20:34:32 +0000 (GMT) (envelope-from fehlner@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 6123243D73 for ; Tue, 13 Dec 2005 20:34:29 +0000 (GMT) (envelope-from fehlner@gmx.de) Received: (qmail invoked by alias); 13 Dec 2005 20:34:28 -0000 Received: from rx41453.cip.uni-regensburg.de (EHLO rx41453.cip.uni-regensburg.de) [132.199.227.165] by mail.gmx.net (mp019) with SMTP; 13 Dec 2005 21:34:28 +0100 Message-Id: <200512132133.59930.fehlner@gmx.de> Date: Tue, 13 Dec 2005 21:33:59 +0100 From: Andreas Fehlner To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/90348: [MAINTAINER] math/geonext: update to 1.51 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 20:40:14 -0000 >Number: 90348 >Category: ports >Synopsis: [PATCH] math/geonext: update to 1.51 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 13 20:40:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andreas Fehlner >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD erde.universum.sol 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Nov 21 18:59:59 CET 2005 >Description: - Update to 1.51 >How-To-Repeat: >Fix: --- geonext-1.51.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/geonext/Makefile /usr/ports/ownports/geonext/Makefile --- /usr/ports/math/geonext/Makefile Fri Oct 7 01:47:47 2005 +++ /usr/ports/ownports/geonext/Makefile Tue Dec 13 21:30:50 2005 @@ -6,22 +6,23 @@ # PORTNAME= geonext -PORTVERSION= 1.12 +PORTVERSION= 1.51 CATEGORIES+= math graphics java MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/\ - http://home.arcor.de/fehlner/inhalt/download/\ - http://home.arcor.de/teambushido/ + http://home.arcor.de/fehlner/site/download/\ + http://home.arcor.de/teambushido/fbsd_ports/ DISTNAME= geonext.${PORTVERSION} MAINTAINER= fehlner@gmx.de COMMENT= Interactive (dynamic) elementary Geometry Software -WRKSRC= ${WRKDIR}/geonext +WRKSRC= ${WRKDIR}/geonext_install NO_BUILD= yes USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.4+ -DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html +DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html\ + geonext-batik.jar help.jar help_fr.jar IMG= geoint.png gxt.gif ubt.gif x.ico # available languages: al, bg, cz, de, en, es, fr, hu, it, ja, lv, @@ -50,7 +51,7 @@ @${ECHO_MSG} "Default language: en" @${ECHO_MSG} "" @${ECHO_MSG} "available languages: al, bg, cz, de, en, es, fr, " - @${ECHO_MSG} "hu, it, ja, lv, pt_BR, ro, ru, sk, sl, uk" + @${ECHO_MSG} "hu, it, ja, lv, pt_BR, ro, ru, sk, sl, uk,..." @${ECHO_MSG} "-------------------------------------------------" @${ECHO_MSG} "" @${ECHO_MSG} "example: make WITH_LANG=fr install" diff -ruN --exclude=CVS /usr/ports/math/geonext/distinfo /usr/ports/ownports/geonext/distinfo --- /usr/ports/math/geonext/distinfo Fri Oct 7 01:47:47 2005 +++ /usr/ports/ownports/geonext/distinfo Tue Dec 13 21:30:55 2005 @@ -1,2 +1,3 @@ -MD5 (geonext.1.12.zip) = d12db286da18f637a0bb8aae6bb3f224 -SIZE (geonext.1.12.zip) = 1211280 +MD5 (geonext.1.51.zip) = 8f12e0258349feda6f96a2c0910ecef6 +SHA256 (geonext.1.51.zip) = c1aa94c1d5d07c5f932cab704738b1e3f4327e5e94f2042eeb9beeda24ba79d8 +SIZE (geonext.1.51.zip) = 4890178 diff -ruN --exclude=CVS /usr/ports/math/geonext/pkg-plist /usr/ports/ownports/geonext/pkg-plist --- /usr/ports/math/geonext/pkg-plist Fri Oct 7 01:47:47 2005 +++ /usr/ports/ownports/geonext/pkg-plist Sat Oct 29 20:00:46 2005 @@ -10,4 +10,8 @@ share/geonext-%%LANG%%/license.txt share/geonext-%%LANG%%/x.ico share/geonext-%%LANG%%/ubt.gif +share/geonext-%%LANG%%/help_fr.jar +share/geonext-%%LANG%%/help.jar +share/geonext-%%LANG%%/geonext-batik.jar + @dirrm share/geonext-%%LANG%% --- geonext-1.51.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: