diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-17 23:44:04 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-17 23:44:04 +0000 |
commit | 54c6bbc8b6e535e376fe763bc8c8a590b0e6cf8f (patch) | |
tree | 9d314e986cbe35190958461f19af8d68a540c708 /java | |
parent | Get rid of USE_X_PREFIX. (diff) |
- Update to 1.3.2.20080222
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=209266
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-findbugs/Makefile | 11 | ||||
-rw-r--r-- | java/eclipse-findbugs/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/java/eclipse-findbugs/Makefile b/java/eclipse-findbugs/Makefile index 05f4201b00b8..5306fe6d4758 100644 --- a/java/eclipse-findbugs/Makefile +++ b/java/eclipse-findbugs/Makefile @@ -6,10 +6,9 @@ # PORTNAME= findbugs -DISTVERSION= 1.3.0.20071108 +DISTVERSION= 1.3.2.20080222 CATEGORIES= java devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF PKGNAMEPREFIX= eclipse- DISTNAME= edu.umd.cs.findbugs.plugin.eclipse_${DISTVERSION} DIST_SUBDIR= eclipse @@ -26,11 +25,13 @@ JAVA_VERSION= 1.4+ JAVA_OS= native PLIST_DIRS= \ + %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/META-INF \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/plugin \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/icons \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%% # PLIST_FILES= \ + %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/META-INF/MANIFEST.MF \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/FindBugs.png \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/Fortify.png \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/RELEASENOTES \ @@ -55,6 +56,7 @@ PLIST_FILES= \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/icons/buggy-tiny.png \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/icons/bugview.gif \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/icons/detailsView.png \ + %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/icons/refresh.gif \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/icons/runFindbugs.png \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/icons/treeView.png \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/icons/warning.png \ @@ -66,7 +68,6 @@ PLIST_FILES= \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/plugin_fr.properties \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/plugin_ja.properties \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/smallBuggy.png \ - %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/surelogic.png \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/umdFindbugs.png \ %%ECLIPSE_PLUGINS%%/%%DISTNAME%%/welcome.xml # @@ -85,5 +86,5 @@ do-install: ${FIND} -s $$(${BASENAME} ${WRKSRC}) -not -type d \ -exec ${INSTALL_DATA} "{}" "${PREFIX}/eclipse/plugins/{}" \; \ ) - + .include <bsd.port.mk> diff --git a/java/eclipse-findbugs/distinfo b/java/eclipse-findbugs/distinfo index 31501b6ffa9c..5861e5943a09 100644 --- a/java/eclipse-findbugs/distinfo +++ b/java/eclipse-findbugs/distinfo @@ -1,3 +1,3 @@ -MD5 (eclipse/edu.umd.cs.findbugs.plugin.eclipse_1.3.0.20071108.zip) = c4a2bd8794c6e6c1c23adeffd4999a1f -SHA256 (eclipse/edu.umd.cs.findbugs.plugin.eclipse_1.3.0.20071108.zip) = c165b3ea40976fd29fc543849cb910107cfa7cf2ae98014ca76843fb87959d0a -SIZE (eclipse/edu.umd.cs.findbugs.plugin.eclipse_1.3.0.20071108.zip) = 3508661 +MD5 (eclipse/edu.umd.cs.findbugs.plugin.eclipse_1.3.2.20080222.zip) = 219122d8ee6b4def1cfb174a58dfac73 +SHA256 (eclipse/edu.umd.cs.findbugs.plugin.eclipse_1.3.2.20080222.zip) = b9b3c6183ad1d1504cca7109f0f819650810c8e09f3111c604558b5ccf4b3bd6 +SIZE (eclipse/edu.umd.cs.findbugs.plugin.eclipse_1.3.2.20080222.zip) = 3556632 |