diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 09:04:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 09:04:06 +0000 |
commit | c9a1ff640f701dd47b9d7c50cda443249c3e2554 (patch) | |
tree | 9a5c3e8103b3ec9e59920d0f2f8f89d5eb2af948 | |
parent | 84db49dcaa0fc0d7bc72f3d7ecbc756a40990111 (diff) | |
download | ports-c9a1ff640f701dd47b9d7c50cda443249c3e2554.tar.gz ports-c9a1ff640f701dd47b9d7c50cda443249c3e2554.zip |
Notes
-rw-r--r-- | java/eclipse-emf/Makefile | 27 | ||||
-rw-r--r-- | java/eclipse-emf/distinfo | 6 | ||||
-rw-r--r-- | java/eclipse-emf/pkg-descr | 2 |
3 files changed, 10 insertions, 25 deletions
diff --git a/java/eclipse-emf/Makefile b/java/eclipse-emf/Makefile index 7ebbea5a82f2..f6390762579a 100644 --- a/java/eclipse-emf/Makefile +++ b/java/eclipse-emf/Makefile @@ -6,37 +6,22 @@ # PORTNAME= emf -PORTVERSION= 2.3.2 -PORTREVISION= 2 +PORTVERSION= 2.5.0 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/emf/emf/downloads/drops/,} -MASTER_SITE_SUBDIR=${PORTVERSION}/R200802051830 +MASTER_SITE_SUBDIR=${PORTVERSION}/R200906151043 PKGNAMEPREFIX= eclipse- -DISTNAME= emf-sdo-xsd-SDK-${PORTVERSION} +DISTNAME= emf-xsd-SDK-${PORTVERSION} DIST_SUBDIR= eclipse -MAINTAINER= freebsd-eclipse@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= Eclipse Modeling Framework RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse -DEPRECATED= This plugin can be installed from within eclipse via the updater -EXPIRATION_DATE=2010-01-19 - -NO_BUILD= yes -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/eclipse USE_ZIP= yes -USE_JAVA= yes -JAVA_VERSION= 1.5+ -JAVA_OS= native -do-install: - @${MKDIR} ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse - @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST} - @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \ - | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ - | ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST} +.include "${.CURDIR}/../eclipse/Makefile.plugins" .include <bsd.port.mk> diff --git a/java/eclipse-emf/distinfo b/java/eclipse-emf/distinfo index 9b32479e7c0c..e98677074214 100644 --- a/java/eclipse-emf/distinfo +++ b/java/eclipse-emf/distinfo @@ -1,3 +1,3 @@ -MD5 (eclipse/emf-sdo-xsd-SDK-2.3.2.zip) = da937bf8e31788d5121176581b286a43 -SHA256 (eclipse/emf-sdo-xsd-SDK-2.3.2.zip) = 2c582ea1d85410940657e74a1d0c1a17d83ab8c2f3678018e4f1857e887540cc -SIZE (eclipse/emf-sdo-xsd-SDK-2.3.2.zip) = 26676814 +MD5 (eclipse/emf-xsd-SDK-2.5.0.zip) = 321e9f9ccb2eb3c5a602490e14adb8bc +SHA256 (eclipse/emf-xsd-SDK-2.5.0.zip) = 1d52d706dfe7e36b3f3e1214e120479294bf2dc41103ae7424d7a79d7e0520ce +SIZE (eclipse/emf-xsd-SDK-2.5.0.zip) = 28391154 diff --git a/java/eclipse-emf/pkg-descr b/java/eclipse-emf/pkg-descr index de3274931d3d..909e32e331b9 100644 --- a/java/eclipse-emf/pkg-descr +++ b/java/eclipse-emf/pkg-descr @@ -8,4 +8,4 @@ documents, or modeling tools like Rational Rose, then imported into EMF. Most important of all, EMF provides the foundation for interoperability with other EMF-based tools and applications. -WWW: http://www.eclipse.org/emf/ +WWW: http://www.eclipse.org/modeling/emf/ |