diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-11 22:14:15 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-11 22:14:15 +0000 |
commit | 85f7db18684c321ba6c3bdbb3250437ae25cf449 (patch) | |
tree | bfeff062a0adcc47c7a15536c109f427fec7b353 /java/eclipse-datatools/Makefile | |
parent | java/eclipse: Fix dropins location (diff) |
Update 8 plugins following upgrade to Eclipse 4.3.2
The following plugins must be updated after upgrading Eclipse to
version 4.3.2 because they don't currently work:
* java/eclipse-datatools (assign maintainership too)
* java/eclipse-emf
* java/eclipse-gef
* java/eclipse-pydev
* java/eclipse-webtools
* java/eclipse-windowbuilder
* devel/scala-ide
* devel/subversive
PR: 191798
Submitted by: Eclipse maintainer (Jimmy Kelly)
Notes
Notes:
svn path=/head/; revision=361590
Diffstat (limited to 'java/eclipse-datatools/Makefile')
-rw-r--r-- | java/eclipse-datatools/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/eclipse-datatools/Makefile b/java/eclipse-datatools/Makefile index 7929ed21f69c..a01efbf5a434 100644 --- a/java/eclipse-datatools/Makefile +++ b/java/eclipse-datatools/Makefile @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= datatools -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= java devel databases -MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/datatools/downloads/,} -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,} +MASTER_SITE_SUBDIR=datatools/downloads/${PORTVERSION} PKGNAMEPREFIX= eclipse- -DISTNAME= dtp-sdk_${PORTVERSION} +DISTNAME= dtp-sdk_${PORTVERSION}.0 DIST_SUBDIR= eclipse -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ljboiler@gmail.com COMMENT= Data Tools Platform for the Eclipse IDE -RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ +RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \ ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef |