From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 09:31:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 559A71D8; Wed, 1 Oct 2014 09:31:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 419FD6B4; Wed, 1 Oct 2014 09:31:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s919VYai077766; Wed, 1 Oct 2014 09:31:34 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s919VYJ2077765; Wed, 1 Oct 2014 09:31:34 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201410010931.s919VYJ2077765@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Wed, 1 Oct 2014 09:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369707 - head/net-mgmt/smokeping/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 09:31:34 -0000 Author: rodrigo Date: Wed Oct 1 09:31:33 2014 New Revision: 369707 URL: https://svnweb.freebsd.org/changeset/ports/369707 QAT: https://qat.redports.org/buildarchive/r369707/ Log: fix perl5.18 build PR: ports/182840 Submitted by: alexey Approved by: bapt (mentor) Added: head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm (contents, props changed) Added: head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm Wed Oct 1 09:31:33 2014 (r369707) @@ -0,0 +1,11 @@ +--- lib/Smokeping.pm.orig 2014-09-12 08:24:07.080901489 +0000 ++++ lib/Smokeping.pm 2014-09-12 08:24:45.049898644 +0000 +@@ -2631,7 +2631,7 @@ + The base directory where SmokePing keeps the files related to the DYNAMIC function. + This directory must be writeable by the WWW server. It is also used for temporary + storage of slave polling results by the master in +-L. ++Lslave mode|smokeping_master_slave>. + + If this variable is not specified, the value of C will be used instead. + DOC