Date: Sat, 11 Nov 2017 07:11:38 +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: r453953 - in head: net-mgmt/librenms/files net/tcpick/files Message-ID: <201711110711.vAB7Bcs7060423@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Nov 11 07:11:37 2017 New Revision: 453953 URL: https://svnweb.freebsd.org/changeset/ports/453953 Log: Fix the context of some patches so that they apply with stricter patch(1) PR: 223545 With hat: portmgr Modified: head/net-mgmt/librenms/files/patch-poller-wrapper.py head/net/tcpick/files/patch-src_lookup.h Modified: head/net-mgmt/librenms/files/patch-poller-wrapper.py ============================================================================== --- head/net-mgmt/librenms/files/patch-poller-wrapper.py Sat Nov 11 07:11:19 2017 (r453952) +++ head/net-mgmt/librenms/files/patch-poller-wrapper.py Sat Nov 11 07:11:37 2017 (r453953) @@ -1,12 +1,12 @@ ---- poller-wrapper.py.orig 2014-11-04 16:14:27 UTC +--- poller-wrapper.py.orig 2017-05-28 21:54:20 UTC +++ poller-wrapper.py @@ -1,4 +1,4 @@ --#! /usr/bin/env python +-#! /usr/bin/env python2 +#! %%LOCALBASE%%/bin/python """ - poller-wrapper A small tool which wraps around the Observium poller - and tries to guide the polling process with a more modern -@@ -38,6 +38,8 @@ except: + poller-wrapper A small tool which wraps around the poller and tries to + guide the polling process with a more modern approach with a +@@ -36,6 +36,8 @@ except: print "threading, Queue, sys, subprocess, time, os, json" sys.exit(2) Modified: head/net/tcpick/files/patch-src_lookup.h ============================================================================== --- head/net/tcpick/files/patch-src_lookup.h Sat Nov 11 07:11:19 2017 (r453952) +++ head/net/tcpick/files/patch-src_lookup.h Sat Nov 11 07:11:37 2017 (r453953) @@ -1,8 +1,8 @@ ---- src/lookup.h.orig 2011-06-04 14:06:21.000000000 +0900 -+++ src/lookup.h 2011-06-04 14:20:51.000000000 +0900 -@@ -40,3 +40,16 @@ - char * name; - struct in_addr ip; +--- src/lookup.h.orig 2004-12-31 13:53:30 UTC ++++ src/lookup.h +@@ -40,3 +40,16 @@ struct _l_node /* the node/leaf of the t + char * name; + struct in_addr ip; }; + +char *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711110711.vAB7Bcs7060423>