From owner-freebsd-eclipse@FreeBSD.ORG Mon Jan 8 17:29:38 2007 Return-Path: X-Original-To: freebsd-eclipse@FreeBSD.org Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D243216A417; Mon, 8 Jan 2007 17:29:37 +0000 (UTC) (envelope-from tomasv@megalogika.lt) Received: from megalogika.stp.lt (megalogika.stp.lt [193.219.52.197]) by mx1.freebsd.org (Postfix) with ESMTP id 8702513C478; Mon, 8 Jan 2007 17:29:37 +0000 (UTC) (envelope-from tomasv@megalogika.lt) Received: from pilvas.lan (pilvas.lan [192.169.1.86]) by megalogika.stp.lt (Postfix) with ESMTP id C046E1ECA5; Mon, 8 Jan 2007 19:04:38 +0200 (EET) Received: by pilvas.lan (Postfix, from userid 1001) id 80E394126; Mon, 8 Jan 2007 19:04:34 +0200 (EET) To: FreeBSD-gnats-submit@freebsd.org From: Tomas Verbaitis X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20070108170434.80E394126@pilvas.lan> Date: Mon, 8 Jan 2007 19:04:34 +0200 (EET) Cc: freebsd-eclipse@FreeBSD.org Subject: [PATCH] java/eclipse-gef: update to 3.2.1 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, 08 Jan 2007 17:29:38 -0000 >Submitter-Id: current-users >Originator: Tomas Verbaitis >Organization: >Confidential: no >Synopsis: [PATCH] java/eclipse-gef: update to 3.2.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.0-CURRENT i386 >Environment: System: FreeBSD pilvas.lan 7.0-CURRENT FreeBSD 7.0-CURRENT #12: Mon Jan 8 11:48:19 EET >Description: - Update to 3.2.1 Port maintainer (freebsd-eclipse@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- eclipse-gef-3.2.1.patch begins here --- diff -u -ruN --exclude=CVS /usr/ports/java/eclipse-gef/Makefile /usr/home/tomasv/java/eclipse-gef/Makefile --- /usr/ports/java/eclipse-gef/Makefile Wed Oct 12 10:30:52 2005 +++ /usr/home/tomasv/java/eclipse-gef/Makefile Mon Jan 8 19:03:40 2007 @@ -6,10 +6,11 @@ # PORTNAME= gef -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.1 PORTREVISION= 0 CATEGORIES= java devel -MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-${PORTVERSION}-200509301327/ +MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,} +MASTER_SITE_SUBDIR= R-${PORTVERSION}-200609211617 PKGNAMEPREFIX= eclipse- DISTNAME= GEF-SDK-${PORTVERSION} DIST_SUBDIR= eclipse @@ -18,7 +19,7 @@ COMMENT= Graphical Editing Framework for the Eclipse IDE RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \ - ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.1.1/feature.xml:${PORTSDIR}/java/eclipse-emf + ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.2.1.v200609210005/feature.xml:${PORTSDIR}/java/eclipse-emf NO_BUILD= yes NO_WRKSUBDIR= yes diff -u -ruN --exclude=CVS /usr/ports/java/eclipse-gef/distinfo /usr/home/tomasv/java/eclipse-gef/distinfo --- /usr/ports/java/eclipse-gef/distinfo Fri Jan 20 09:34:57 2006 +++ /usr/home/tomasv/java/eclipse-gef/distinfo Mon Jan 8 17:17:27 2007 @@ -1,3 +1,3 @@ -MD5 (eclipse/GEF-SDK-3.1.1.zip) = 70a6de96c4edbc8903f6bd964039ddc8 -SHA256 (eclipse/GEF-SDK-3.1.1.zip) = 88f7cc4ed9b58ebc1574d7cfa926fe89698ca753ccde598ecbbfa1f3dcd402ce -SIZE (eclipse/GEF-SDK-3.1.1.zip) = 6070341 +MD5 (eclipse/GEF-SDK-3.2.1.zip) = f0b1d745a19583177634c2cfeb59d3f9 +SHA256 (eclipse/GEF-SDK-3.2.1.zip) = 0cf6a190a2eb14f8e901c083129efbf1f1d5abe2bcefafc2f1b4f3928774f0a4 +SIZE (eclipse/GEF-SDK-3.2.1.zip) = 6134105 --- eclipse-gef-3.2.1.patch ends here ---