Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 07:25:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352582 - in head/java: eclipse eclipse-checkstyle eclipse-devel eclipse-examples eclipse-gef-examples eclipse-langpack eclipse-log4e eclipse-lomboz eclipse-pmd eclipse-quantum eclipse-...
Message-ID:  <201404290725.s3T7PadD098687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr 29 07:25:36 2014
New Revision: 352582
URL: http://svnweb.freebsd.org/changeset/ports/352582
QAT: https://qat.redports.org/buildarchive/r352582/

Log:
  Reassign eclipse ports to the heap
  
  eclipse@ is a failure resulting in eclipse ports being badly maintainer:
  - outdated
  - not adapted to infrastructure modification
  - failures with clang
  
  With hat:	portmgr

Modified:
  head/java/eclipse-checkstyle/Makefile
  head/java/eclipse-devel/Makefile
  head/java/eclipse-examples/Makefile
  head/java/eclipse-gef-examples/Makefile
  head/java/eclipse-langpack/Makefile
  head/java/eclipse-log4e/Makefile
  head/java/eclipse-lomboz/Makefile
  head/java/eclipse-pmd/Makefile
  head/java/eclipse-quantum/Makefile
  head/java/eclipse-sqlexplorer/Makefile
  head/java/eclipse-sysdeo-tomcat/Makefile
  head/java/eclipse-uml/Makefile
  head/java/eclipse-vep-examples/Makefile
  head/java/eclipse-vep/Makefile
  head/java/eclipse-viplugin/Makefile
  head/java/eclipse/Makefile

Modified: head/java/eclipse-checkstyle/Makefile
==============================================================================
--- head/java/eclipse-checkstyle/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-checkstyle/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	eclipse-
 DISTNAME=	com.atlassw.tools.eclipse.checkstyle_${PORTVERSION}
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Integrates the Checkstyle Java code auditor into Eclipse
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse

Modified: head/java/eclipse-devel/Makefile
==============================================================================
--- head/java/eclipse-devel/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-devel/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -24,7 +24,7 @@ DISTFILES=	${ECLIPSE_BUILD_SRCFILE}:1 \
 DIST_SUBDIR=	eclipse
 EXTRACT_ONLY=	${ECLIPSE_BUILD_SRCFILE}
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An open extensible IDE for anything and nothing in particular
 
 EXTRACT_DEPENDS=${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip

Modified: head/java/eclipse-examples/Makefile
==============================================================================
--- head/java/eclipse-examples/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-examples/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	eclipse-
 DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Examples for the Eclipse IDE
 
 RUN_DEPENDS=    ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

Modified: head/java/eclipse-gef-examples/Makefile
==============================================================================
--- head/java/eclipse-gef-examples/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-gef-examples/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX=	-examples
 DISTNAME=	GEF-examples-${PORTVERSION}
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Graphical Editing Framework for the Eclipse IDE (examples)
 
 RUN_DEPENDS=    ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

Modified: head/java/eclipse-langpack/Makefile
==============================================================================
--- head/java/eclipse-langpack/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-langpack/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -14,7 +14,7 @@ DISTFILES=	NLpack1-eclipse-SDK-${PORTVER
 		NLpackBidi-eclipse-SDK-${PORTVERSION}-gtk${EXTRACT_SUFX}
 DIST_SUBDIR=    eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Eclipse Language Pack Feature
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

Modified: head/java/eclipse-log4e/Makefile
==============================================================================
--- head/java/eclipse-log4e/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-log4e/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	eclipse-
 DISTNAME=	de.jayefem.${PORTNAME}_free_${PORTVERSION}
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Eclipse plugin to use logger easily in Java projects
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

Modified: head/java/eclipse-lomboz/Makefile
==============================================================================
--- head/java/eclipse-lomboz/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-lomboz/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -12,7 +12,7 @@ PKGNAMEPREFIX=	eclipse-
 DISTNAME=	lomboz-emf-gef-jem-${PORTVERSION:S/.r/RC/}
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A J2EE developer tool build as a plugin for the eclipse platform
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

Modified: head/java/eclipse-pmd/Makefile
==============================================================================
--- head/java/eclipse-pmd/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-pmd/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	eclipse-
 DISTNAME=	pmd-eclipse3-site-2.0.5
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Scan Java source code and look for potential problems
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

Modified: head/java/eclipse-quantum/Makefile
==============================================================================
--- head/java/eclipse-quantum/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-quantum/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	eclipse-
 DISTNAME=	com.quantum.feature_${PORTVERSION}.bin.dist
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Database access and SQL editor for the Eclipse IDE
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \

Modified: head/java/eclipse-sqlexplorer/Makefile
==============================================================================
--- head/java/eclipse-sqlexplorer/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-sqlexplorer/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	eclipse-
 DISTNAME=	net.sourceforge.${PORTNAME}_${PORTVERSION}
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A visual database query tool for Eclipse
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \

Modified: head/java/eclipse-sysdeo-tomcat/Makefile
==============================================================================
--- head/java/eclipse-sysdeo-tomcat/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-sysdeo-tomcat/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX=	-tomcat
 DISTNAME=	tomcatPluginV31
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Sysdeo Tomcat Launcher plugin for Eclipse
 
 RUN_DEPENDS+=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

Modified: head/java/eclipse-uml/Makefile
==============================================================================
--- head/java/eclipse-uml/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-uml/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	eclipse-
 DISTNAME=	uml2-SDK-${PORTVERSION}
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A framework creating UML diagrams in Eclipse
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \

Modified: head/java/eclipse-vep-examples/Makefile
==============================================================================
--- head/java/eclipse-vep-examples/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-vep-examples/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX=	-examples
 DISTNAME=	VE-examples-${PORTVERSION}
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Visual Editor Project for the Eclipse IDE (examples)
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

Modified: head/java/eclipse-vep/Makefile
==============================================================================
--- head/java/eclipse-vep/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-vep/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -12,7 +12,7 @@ PKGNAMEPREFIX=	eclipse-
 DISTNAME=	VE-SDK-${PORTVERSION}
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A framework for creating GUI builders for Eclipse
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \

Modified: head/java/eclipse-viplugin/Makefile
==============================================================================
--- head/java/eclipse-viplugin/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse-viplugin/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	eclipse-
 DISTNAME=	${PORTNAME}_${PORTVERSION}_E30
 DIST_SUBDIR=	eclipse
 
-MAINTAINER=	freebsd-eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Vi like keybinding Eclipse plugin FREETRIAL Version
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
+++ head/java/eclipse/Makefile	Tue Apr 29 07:25:36 2014	(r352582)
@@ -20,7 +20,7 @@ DISTFILES=	${ECLIPSE_BUILD_SRCFILE}:1 \
 DIST_SUBDIR=	eclipse
 EXTRACT_ONLY=	${ECLIPSE_BUILD_SRCFILE}
 
-MAINTAINER=	eclipse@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An open extensible IDE for anything and nothing in particular
 
 EXTRACT_DEPENDS=${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip



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