svn commit: r313883 - in head/www/calamaris: . files

Dmitry Sivachenko demon at FreeBSD.org
Mon Mar 11 12:56:12 UTC 2013


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 at 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' );


More information about the svn-ports-head mailing list