From owner-svn-ports-all@FreeBSD.ORG Sat Sep 20 06:40:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61ADEFD9; Sat, 20 Sep 2014 06:40:05 +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 4D5102E6; Sat, 20 Sep 2014 06:40:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8K6e5r6009396; Sat, 20 Sep 2014 06:40:05 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8K6e5jL009395; Sat, 20 Sep 2014 06:40:05 GMT (envelope-from az@FreeBSD.org) Message-Id: <201409200640.s8K6e5jL009395@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Sat, 20 Sep 2014 06:40:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368621 - 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: Sat, 20 Sep 2014 06:40:05 -0000 Author: az Date: Sat Sep 20 06:40:04 2014 New Revision: 368621 URL: http://svnweb.freebsd.org/changeset/ports/368621 QAT: https://qat.redports.org/buildarchive/r368621/ Log: fix build with perl 5.18 PR: 193064 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 Sat Sep 20 06:40:04 2014 (r368621) @@ -0,0 +1,11 @@ +--- ./lib/Smokeping.pm.orig 2014-09-20 00:55:47.498042436 +0400 ++++ ./lib/Smokeping.pm 2014-09-20 00:56:31.929038660 +0400 +@@ -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