diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 09:12:05 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 09:12:05 +0000 |
commit | f0675a9786a189bd35a02bfb3e525fa1d0bd1b29 (patch) | |
tree | 4815f987095a47410381254bd128db02115cd342 /java/eclipse-gef | |
parent | c9a1ff640f701dd47b9d7c50cda443249c3e2554 (diff) | |
download | ports-f0675a9786a189bd35a02bfb3e525fa1d0bd1b29.tar.gz ports-f0675a9786a189bd35a02bfb3e525fa1d0bd1b29.zip |
- Update to 3.5.2 release
- Pass maintainership to submitter
- Use the new eclipse plugins Makefile
PR: ports/148992
Submitted by: Sutra Zhou <zhoushuqun@gmail.com>
Notes
Notes:
svn path=/head/; revision=260687
Diffstat (limited to 'java/eclipse-gef')
-rw-r--r-- | java/eclipse-gef/Makefile | 25 | ||||
-rw-r--r-- | java/eclipse-gef/distinfo | 6 |
2 files changed, 8 insertions, 23 deletions
diff --git a/java/eclipse-gef/Makefile b/java/eclipse-gef/Makefile index 010d564b2175..5db86debf0e5 100644 --- a/java/eclipse-gef/Makefile +++ b/java/eclipse-gef/Makefile @@ -6,37 +6,22 @@ # PORTNAME= gef -PORTVERSION= 3.3.2 -PORTREVISION= 2 +PORTVERSION= 3.5.2 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,} -MASTER_SITE_SUBDIR= ${PORTVERSION}/R200802211602/ +MASTER_SITE_SUBDIR= ${PORTVERSION}/R201002241200 PKGNAMEPREFIX= eclipse- DISTNAME= GEF-ALL-${PORTVERSION} DIST_SUBDIR= eclipse -MAINTAINER= freebsd-eclipse@FreeBSD.org +MAINTAINER= zhoushuqun@gmail.com COMMENT= Graphical Editing Framework for the Eclipse IDE 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-gef/distinfo b/java/eclipse-gef/distinfo index 107d31bfd2d6..04ac8a8bdb62 100644 --- a/java/eclipse-gef/distinfo +++ b/java/eclipse-gef/distinfo @@ -1,3 +1,3 @@ -MD5 (eclipse/GEF-ALL-3.3.2.zip) = 7b5a475d577d0e45068f73903f77c87c -SHA256 (eclipse/GEF-ALL-3.3.2.zip) = a5dc105e0a3b7931bbc16f744c382344388b28bcf8ed251ca0a88b1793dd6c6e -SIZE (eclipse/GEF-ALL-3.3.2.zip) = 7185118 +MD5 (eclipse/GEF-ALL-3.5.2.zip) = 9c6171b113f5833d40dbc016f37830b7 +SHA256 (eclipse/GEF-ALL-3.5.2.zip) = 4e978b5279fcaaa772018f4efcf3bb8b14145f24809160b8c24eb24a9d6dc588 +SIZE (eclipse/GEF-ALL-3.5.2.zip) = 6167835 |