diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-28 04:59:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-28 04:59:01 +0800 |
commit | 79b1eb3a42cfaff05bc03532a39350427c69207a (patch) | |
tree | 65e90ff0267c551d36b694e3c2da003b654fd307 /java | |
parent | 7491978abc2410f9ecf5f4926fba3519a58b9f5f (diff) | |
download | freebsd-ports-gnome-79b1eb3a42cfaff05bc03532a39350427c69207a.tar.gz freebsd-ports-gnome-79b1eb3a42cfaff05bc03532a39350427c69207a.tar.zst freebsd-ports-gnome-79b1eb3a42cfaff05bc03532a39350427c69207a.zip |
- Update to 0.6.13
PR: 116634
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-EPIC/Makefile | 19 | ||||
-rw-r--r-- | java/eclipse-EPIC/distinfo | 6 |
2 files changed, 12 insertions, 13 deletions
diff --git a/java/eclipse-EPIC/Makefile b/java/eclipse-EPIC/Makefile index 8a71a753c5ad..134c35b8eecc 100644 --- a/java/eclipse-EPIC/Makefile +++ b/java/eclipse-EPIC/Makefile @@ -6,13 +6,12 @@ # PORTNAME= EPIC -PORTVERSION= 0.5.33 -PORTREVISION= 1 +PORTVERSION= 0.6.13 CATEGORIES= java editors devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= e-p-i-c PKGNAMEPREFIX= eclipse- -DISTNAME= ${EPIC}_${PORTVERSION}_20070406 +DISTNAME= ${EPIC}_${PORTVERSION}_20070808 MAINTAINER= gerrit.beine@gmx.de COMMENT= EPIC adds Perl support to the Eclipse IDE Framework @@ -25,13 +24,13 @@ WRKSRC= ${WRKDIR}/${EPIC} EPIC= org.epic.updatesite ECLIPSE= ${PREFIX}/eclipse -EPICFILES= features/org.epic.feature.main_0.5.33 \ - plugins/org.epic.debug_0.5.24 \ - plugins/org.epic.doc_0.5.6 \ - plugins/org.epic.lib_0.5.1 \ - plugins/org.epic.perleditor_0.5.26 \ - plugins/org.epic.regexp_0.5.1 \ - plugins/org.epic.source_0.5.33 +EPICFILES= features/org.epic.feature.main_${PORTVERSION} \ + plugins/org.epic.debug_${PORTVERSION} \ + plugins/org.epic.doc_0.6.1 \ + plugins/org.epic.lib_0.6.0 \ + plugins/org.epic.perleditor_0.6.6 \ + plugins/org.epic.regexp_0.6.0 \ + plugins/org.epic.source_${PORTVERSION} post-extract: .for file in ${EPICFILES} diff --git a/java/eclipse-EPIC/distinfo b/java/eclipse-EPIC/distinfo index a2a70cd980b0..4fb8a37f2587 100644 --- a/java/eclipse-EPIC/distinfo +++ b/java/eclipse-EPIC/distinfo @@ -1,3 +1,3 @@ -MD5 (org.epic.updatesite_0.5.33_20070406.zip) = 70593b67709ad7db3941282c66055962 -SHA256 (org.epic.updatesite_0.5.33_20070406.zip) = 307c3686a917eea6bc133cf7d2f617cab470cae46c53ac6a94bdc6e20b7bce1f -SIZE (org.epic.updatesite_0.5.33_20070406.zip) = 3401315 +MD5 (org.epic.updatesite_0.6.13_20070808.zip) = 8f1d7fa06c276084bba71ca4187e86f1 +SHA256 (org.epic.updatesite_0.6.13_20070808.zip) = 2a05f079b84fee4c17b39c7bf86eb47ea9c81a4b736933ddd5cda4b051aedee1 +SIZE (org.epic.updatesite_0.6.13_20070808.zip) = 3427194 |