Date: Sat, 21 Mar 2015 16:46:53 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381798 - in head/java: eclipse-ocl eclipse-quantum Message-ID: <201503211646.t2LGkrIB001842@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503211646.t2LGkrIB001842>