svn commit: r381798 - in head/java: eclipse-ocl eclipse-quantum

John Marino marino at FreeBSD.org
Sat Mar 21 16:46:54 UTC 2015


Author: marino
Date: Sat Mar 21 16:46:52 2015
New Revision: 381798
URL: https://svnweb.freebsd.org/changeset/ports/381798
QAT: https://qat.redports.org/buildarchive/r381798/

Log:
  java/eclipse-(ocl|quantum): Deprecate due to deprecated run dependencies
  
  PR:	195985

Modified:
  head/java/eclipse-ocl/Makefile
  head/java/eclipse-quantum/Makefile

Modified: head/java/eclipse-ocl/Makefile
==============================================================================
--- head/java/eclipse-ocl/Makefile	Sat Mar 21 16:23:28 2015	(r381797)
+++ head/java/eclipse-ocl/Makefile	Sat Mar 21 16:46:52 2015	(r381798)
@@ -14,6 +14,9 @@ DIST_SUBDIR=	eclipse
 MAINTAINER=	vj562001 at yahoo.de
 COMMENT=	Implementation of the OCL OMG standard for EMF-based models
 
+DEPRECATED=	depends on deprecated java/eclipse-emf
+EXPIRATION_DATE=	2015-04-18
+
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
 		eclipse-emf>0:${PORTSDIR}/java/eclipse-emf
 

Modified: head/java/eclipse-quantum/Makefile
==============================================================================
--- head/java/eclipse-quantum/Makefile	Sat Mar 21 16:23:28 2015	(r381797)
+++ head/java/eclipse-quantum/Makefile	Sat Mar 21 16:46:52 2015	(r381798)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	eclipse
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Database access and SQL editor for the Eclipse IDE
 
+DEPRECATED=	depends on deprecated java/eclipse-gef
+EXPIRATION_DATE=	2015-04-18
+
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
 		eclipse-gef>0:${PORTSDIR}/java/eclipse-gef
 


More information about the svn-ports-head mailing list