Date: Fri, 10 Nov 2017 17:33:31 +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: r453906 - head/net/openmq/files Message-ID: <201711101733.vAAHXVJk009267@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Nov 10 17:33:31 2017 New Revision: 453906 URL: https://svnweb.freebsd.org/changeset/ports/453906 Log: Fix the context of some patches so that they apply with stricter patch(1) PR: 223545 With hat: portmgr Modified: head/net/openmq/files/patch-imqbrokerd Modified: head/net/openmq/files/patch-imqbrokerd ============================================================================== --- head/net/openmq/files/patch-imqbrokerd Fri Nov 10 16:27:32 2017 (r453905) +++ head/net/openmq/files/patch-imqbrokerd Fri Nov 10 17:33:31 2017 (r453906) @@ -1,12 +1,12 @@ ---- src/solaris/bin/imqbrokerd.sh.orig 2009-09-11 20:39:07.000000000 +0200 -+++ src/solaris/bin/imqbrokerd.sh 2009-12-09 23:42:43.000000000 +0100 +--- src/solaris/bin/imqbrokerd.sh.orig 2011-05-11 17:31:10 UTC ++++ src/solaris/bin/imqbrokerd.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -T - ############################################################################# # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -@@ -53,6 +53,7 @@ + # +@@ -55,6 +55,7 @@ shutdown_broker() { # The broker's shutdown hooks will make sure it exits cleanly if [ -n "$_javapid" ]; then kill -TERM $_javapid
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711101733.vAAHXVJk009267>