- update to 3.8

- bring in patch from https://bugs.eclipse.org/bugs/show_bug.cgi?id=374724
This commit is contained in:
jgh
2012-08-03 18:35:56 +00:00
parent 432fba0c7c
commit c361cdf6b7
3 changed files with 15 additions and 5 deletions
+2 -3
View File
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= ecj
PORTVERSION= 3.7.2
PORTREVISION= 2
PORTVERSION= 3.8
CATEGORIES= java devel
MASTER_SITES= ECLIPSE
MASTER_SITE_SUBDIR= R-${PORTVERSION}-${DROPDATE}
@@ -30,7 +29,7 @@ SUB_FILES= ecj.sh
SUB_LIST= PORTVERSION=${PORTVERSION}
NO_WRKSUBDIR= yes
DROPDATE= 201202080800
DROPDATE= 201206081200
PLIST_FILES= bin/${PORTNAME}.sh \
%%JAVAJARDIR%%/${PORTNAME}-${PORTVERSION}.jar
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (ecjsrc-3.7.2.jar) = 755d871c3066f15cfaf5ea84075527eb97c92f9685058c3a326057e797f69e6b
SIZE (ecjsrc-3.7.2.jar) = 1366333
SHA256 (ecjsrc-3.8.jar) = 96e2445c77dfd0e7c641f5b2a251fab0d612e7f71eec9eea78bec28265a1420e
SIZE (ecjsrc-3.8.jar) = 1416922
+11
View File
@@ -0,0 +1,11 @@
--- ./build.xml
+++ ./build.xml
@@ -44,6 +44,7 @@
<fileset dir="${basedir}">
<include name="about.html"/>
<include name="**/*.rsc"/>
+ <include name="**/readableNames.props"/>
<include name="META-INF/**"/>
<include name="**/*.properties"/>
<exclude name="META-INF/eclipse.inf"/>