Date: Sun, 14 Apr 2019 12:31:55 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498900 - head/java/eclipse-pydev Message-ID: <201904141231.x3ECVtHG051342@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Apr 14 12:31:54 2019 New Revision: 498900 URL: https://svnweb.freebsd.org/changeset/ports/498900 Log: java/eclipse-pydev: unbreak after java/eclipse update - path to BUNDLES_INFO changed PR: 236792 Modified: head/java/eclipse-pydev/Makefile Modified: head/java/eclipse-pydev/Makefile ============================================================================== --- head/java/eclipse-pydev/Makefile Sun Apr 14 12:25:08 2019 (r498899) +++ head/java/eclipse-pydev/Makefile Sun Apr 14 12:31:54 2019 (r498900) @@ -3,7 +3,7 @@ PORTNAME= pydev PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/PyDev%20${PORTVERSION}/ PKGNAMEPREFIX= eclipse- @@ -12,13 +12,11 @@ DISTNAME= PyDev%20${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= Eclipse plugin for Python and Jython development -BROKEN= after java/eclipse update - LICENSE= EPL RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:java/eclipse -BUNDLES_INFO= ${PREFIX}/lib/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info +BUNDLES_INFO= ${PREFIX}/share/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info JYTHON_DESC= Use Jython as Python interpreter @@ -50,11 +48,9 @@ pre-install: ${PYTHON_CMD} -O -m compileall -x javashell.py -f ${WRKSRC} add-plist-post: - @${ECHO_CMD} "@exec ${CAT} ${PYDEV_BUNDLES_INFO} >> ${BUNDLES_INFO}" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${SED} -i '' -E '/^((org)|(com))\.python\.pydev/d' %D/lib/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info" >> ${TMPPLIST} + ${ECHO_CMD} "@exec ${CAT} ${PYDEV_BUNDLES_INFO} >> ${BUNDLES_INFO}" >> ${TMPPLIST} + ${ECHO_CMD} "@unexec ${SED} -i '' -E '/^((org)|(com))\.python\.pydev/d' %D/share/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info" >> ${TMPPLIST} -# do not include, file went away after java/eclipse update -# mizhka@gmail.com is working on the update -# .include "${PORTSDIR}/java/eclipse/Makefile.plugins" +.include "${PORTSDIR}/java/eclipse/Makefile.plugins" .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904141231.x3ECVtHG051342>