From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 10 01:20:07 2006 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 5D2EE16A41F for ; Tue, 10 Jan 2006 01:20:07 +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 9675D43D5C for ; Tue, 10 Jan 2006 01:20:04 +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 k0A1K4N0052251 for ; Tue, 10 Jan 2006 01:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0A1K4P4052250; Tue, 10 Jan 2006 01:20:04 GMT (envelope-from gnats) Resent-Date: Tue, 10 Jan 2006 01:20:04 GMT Resent-Message-Id: <200601100120.k0A1K4P4052250@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 Kohn" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7058E16A420 for ; Tue, 10 Jan 2006 01:15:55 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8743443D45 for ; Tue, 10 Jan 2006 01:15:54 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from xentros.syndrom23.de ([212.204.44.203]) (authenticated bits=0) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id k0A1FeYH008105 for ; Tue, 10 Jan 2006 02:15:48 +0100 Message-Id: <1136855795.0@xentros.syndrom23.de> Date: Tue, 10 Jan 2006 02:16:35 +0100 From: "Andreas Kohn" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/91576: [UPDATE] java/eclipse-quantum to 3.0.1 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, 10 Jan 2006 01:20:07 -0000 >Number: 91576 >Category: ports >Synopsis: [UPDATE] java/eclipse-quantum to 3.0.1 >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 Jan 10 01:20:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andreas Kohn >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #8: Mon Dec 5 03:29:35 CET 2005 root@xentros.syndrom23.de:/usr/obj/usr/src/sys/XENTROS >Description: Update to 3.0.1: Now depends on GEF. Thanks to the ports version checker :) While there, add SHA256. >How-To-Repeat: >Fix: --- eclipse-quantum-3.0.1.diff begins here --- Index: eclipse-quantum/Makefile =================================================================== RCS file: /storage/freebsd/cvs/ports/java/eclipse-quantum/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- eclipse-quantum/Makefile 21 Oct 2005 22:32:08 -0000 1.5 +++ eclipse-quantum/Makefile 10 Jan 2006 01:10:36 -0000 @@ -6,7 +6,7 @@ # PORTNAME= quantum -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= quantum @@ -17,7 +17,8 @@ MAINTAINER= freebsd-eclipse@FreeBSD.org COMMENT= Database access and SQL editor for the Eclipse IDE -RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse +RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ + ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.1.1/feature.xml:${PORTSDIR}/java/eclipse-gef NO_WRKSUBDIR= yes NO_BUILD= yes Index: eclipse-quantum/distinfo =================================================================== RCS file: /storage/freebsd/cvs/ports/java/eclipse-quantum/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- eclipse-quantum/distinfo 21 Oct 2005 22:32:08 -0000 1.2 +++ eclipse-quantum/distinfo 10 Jan 2006 00:34:28 -0000 @@ -1,2 +1,3 @@ -MD5 (eclipse/com.quantum.feature_3.0.0.bin.dist.zip) = f5a8f39d1316ca6649bbc4357239fe68 -SIZE (eclipse/com.quantum.feature_3.0.0.bin.dist.zip) = 5897648 +MD5 (eclipse/com.quantum.feature_3.0.1.bin.dist.zip) = 7803cfcf158eaf10a5b3efbaa9b964ee +SHA256 (eclipse/com.quantum.feature_3.0.1.bin.dist.zip) = 45111ed2a27bf33a0a297e3011a4666bb10c4ac2b088be895af9d6298980c85d +SIZE (eclipse/com.quantum.feature_3.0.1.bin.dist.zip) = 5519298 Index: eclipse-quantum/pkg-plist =================================================================== RCS file: /storage/freebsd/cvs/ports/java/eclipse-quantum/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- eclipse-quantum/pkg-plist 21 Oct 2005 22:32:08 -0000 1.2 +++ eclipse-quantum/pkg-plist 10 Jan 2006 00:39:42 -0000 @@ -8,6 +8,7 @@ eclipse/plugins/com.quantum.Quantum_%%VERSION%%/LICENSE.txt eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/add.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/add_schema.gif +eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/all_procedures.GIF eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/append.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/autocommit.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/beanshell.gif @@ -65,6 +66,7 @@ eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/paste_2x.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/play.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/previous.gif +eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/procedure.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/qmodel.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/quantum-ng.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/quantum.gif @@ -75,7 +77,9 @@ eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/sample.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/schema.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/script.gif +eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/search_results_view.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/sequence.gif +eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/sp.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/statement.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/stop.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/subset.gif @@ -99,6 +103,7 @@ eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/unused/view.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/unused/view_group.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/user.gif +eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/value.GIF eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/view.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/warning.gif eclipse/plugins/com.quantum.Quantum_%%VERSION%%/icons/xml.gif @@ -112,7 +117,6 @@ eclipse/plugins/com.quantum.dbunit_%%VERSION%%/CPLv1.0.htm eclipse/plugins/com.quantum.dbunit_%%VERSION%%/LGPL.txt eclipse/plugins/com.quantum.dbunit_%%VERSION%%/LICENSE.txt -eclipse/plugins/com.quantum.dbunit_%%VERSION%%/dbunit-2.1-src.zip eclipse/plugins/com.quantum.dbunit_%%VERSION%%/dbunit-2.1.jar eclipse/plugins/com.quantum.dbunit_%%VERSION%%/icons/dbunit.gif eclipse/plugins/com.quantum.dbunit_%%VERSION%%/icons/dbunitImport.gif @@ -139,6 +143,7 @@ eclipse/plugins/com.quantum.help_%%VERSION%%/doc/changelog/changelog_2_4_4.txt eclipse/plugins/com.quantum.help_%%VERSION%%/doc/changelog/changelog_2_4_5.html eclipse/plugins/com.quantum.help_%%VERSION%%/doc/changelog/changelog_3_0_0.html +eclipse/plugins/com.quantum.help_%%VERSION%%/doc/changelog/changelog_3_0_1.html eclipse/plugins/com.quantum.help_%%VERSION%%/doc/changelog/images/add_driver.jpg eclipse/plugins/com.quantum.help_%%VERSION%%/doc/changelog/images/collapse_all.gif eclipse/plugins/com.quantum.help_%%VERSION%%/doc/changelog/images/quantum_bookmark_properties_options.jpg --- eclipse-quantum-3.0.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: