From owner-svn-ports-head@freebsd.org Thu Nov 9 20:45:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60CAFE5C02A; Thu, 9 Nov 2017 20:45:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1340A7857A; Thu, 9 Nov 2017 20:45:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA9Kj5YT080500; Thu, 9 Nov 2017 20:45:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA9Kj4SU080497; Thu, 9 Nov 2017 20:45:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201711092045.vA9Kj4SU080497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 9 Nov 2017 20:45:04 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: biology/tinker/files java/eclipse/files X-SVN-Commit-Revision: 453869 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2017 20:45:06 -0000 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 @@ org.eclipse.equinox.launcher - 1.3.0-SNAPSHOT + 1.3.200-SNAPSHOT eclipse-plugin + +