From nobody@FreeBSD.org  Thu Apr  1 14:19:53 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E96431065670
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  1 Apr 2010 14:19:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BE39B8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  1 Apr 2010 14:19:53 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o31EJrGk039406
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 1 Apr 2010 14:19:53 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o31EJrfi039405;
	Thu, 1 Apr 2010 14:19:53 GMT
	(envelope-from nobody)
Message-Id: <201004011419.o31EJrfi039405@www.freebsd.org>
Date: Thu, 1 Apr 2010 14:19:53 GMT
From: Dominic Fandrey <kamikaze@bsdforen.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [update] java/eclipse-emf and maintainership request
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         145266
>Category:       ports
>Synopsis:       [update] java/eclipse-emf and maintainership request
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rene
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 01 14:20:11 UTC 2010
>Closed-Date:    Tue Sep 07 09:39:45 UTC 2010
>Last-Modified:  Tue Sep 07 09:39:45 UTC 2010
>Originator:     Dominic Fandrey
>Release:        RELENG_8
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 8.0-STABLE FreeBSD 8.0-STABLE #0: Tue Mar 30 15:10:11 CEST 2010     root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8  amd64

>Description:
eclipse-emf is marked DEPRECATED and de-facto unmaintained:
This plugin can be installed from within eclipse via the updater

I think that built in update systems are workarounds for OS's without a package system. I prefer to install all my software through a single system.

My patch does the following:
- Update to eclipse-emf to the latest maintenance release for Eclipse 3.4
- Remove DEPRECATED line
- Transfer maintainership to kamikaze@bsdforen.de
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur eclipse-emf.orig/Makefile eclipse-emf/Makefile
--- eclipse-emf.orig/Makefile	2010-04-01 11:17:55.000000000 +0200
+++ eclipse-emf/Makefile	2010-04-01 16:11:37.000000000 +0200
@@ -6,23 +6,20 @@
 #
 
 PORTNAME=	emf
-PORTVERSION=	2.3.2
-PORTREVISION=	2
+PORTVERSION=	2.4.3
 CATEGORIES=	java devel
 MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/emf/emf/downloads/drops/,}
-MASTER_SITE_SUBDIR=${PORTVERSION}/R200802051830
+MASTER_SITE_SUBDIR=${PORTVERSION}/${DISTVERSION}
 PKGNAMEPREFIX=	eclipse-
-DISTNAME=	emf-sdo-xsd-SDK-${PORTVERSION}
+DISTNAME=	emf-sdo-xsd-SDK-${DISTVERSION}
+DISTVERSION=	M200911261908
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	kamikaze@bsdforen.de
 COMMENT=	Eclipse Modeling Framework
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
-DEPRECATED=	This plugin can be installed from within eclipse via the updater
-EXPIRATION_DATE=2010-01-19
-
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
diff -Nur eclipse-emf.orig/distinfo eclipse-emf/distinfo
--- eclipse-emf.orig/distinfo	2010-04-01 11:17:55.000000000 +0200
+++ eclipse-emf/distinfo	2010-04-01 15:19:57.000000000 +0200
@@ -1,3 +1,3 @@
-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
+MD5 (eclipse/emf-sdo-xsd-SDK-M200911261908.zip) = c339424499f9ff7b283b3a3b72b36aff
+SHA256 (eclipse/emf-sdo-xsd-SDK-M200911261908.zip) = 5db8e96205715e94c3d87b92eab048f5fe89d67fc95ef701a85215eec8a1eef4
+SIZE (eclipse/emf-sdo-xsd-SDK-M200911261908.zip) = 29027241


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-eclipse 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 1 14:20:27 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145266 

From: Dominic Fandrey <kamikaze@bsdforen.de>
To: bug-followup@FreeBSD.org, kamikaze@bsdforen.de
Cc:  
Subject: Re: ports/145266: [update] java/eclipse-emf and maintainership request
Date: Fri, 14 May 2010 01:36:17 +0200

 requesting timeout
Responsible-Changed-From-To: freebsd-eclipse->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Jun 28 02:32:03 UTC 2010 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145266 
Responsible-Changed-From-To: linimon->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Aug 28 10:54:24 UTC 2010 
Responsible-Changed-Why:  
I still haven't dealt with this a month later.  Perhaps someone else 
can unstick this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145266 
Responsible-Changed-From-To: freebsd-ports-bugs->rene 
Responsible-Changed-By: rene 
Responsible-Changed-When: Mon Aug 30 21:12:17 UTC 2010 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145266 

From: =?ISO-8859-1?Q?Ren=E9_Ladan?= <rene@freebsd.org>
To: bug-followup@FreeBSD.org, kamikaze@bsdforen.de, zhoushuqun@gmail.com, 
	ale@freebsd.org
Cc:  
Subject: Re: ports/145266: [update] java/eclipse-emf and maintainership request
Date: Mon, 6 Sep 2010 17:28:20 +0200

 is everyone ok if I commit this patch?

From: Alex Dupre <ale@FreeBSD.org>
To: =?ISO-8859-1?Q?Ren=E9_Ladan?= <rene@freebsd.org>
Cc: bug-followup@FreeBSD.org, kamikaze@bsdforen.de, zhoushuqun@gmail.com
Subject: Re: ports/145266: [update] java/eclipse-emf and maintainership request
Date: Mon, 06 Sep 2010 17:53:11 +0200

 Ren Ladan ha scritto:
 > is everyone ok if I commit this patch?
 
 If you are referring to the patch in the PR, I'm not ok, I have a
 complete patchset ready to be committed that obsoletes that PR (see
 freebsd-eclipse@).
 
 -- 
 Alex Dupre

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145266: commit references a PR
Date: Tue,  7 Sep 2010 09:04:16 +0000 (UTC)

 ale         2010-09-07 09:04:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java/eclipse-emf     Makefile distinfo pkg-descr 
   Log:
   - Update to 2.5.0 release
   - Pass maintainership to submitter
   - Use the new eclipse plugins Makefile
   
   PR:             ports/145266 [1], ports/148992 [2]
   Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> [1],
                   Sutra Zhou <zhoushuqun@gmail.com> [2]
   
   Revision  Changes    Path
   1.20      +6 -21     ports/java/eclipse-emf/Makefile
   1.12      +3 -3      ports/java/eclipse-emf/distinfo
   1.2       +1 -1      ports/java/eclipse-emf/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Tue Sep 7 09:39:02 UTC 2010 
State-Changed-Why:  
Updated to a newer release, maintainership granted. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145266 
>Unformatted:
