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

Jason Helfman jgh at FreeBSD.org
Fri Aug 3 18:35:57 UTC 2012


Author: jgh
Date: Fri Aug  3 18:35:56 2012
New Revision: 301966
URL: http://svn.freebsd.org/changeset/ports/301966

Log:
  - update to 3.8
  - bring in patch from https://bugs.eclipse.org/bugs/show_bug.cgi?id=374724

Added:
  head/java/eclipse-ecj/files/patch-build.xml   (contents, props changed)
Modified:
  head/java/eclipse-ecj/Makefile   (contents, props changed)
  head/java/eclipse-ecj/distinfo   (contents, props changed)

Modified: head/java/eclipse-ecj/Makefile
==============================================================================
--- head/java/eclipse-ecj/Makefile	Fri Aug  3 17:20:30 2012	(r301965)
+++ head/java/eclipse-ecj/Makefile	Fri Aug  3 18:35:56 2012	(r301966)
@@ -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
 

Modified: head/java/eclipse-ecj/distinfo
==============================================================================
--- head/java/eclipse-ecj/distinfo	Fri Aug  3 17:20:30 2012	(r301965)
+++ head/java/eclipse-ecj/distinfo	Fri Aug  3 18:35:56 2012	(r301966)
@@ -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

Added: head/java/eclipse-ecj/files/patch-build.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/eclipse-ecj/files/patch-build.xml	Fri Aug  3 18:35:56 2012	(r301966)
@@ -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"/>
+



More information about the svn-ports-head mailing list