Date: Fri, 3 Aug 2012 18:35:56 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301966 - in head/java/eclipse-ecj: . files Message-ID: <201208031835.q73IZuWT055515@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"/> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208031835.q73IZuWT055515>