From owner-freebsd-eclipse@FreeBSD.ORG Mon Dec 1 01:56:47 2008 Return-Path: Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676DD1065673 for ; Mon, 1 Dec 2008 01:56:47 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from goat.gigo.com (ipv6.gigo.com [IPv6:2001:470:1:18::2]) by mx1.freebsd.org (Postfix) with ESMTP id 526A58FC13 for ; Mon, 1 Dec 2008 01:56:47 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from localhost (localhost [127.0.0.1]) by goat.gigo.com (Postfix) with ESMTP id 4E76B170D3 for ; Sun, 30 Nov 2008 17:56:47 -0800 (PST) Received: from goat.gigo.com ([127.0.0.1]) by localhost (vette.gigo.com [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id Gdzezos-CEfx for ; Sun, 30 Nov 2008 17:56:47 -0800 (PST) Received: from 189.31.30.244 (189-31-30-244.bsace702.dsl.brasiltelecom.net.br [189.31.30.244]) by goat.gigo.com (Postfix) with ESMTPA id 9197B170D2 for ; Sun, 30 Nov 2008 17:56:46 -0800 (PST) Received: (qmail 14722 invoked by uid 1001); 30 Nov 2008 23:55:39 -0200 Date: 30 Nov 2008 23:55:39 -0200 Message-ID: <20081201015539.14691.qmail@exxodus.fedaykin.here> To: FreeBSD-gnats-submit@freebsd.org From: Mario Sergio Fujikawa Ferreira X-send-pr-version: 3.113 X-GNATS-Notify: Cc: freebsd-eclipse@FreeBSD.org Subject: [PATCH] java/eclipse-gef: update to 3.3.2 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 01:56:47 -0000 >Submitter-Id: current-users >Originator: Mario Sergio Fujikawa Ferreira >Organization: >Confidential: no >Synopsis: [PATCH] java/eclipse-gef: update to 3.3.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.1-PRERELEASE i386 >Environment: System: FreeBSD exxodus.fedaykin.here 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #41: Wed Nov 26 10:14:44 BRST 2008 >Description: - Update to 3.3.2 Update required for java/eclipse-webtools update amongst others. This is long overdue for a working WTP installation. Port maintainer (freebsd-eclipse@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- eclipse-gef-3.3.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/java/eclipse-gef/Makefile,v retrieving revision 1.12 diff -d -u -u -r1.12 Makefile --- Makefile 6 Jun 2008 13:38:31 -0000 1.12 +++ Makefile 1 Dec 2008 01:53:45 -0000 @@ -6,13 +6,12 @@ # PORTNAME= gef -PORTVERSION= 3.2.2 -PORTREVISION= 3 +PORTVERSION= 3.3.2 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,} -MASTER_SITE_SUBDIR= R-${PORTVERSION}-200702081315 +MASTER_SITE_SUBDIR= ${PORTVERSION}/R200802211602/ PKGNAMEPREFIX= eclipse- -DISTNAME= GEF-SDK-${PORTVERSION} +DISTNAME= GEF-ALL-${PORTVERSION} DIST_SUBDIR= eclipse MAINTAINER= freebsd-eclipse@FreeBSD.org @@ -24,7 +23,7 @@ NO_WRKSUBDIR= yes USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ JAVA_OS= native do-install: Index: distinfo =================================================================== RCS file: /home/pcvs/ports/java/eclipse-gef/distinfo,v retrieving revision 1.9 diff -d -u -u -r1.9 distinfo --- distinfo 10 Feb 2007 19:28:46 -0000 1.9 +++ distinfo 1 Dec 2008 01:53:45 -0000 @@ -1,3 +1,3 @@ -MD5 (eclipse/GEF-SDK-3.2.2.zip) = 8f509be402978ced7a6e205fc62b636b -SHA256 (eclipse/GEF-SDK-3.2.2.zip) = 2f95bb3b33e0f36b8ffabe93e8f3e9f1f3cc98d7564f222bea17a3d276fd8268 -SIZE (eclipse/GEF-SDK-3.2.2.zip) = 6118335 +MD5 (eclipse/GEF-ALL-3.3.2.zip) = 7b5a475d577d0e45068f73903f77c87c +SHA256 (eclipse/GEF-ALL-3.3.2.zip) = a5dc105e0a3b7931bbc16f744c382344388b28bcf8ed251ca0a88b1793dd6c6e +SIZE (eclipse/GEF-ALL-3.3.2.zip) = 7185118 --- eclipse-gef-3.3.2.patch ends here ---