svn commit: r453906 - head/net/openmq/files

Antoine Brodin antoine at FreeBSD.org
Fri Nov 10 17:33:32 UTC 2017


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


More information about the svn-ports-all mailing list