svn commit: r398383 - in head/java/eclipse-ecj: . files

Steve Wills swills at FreeBSD.org
Thu Oct 1 20:02:41 UTC 2015


Author: swills
Date: Thu Oct  1 20:02:39 2015
New Revision: 398383
URL: https://svnweb.freebsd.org/changeset/ports/398383

Log:
  java/eclipse-ecj: update to 4.4.2

Modified:
  head/java/eclipse-ecj/Makefile
  head/java/eclipse-ecj/distinfo
  head/java/eclipse-ecj/files/patch-build.xml

Modified: head/java/eclipse-ecj/Makefile
==============================================================================
--- head/java/eclipse-ecj/Makefile	Thu Oct  1 19:25:57 2015	(r398382)
+++ head/java/eclipse-ecj/Makefile	Thu Oct  1 20:02:39 2015	(r398383)
@@ -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
 

Modified: head/java/eclipse-ecj/distinfo
==============================================================================
--- head/java/eclipse-ecj/distinfo	Thu Oct  1 19:25:57 2015	(r398382)
+++ head/java/eclipse-ecj/distinfo	Thu Oct  1 20:02:39 2015	(r398383)
@@ -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

Modified: head/java/eclipse-ecj/files/patch-build.xml
==============================================================================
--- head/java/eclipse-ecj/files/patch-build.xml	Thu Oct  1 19:25:57 2015	(r398382)
+++ head/java/eclipse-ecj/files/patch-build.xml	Thu Oct  1 20:02:39 2015	(r398383)
@@ -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>


More information about the svn-ports-all mailing list