Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2013 12:56:11 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313883 - in head/www/calamaris: . files
Message-ID:  <201303111256.r2BCuB8D037245@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Mon Mar 11 12:56:11 2013
New Revision: 313883
URL: http://svnweb.freebsd.org/changeset/ports/313883

Log:
  Fix warning produced by modern version of perl.
  
  PR:		175877
  Submitted by:	Alexey Markov <redrat@mail.ru>

Added:
  head/www/calamaris/files/
  head/www/calamaris/files/patch-calamaris   (contents, props changed)
Modified:
  head/www/calamaris/Makefile   (contents, props changed)

Modified: head/www/calamaris/Makefile
==============================================================================
--- head/www/calamaris/Makefile	Mon Mar 11 12:53:40 2013	(r313882)
+++ head/www/calamaris/Makefile	Mon Mar 11 12:56:11 2013	(r313883)
@@ -7,6 +7,7 @@
 
 PORTNAME=	calamaris
 PORTVERSION=	2.59
+PORTREVISION=	1
 CATEGORIES=	www textproc
 MASTER_SITES=	http://cord.de/tools/squid/calamaris/
 

Added: head/www/calamaris/files/patch-calamaris
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/calamaris/files/patch-calamaris	Mon Mar 11 12:56:11 2013	(r313883)
@@ -0,0 +1,11 @@
+--- calamaris.orig	2013-03-11 16:52:12.000000000 +0400
++++ calamaris	2013-03-11 16:52:45.000000000 +0400
+@@ -2606,7 +2606,7 @@
+ 	    100, 100 * $tcp_hit / $tcp );
+   }
+   outstop(10);
+-  if ( defined(%tcp_content) ) {
++  if ( %tcp_content ) {
+     outstart(11);
+     if ( $tcp == 0 ) {
+       outline( 11, 'no matching requests' );



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303111256.r2BCuB8D037245>