diff options
author | girgen <girgen@FreeBSD.org> | 2006-11-07 11:06:11 +0000 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2006-11-07 11:06:11 +0000 |
commit | 2b7184d76d73f7ad8517f2fe0ba2e31b54d4da2c (patch) | |
tree | 0a4a24d3b53b688aa5e78bb7f51aead7fbad5add /java | |
parent | 3adcd97a4912d2218b3af67aa00fda692bd00374 (diff) | |
download | FreeBSD-ports-2b7184d76d73f7ad8517f2fe0ba2e31b54d4da2c.zip FreeBSD-ports-2b7184d76d73f7ad8517f2fe0ba2e31b54d4da2c.tar.gz |
Update to 0.4.0, which is compatible with Eclipse-3.2.1.
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-EPIC/Makefile | 15 | ||||
-rw-r--r-- | java/eclipse-EPIC/distinfo | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/java/eclipse-EPIC/Makefile b/java/eclipse-EPIC/Makefile index 234acc18..fa22293 100644 --- a/java/eclipse-EPIC/Makefile +++ b/java/eclipse-EPIC/Makefile @@ -6,13 +6,12 @@ # PORTNAME= EPIC -PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTVERSION= 0.4.0 CATEGORIES= java editors devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= e-p-i-c PKGNAMEPREFIX= eclipse- -DISTNAME= ${EPIC}_${PORTVERSION}_20040711 +DISTNAME= ${EPIC}_${PORTVERSION}_20060804 MAINTAINER= gerrit.beine@gmx.de COMMENT= EPIC adds Perl support to the Eclipse IDE Framework @@ -25,11 +24,11 @@ WRKSRC= ${WRKDIR}/${EPIC} EPIC= org.epic.updatesite ECLIPSE= ${PREFIX}/eclipse -EPICFILES= features/org.epic.feature.main_0.3.0 \ - plugins/org.epic.debug_0.2.0 \ - plugins/org.epic.ext.cbg.editor_0.3.0 \ - plugins/org.epic.perleditor_0.1.2 \ - plugins/org.epic.regexp_0.1.2 +EPICFILES= features/org.epic.feature.main_0.4.0 \ + plugins/org.epic.debug_0.4.0 \ + plugins/org.epic.doc_0.4.0 \ + plugins/org.epic.perleditor_0.4.0 \ + plugins/org.epic.regexp_0.4.0 post-extract: .for file in ${EPICFILES} diff --git a/java/eclipse-EPIC/distinfo b/java/eclipse-EPIC/distinfo index 95a09f7..edfad22 100644 --- a/java/eclipse-EPIC/distinfo +++ b/java/eclipse-EPIC/distinfo @@ -1,3 +1,3 @@ -MD5 (org.epic.updatesite_0.3.0_20040711.zip) = 5ab8b866c599bd41f8dcb57564d5bc2d -SHA256 (org.epic.updatesite_0.3.0_20040711.zip) = 62f300a6d7b27fae60fd8a2440abe77a7440e3ad11880718dd6d84aff300f73a -SIZE (org.epic.updatesite_0.3.0_20040711.zip) = 2649757 +MD5 (org.epic.updatesite_0.4.0_20060804.zip) = 4ea958644dc6a2c8ba6f34b158e9c34d +SHA256 (org.epic.updatesite_0.4.0_20060804.zip) = 9fe8693721ad02fb26b89a2ca8f8716277f6bd90f4b65ce0d9c01cc5b3adb77b +SIZE (org.epic.updatesite_0.4.0_20060804.zip) = 3115836 |