Date: Thu, 9 Nov 2017 20:45:04 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453869 - in head: biology/tinker/files java/eclipse/files Message-ID: <201711092045.vA9Kj4SU080497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Nov 9 20:45:04 2017 New Revision: 453869 URL: https://svnweb.freebsd.org/changeset/ports/453869 Log: Fix the context of some patches so that they apply with stricter patch(1) PR: 223545 With hat: portmgr Modified: head/biology/tinker/files/patch-bench__bench1.run head/biology/tinker/files/patch-bench__bench2.run head/java/eclipse/files/patch-submodules Modified: head/biology/tinker/files/patch-bench__bench1.run ============================================================================== --- head/biology/tinker/files/patch-bench__bench1.run Thu Nov 9 20:34:51 2017 (r453868) +++ head/biology/tinker/files/patch-bench__bench1.run Thu Nov 9 20:45:04 2017 (r453869) @@ -1,5 +1,5 @@ ---- bench/bench1.run.orig Tue Jul 24 14:02:20 2001 -+++ bench/bench1.run Wed Sep 5 13:57:02 2001 +--- bench/bench1.run.orig 2015-05-08 20:57:45 UTC ++++ bench/bench1.run @@ -1 +1 @@ --../bin/timer bench1 1 y +-../bin/timer bench1 100 y +timer bench1 1 y Modified: head/biology/tinker/files/patch-bench__bench2.run ============================================================================== --- head/biology/tinker/files/patch-bench__bench2.run Thu Nov 9 20:34:51 2017 (r453868) +++ head/biology/tinker/files/patch-bench__bench2.run Thu Nov 9 20:45:04 2017 (r453869) @@ -1,5 +1,5 @@ ---- bench/bench2.run.orig Tue Jul 24 14:02:20 2001 -+++ bench/bench2.run Wed Sep 5 13:58:47 2001 +--- bench/bench2.run.orig 2015-05-08 20:57:45 UTC ++++ bench/bench2.run @@ -1 +1 @@ --../bin/timer bench2 1 y +-../bin/timer bench2 1000 y +timer bench2 1 y Modified: head/java/eclipse/files/patch-submodules ============================================================================== --- head/java/eclipse/files/patch-submodules Thu Nov 9 20:34:51 2017 (r453868) +++ head/java/eclipse/files/patch-submodules Thu Nov 9 20:45:04 2017 (r453869) @@ -1400,7 +1400,7 @@ index 32968af..6610342 100644 +++ b/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/pom.xml @@ -21,4 +21,70 @@ <artifactId>org.eclipse.equinox.launcher</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.200-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> + + <build>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711092045.vA9Kj4SU080497>