pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/log4cplus Updating package for Log4CPlus in deve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce65eb4a4eb5
branches:  trunk
changeset: 321510:ce65eb4a4eb5
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Mar 24 09:18:53 2019 +0000

description:
Updating package for Log4CPlus in devel/log4cplus from 2.0.2 to 2.0.3

Because of the fixed new API changes, bump the API version in buildlink3.mk
to 2.0.3 - since 1.x API will likely disappear (it's already deprecated)

# log4cplus 2.0.3

  - Fix compilation on systems without `O_CLOEXEC`. This affects, e.g.,
    Solaris 10. GitHub issue #326. (Patch by Jiangrz).

  - Provide `log4cplus::deinitialize()` to make the API symmetric
    (`log4cplus::initialize()` already exists) and to allow
    de-/initialization without `log4cplus::Initializer` instance. GitHub
    issue #340.

  - Deal with `register` keyword being generated in SWIG based bindings. The
    keyword is unused and reserved in C++17. Remove use of
    `std::unary_function`, it was removed in C++17.

  - Add ability to define new log levels using C API. Add reconfiguration
    API. (Jens Rehsack)

  - Add `NDCMatchFilter` and `MDCMatchFilter`. (Franck)

diffstat:

 devel/log4cplus/Makefile      |   6 +++---
 devel/log4cplus/PLIST         |   3 ++-
 devel/log4cplus/buildlink3.mk |   4 ++--
 devel/log4cplus/distinfo      |  12 +++++-------
 4 files changed, 12 insertions(+), 13 deletions(-)

diffs (67 lines):

diff -r 3a100f1ceea2 -r ce65eb4a4eb5 devel/log4cplus/Makefile
--- a/devel/log4cplus/Makefile  Sun Mar 24 09:08:30 2019 +0000
+++ b/devel/log4cplus/Makefile  Sun Mar 24 09:18:53 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2019/02/04 10:53:51 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2019/03/24 09:18:53 sno Exp $
 #
 
-DISTNAME=      log4cplus-2.0.2
+DISTNAME=      log4cplus-2.0.3
 CATEGORIES=    devel
-GITHUB_RELEASE=        REL_2_0_2
+GITHUB_RELEASE=        REL_2_0_3
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=log4cplus/}
 EXTRACT_SUFX=  .tar.bz2
 
diff -r 3a100f1ceea2 -r ce65eb4a4eb5 devel/log4cplus/PLIST
--- a/devel/log4cplus/PLIST     Sun Mar 24 09:08:30 2019 +0000
+++ b/devel/log4cplus/PLIST     Sun Mar 24 09:18:53 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/11/11 20:09:56 sno Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/03/24 09:18:53 sno Exp $
 include/log4cplus/appender.h
 include/log4cplus/asyncappender.h
 include/log4cplus/boost/deviceappender.hxx
@@ -31,6 +31,7 @@
 include/log4cplus/hierarchy.h
 include/log4cplus/hierarchylocker.h
 include/log4cplus/initializer.h
+include/log4cplus/internal/customloglevelmanager.h
 include/log4cplus/internal/cygwin-win32.h
 include/log4cplus/internal/env.h
 include/log4cplus/internal/internal.h
diff -r 3a100f1ceea2 -r ce65eb4a4eb5 devel/log4cplus/buildlink3.mk
--- a/devel/log4cplus/buildlink3.mk     Sun Mar 24 09:08:30 2019 +0000
+++ b/devel/log4cplus/buildlink3.mk     Sun Mar 24 09:18:53 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:07 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2019/03/24 09:18:53 sno Exp $
 
 BUILDLINK_TREE+=       log4cplus
 
 .if !defined(LOG4CPLUS_BUILDLINK3_MK)
 LOG4CPLUS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.log4cplus+=      log4cplus>=1.1.0
+BUILDLINK_API_DEPENDS.log4cplus+=      log4cplus>=2.0.3
 BUILDLINK_PKGSRCDIR.log4cplus?=                ../../devel/log4cplus
 .endif # LOG4CPLUS_BUILDLINK3_MK
 
diff -r 3a100f1ceea2 -r ce65eb4a4eb5 devel/log4cplus/distinfo
--- a/devel/log4cplus/distinfo  Sun Mar 24 09:08:30 2019 +0000
+++ b/devel/log4cplus/distinfo  Sun Mar 24 09:18:53 2019 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/11/11 21:16:48 sno Exp $
+$NetBSD: distinfo,v 1.6 2019/03/24 09:18:53 sno Exp $
 
-SHA1 (log4cplus-2.0.2.tar.bz2) = f34573c7356a6f5b78a61ff5ee9f9ba4a5dace8f
-RMD160 (log4cplus-2.0.2.tar.bz2) = 547fa298a76faf7bc607aa7f780047ffe177dfbf
-SHA512 (log4cplus-2.0.2.tar.bz2) = 0951a7255fea8f0efe9d0eb5889507fc0293c3baffa05bd7313ee3182e702c971b4a7fab47f6a1c3010310c08797fb780e0719e3b7df5df3d9a76ad57484ec9f
-Size (log4cplus-2.0.2.tar.bz2) = 958644 bytes
-SHA1 (patch-aa) = d9dd3690fbba318aef47c44b99457783ba086a43
-SHA1 (patch-ab) = 2e483d73f9d8f27972a14f5ab73aeeec851e77b8
+SHA1 (log4cplus-2.0.3.tar.bz2) = 0326d52a11a31dc1b5fb8885bccf9ddafb8e840b
+RMD160 (log4cplus-2.0.3.tar.bz2) = 223f295de9efa66097ba793b3b329c5214fb739a
+SHA512 (log4cplus-2.0.3.tar.bz2) = 444b04a099bdd02e642a49b9280e8c3aaa8061bd5470b5227189690d7a9a386100c23762a5f2738a78a678334dad06468a5bb6ec30ec2ec15a0406f9d101f6c9
+Size (log4cplus-2.0.3.tar.bz2) = 962335 bytes



Home | Main Index | Thread Index | Old Index