From owner-freebsd-eclipse@FreeBSD.ORG Mon Dec 1 01:56:46 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 9F69A1065672 for ; Mon, 1 Dec 2008 01:56:46 +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 8B1A68FC0C for ; Mon, 1 Dec 2008 01:56:46 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from localhost (localhost [127.0.0.1]) by goat.gigo.com (Postfix) with ESMTP id 87B2E170BF for ; Sun, 30 Nov 2008 17:56:46 -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 pR6cdoLLdtvo for ; Sun, 30 Nov 2008 17:56:46 -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 C6536170AF for ; Sun, 30 Nov 2008 17:56:45 -0800 (PST) Received: (qmail 63958 invoked by uid 1001); 30 Nov 2008 23:56:31 -0200 Date: 30 Nov 2008 23:56:31 -0200 Message-ID: <20081201015631.63944.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-emf: update to 2.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:46 -0000 >Submitter-Id: current-users >Originator: Mario Sergio Fujikawa Ferreira >Organization: >Confidential: no >Synopsis: [PATCH] java/eclipse-emf: update to 2.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 2.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-emf-2.3.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/java/eclipse-emf/Makefile,v retrieving revision 1.14 diff -d -u -u -r1.14 Makefile --- Makefile 6 Jun 2008 13:38:30 -0000 1.14 +++ Makefile 1 Dec 2008 01:56:07 -0000 @@ -6,11 +6,10 @@ # PORTNAME= emf -PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTVERSION= 2.3.2 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/emf/emf/downloads/drops/,} -MASTER_SITE_SUBDIR=${PORTVERSION}/R200710030400 +MASTER_SITE_SUBDIR=${PORTVERSION}/R200802051830 PKGNAMEPREFIX= eclipse- DISTNAME= emf-sdo-xsd-SDK-${PORTVERSION} DIST_SUBDIR= eclipse @@ -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-emf/distinfo,v retrieving revision 1.10 diff -d -u -u -r1.10 distinfo --- distinfo 17 Oct 2007 06:05:21 -0000 1.10 +++ distinfo 1 Dec 2008 01:56:07 -0000 @@ -1,3 +1,3 @@ -MD5 (eclipse/emf-sdo-xsd-SDK-2.2.4.zip) = cb671659a1af98c68195504c88fea09a -SHA256 (eclipse/emf-sdo-xsd-SDK-2.2.4.zip) = bec938d0a37d2600d4c41e360a4acab1845e996680961e85c4daf07912a249f8 -SIZE (eclipse/emf-sdo-xsd-SDK-2.2.4.zip) = 24532666 +MD5 (eclipse/emf-sdo-xsd-SDK-2.3.2.zip) = da937bf8e31788d5121176581b286a43 +SHA256 (eclipse/emf-sdo-xsd-SDK-2.3.2.zip) = 2c582ea1d85410940657e74a1d0c1a17d83ab8c2f3678018e4f1857e887540cc +SIZE (eclipse/emf-sdo-xsd-SDK-2.3.2.zip) = 26676814 --- eclipse-emf-2.3.2.patch ends here ---