Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2009 11:32:14 GMT
From:      Heiner Strauss <heiner_ej@yahoo.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133457: [PATCH] java/eclipse-webtools: update to 3.0.3
Message-ID:  <200904071132.n37BWEOs021579@www.freebsd.org>
Resent-Message-ID: <200904071140.n37Be3d5094927@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133457
>Category:       ports
>Synopsis:       [PATCH] java/eclipse-webtools: update to 3.0.3
>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 Apr 07 11:40:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Heiner Strauss
>Release:        FreeBSD 7.1-STABLE
>Organization:
BILCH Com
>Environment:
FreeBSD think.schlaf.bilch.com 7.1-STABLE FreeBSD 7.1-STABLE #0: Fri Feb 20 01:28:27 CET 2009     root@think.schlaf.bilch.com:/usr/src/sys/i386/compile/THINK  i386

>Description:
- Update to 3.0.3

Update required for java/eclipse-webtools to work with eclipse 3.4
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/java/eclipse-webtools/Makefile eclipse-webtools/Makefile
--- /usr/ports/java/eclipse-webtools/Makefile	2009-02-19 04:32:00.000000000 +0100
+++ eclipse-webtools/Makefile	2009-04-07 13:22:24.000000000 +0200
@@ -2,27 +2,26 @@
 # Date created:				October 14, 2005
 # Whom:					markhobden@gmail.com
 #
-# $FreeBSD: ports/java/eclipse-webtools/Makefile,v 1.9 2009/02/19 03:32:00 lioux Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	webtools
-PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTVERSION=	3.0.3
 CATEGORIES=	java devel www
 MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/webtools/downloads/drops/,}
-MASTER_SITE_SUBDIR=	R2.0/R-${PORTVERSION}-20080710044639/
+MASTER_SITE_SUBDIR=	R3.0/R-${PORTVERSION}-20081113203138/
 PKGNAMEPREFIX=	eclipse-
-DISTNAME=	wtp-R-${PORTVERSION}-20080710044639
+DISTNAME=	wtp-jst-sdk-R-${PORTVERSION}-20081113203138
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	heiner_ej@yahoo.de
 COMMENT=	Webtools for eclipse
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
-		${LOCALBASE}/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf \
-		${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
-
-CONFLICTS=	eclipse-lomboz-3.*
+		eclipse-emf>=2.4.1:${PORTSDIR}/java/eclipse-emf \
+		eclipse-xsd>=2.4.1:${PORTSDIR}/java/eclipse-xsd \
+		eclipse-gef>=3.4.1:${PORTSDIR}/java/eclipse-gef \
+		eclipse-datatools>=1.6.1:${PORTSDIR}/java/eclipse-datatools
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
@@ -31,18 +30,6 @@
 JAVA_VERSION=	1.5+
 JAVA_OS=	native
 
-# remove files that already exist on the RUN_DEPENDS java/eclipse port
-REMOVE_DUPLICATE_FILES=	\
-	eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar \
-	eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar \
-	eclipse/plugins/org.apache.commons.el_1.0.0.v200706111724.jar \
-	eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar
-
-post-extract:
-.for file in ${REMOVE_DUPLICATE_FILES}
-	@${RM} -f ${WRKSRC}/${file}
-.endfor
-
 do-install:
 		@${MKDIR} ${PREFIX}/eclipse
 		@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
diff -ruN /usr/ports/java/eclipse-webtools/distinfo eclipse-webtools/distinfo
--- /usr/ports/java/eclipse-webtools/distinfo	2009-01-11 05:31:32.000000000 +0100
+++ eclipse-webtools/distinfo	2009-04-06 17:11:27.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (eclipse/wtp-R-2.0.3-20080710044639.zip) = 50b71ffba34da650dfa259388c043ab3
-SHA256 (eclipse/wtp-R-2.0.3-20080710044639.zip) = 0923fd32fd9c391ad1f283439c95edd681be91fc2b5ac1ed59a8f0b77d3a375b
-SIZE (eclipse/wtp-R-2.0.3-20080710044639.zip) = 38746801
+MD5 (eclipse/wtp-jst-sdk-R-3.0.3-20081113203138.zip) = 6ee4d14bcb46d47f3b7f1e5811804f25
+SHA256 (eclipse/wtp-jst-sdk-R-3.0.3-20081113203138.zip) = 5d448a338ac00614cc7e676d1697a6b009ceea73525c07ddf88bee9ac9329b7b
+SIZE (eclipse/wtp-jst-sdk-R-3.0.3-20081113203138.zip) = 94875825


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904071132.n37BWEOs021579>