diff options
author | swills <swills@FreeBSD.org> | 2015-10-02 04:02:39 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-10-02 04:02:39 +0800 |
commit | e9906c87d76f72cb5a5752ec92183f82d0bd2488 (patch) | |
tree | 427639e9e225ff87044088245df8685c6d6955a8 /java | |
parent | 4b01a77bc2c05d6b30706b3f8d177475eaa4382c (diff) | |
download | freebsd-ports-gnome-e9906c87d76f72cb5a5752ec92183f82d0bd2488.tar.gz freebsd-ports-gnome-e9906c87d76f72cb5a5752ec92183f82d0bd2488.tar.zst freebsd-ports-gnome-e9906c87d76f72cb5a5752ec92183f82d0bd2488.zip |
java/eclipse-ecj: update to 4.4.2
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-ecj/Makefile | 6 | ||||
-rw-r--r-- | java/eclipse-ecj/distinfo | 4 | ||||
-rw-r--r-- | java/eclipse-ecj/files/patch-build.xml | 33 |
3 files changed, 28 insertions, 15 deletions
diff --git a/java/eclipse-ecj/Makefile b/java/eclipse-ecj/Makefile index d21cd6678be9..f8816dc3ff6d 100644 --- a/java/eclipse-ecj/Makefile +++ b/java/eclipse-ecj/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= ecj -PORTVERSION= 3.8.2 +PORTVERSION= 4.4.2 CATEGORIES= java devel -MASTER_SITES= http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-${PORTVERSION}-${DROPDATE}/ +MASTER_SITES= http://download.eclipse.org/eclipse/downloads/drops4/R-${PORTVERSION}-${DROPDATE}/ PKGNAMEPREFIX= eclipse- DISTNAME= ecjsrc-${PORTVERSION} EXTRACT_SUFX= .jar @@ -25,7 +25,7 @@ SUB_FILES= ecj.sh SUB_LIST= PORTVERSION=${PORTVERSION} NO_WRKSUBDIR= yes -DROPDATE= 201301310800 +DROPDATE= 201502041700 PLIST_FILES= bin/${PORTNAME}.sh \ %%JAVAJARDIR%%/${PORTNAME}-${PORTVERSION}.jar diff --git a/java/eclipse-ecj/distinfo b/java/eclipse-ecj/distinfo index 9cced20b6d1a..8b3e83854383 100644 --- a/java/eclipse-ecj/distinfo +++ b/java/eclipse-ecj/distinfo @@ -1,2 +1,2 @@ -SHA256 (ecjsrc-3.8.2.jar) = 0474bd9964a3122e3cfe68b4c9fe370cdc24048a8ec4699d0c2f042e4990ad06 -SIZE (ecjsrc-3.8.2.jar) = 1417176 +SHA256 (ecjsrc-4.4.2.jar) = ad3daf77ab710268f88c41fba87218dcdf502b423217a3799b5227ddf03b5858 +SIZE (ecjsrc-4.4.2.jar) = 1764959 diff --git a/java/eclipse-ecj/files/patch-build.xml b/java/eclipse-ecj/files/patch-build.xml index 45f35a3d917f..b21b448d7910 100644 --- a/java/eclipse-ecj/files/patch-build.xml +++ b/java/eclipse-ecj/files/patch-build.xml @@ -1,11 +1,24 @@ ---- ./build.xml -+++ ./build.xml -@@ -44,6 +44,7 @@ +--- build.xml.orig 2015-01-28 10:02:16 UTC ++++ build.xml +@@ -22,13 +22,12 @@ + + <javac srcdir="${basedir}" destdir="${output}" + debuglevel="lines,source" ++ encoding="UTF-8" + source="1.6" + target="1.6"> + <compilerarg line="-Xlint:none"/> + </javac> + +- <delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/> +- <copy tofile="${basedir}/META-INF/MANIFEST.MF" file="${basedir}/scripts/binary/META-INF/MANIFEST.MF"/> + <zip destfile="${basedir}/${jar_file}"> + <fileset dir="${output}" /> <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"/> - +@@ -43,4 +42,4 @@ + </zip> + <delete dir="${output}" /> + </target> +-</project> +\ No newline at end of file ++</project> |