Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 09:31:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525696 - in head/devel/log4cxx: . files
Message-ID:  <202002100931.01A9VL3q080776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Feb 10 09:31:21 2020
New Revision: 525696
URL: https://svnweb.freebsd.org/changeset/ports/525696

Log:
  - Regenerate patches
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/log4cxx/files/patch-include-clocale-and-cstdlib
  head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp
  head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp
  head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp
  head/devel/log4cxx/pkg-descr

Modified: head/devel/log4cxx/files/patch-include-clocale-and-cstdlib
==============================================================================
--- head/devel/log4cxx/files/patch-include-clocale-and-cstdlib	Mon Feb 10 08:38:19 2020	(r525695)
+++ head/devel/log4cxx/files/patch-include-clocale-and-cstdlib	Mon Feb 10 09:31:21 2020	(r525696)
@@ -1,5 +1,5 @@
---- src/main/cpp/stringhelper.cpp	2008-04-01 00:34:09.000000000 +0200
-+++ src/main/cpp/stringhelper.cpp	2013-11-22 11:27:50.000000000 +0100
+--- src/main/cpp/stringhelper.cpp.orig	2008-03-31 22:34:09 UTC
++++ src/main/cpp/stringhelper.cpp
 @@ -28,6 +28,7 @@
  #endif
  #include <log4cxx/private/log4cxx_private.h>
@@ -8,17 +8,16 @@
  #include <apr.h>
  
  
---- src/main/include/log4cxx/helpers/simpledateformat.h	2008-04-01 00:34:26.000000000 +0200
-+++ src/main/include/log4cxx/helpers/simpledateformat.h	2013-11-22 11:27:27.000000000 +0100
-@@ -27,10 +27,9 @@
+--- src/main/include/log4cxx/helpers/simpledateformat.h.orig	2008-03-31 22:34:26 UTC
++++ src/main/include/log4cxx/helpers/simpledateformat.h
+@@ -27,9 +27,8 @@
  
  #include <log4cxx/helpers/dateformat.h>
  #include <vector>
 +#include <locale>
  #include <time.h>
- 
--namespace std { class locale; }
 -
+-namespace std { class locale; }
+ 
  namespace log4cxx
  {
-         namespace helpers

Modified: head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp
==============================================================================
--- head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp	Mon Feb 10 08:38:19 2020	(r525695)
+++ head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp	Mon Feb 10 09:31:21 2020	(r525696)
@@ -1,6 +1,6 @@
 $NetBSD: patch-src_examples_cpp_console.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $
 
---- src/examples/cpp/console.cpp.orig	2011-11-25 19:53:15.000000000 +0000
+--- src/examples/cpp/console.cpp.orig	2008-03-31 22:34:52 UTC
 +++ src/examples/cpp/console.cpp
 @@ -16,6 +16,7 @@
   */

Modified: head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp
==============================================================================
--- head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp	Mon Feb 10 08:38:19 2020	(r525695)
+++ head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp	Mon Feb 10 09:31:21 2020	(r525696)
@@ -1,6 +1,6 @@
 $NetBSD: patch-src_main_cpp_inputstreamreader.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $
 
---- src/main/cpp/inputstreamreader.cpp.orig	2011-11-25 19:46:39.000000000 +0000
+--- src/main/cpp/inputstreamreader.cpp.orig	2008-03-31 22:34:09 UTC
 +++ src/main/cpp/inputstreamreader.cpp
 @@ -20,6 +20,7 @@
  #include <log4cxx/helpers/exception.h>

Modified: head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp
==============================================================================
--- head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp	Mon Feb 10 08:38:19 2020	(r525695)
+++ head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp	Mon Feb 10 09:31:21 2020	(r525696)
@@ -1,6 +1,6 @@
 $NetBSD: patch-src_main_cpp_socketoutputstream.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $
 
---- src/main/cpp/socketoutputstream.cpp.orig	2011-11-25 19:49:58.000000000 +0000
+--- src/main/cpp/socketoutputstream.cpp.orig	2008-03-31 22:34:09 UTC
 +++ src/main/cpp/socketoutputstream.cpp
 @@ -19,6 +19,7 @@
  #include <log4cxx/helpers/socketoutputstream.h>

Modified: head/devel/log4cxx/pkg-descr
==============================================================================
--- head/devel/log4cxx/pkg-descr	Mon Feb 10 08:38:19 2020	(r525695)
+++ head/devel/log4cxx/pkg-descr	Mon Feb 10 09:31:21 2020	(r525696)
@@ -1,4 +1,4 @@
 Log4cxx is a C++ port of the Log4j project.
 The goal is to have the same functionality and interfaces as log4j.
 
-WWW: http://logging.apache.org/log4cxx/
+WWW: https://logging.apache.org/log4cxx/



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