Date: Sun, 23 Aug 2020 08:55:23 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545809 - in head/devel/log4cxx: . files Message-ID: <202008230855.07N8tNlP076032@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Aug 23 08:55:23 2020 New Revision: 545809 URL: https://svnweb.freebsd.org/changeset/ports/545809 Log: devel/log4cxx: update 0.10.0 -> 0.11.0 - Maintenance release, first since 2008 Relnotes: https://logging.apache.org/log4cxx/latest_stable/changes-report.html#a0.11.0 Deleted: head/devel/log4cxx/files/patch-include-clocale-and-cstdlib head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp Modified: head/devel/log4cxx/Makefile head/devel/log4cxx/distinfo head/devel/log4cxx/pkg-plist Modified: head/devel/log4cxx/Makefile ============================================================================== --- head/devel/log4cxx/Makefile Sun Aug 23 08:50:14 2020 (r545808) +++ head/devel/log4cxx/Makefile Sun Aug 23 08:55:23 2020 (r545809) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= log4cxx -PORTVERSION= 0.10.0 -PORTREVISION= 21 +PORTVERSION= 0.11.0 CATEGORIES= devel MASTER_SITES= APACHE/logging/${PORTNAME}/${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION} @@ -16,9 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libapr-1.so:devel/apr1 +USES= autoreconf pathfix libtool GNU_CONFIGURE= yes -USES= pathfix libtool -USE_CXXSTD= c++98 USE_LDCONFIG= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes Modified: head/devel/log4cxx/distinfo ============================================================================== --- head/devel/log4cxx/distinfo Sun Aug 23 08:50:14 2020 (r545808) +++ head/devel/log4cxx/distinfo Sun Aug 23 08:55:23 2020 (r545809) @@ -1,2 +1,3 @@ -SHA256 (apache-log4cxx-0.10.0.tar.gz) = 0de0396220a9566a580166e66b39674cb40efd2176f52ad2c65486c99c920c8c -SIZE (apache-log4cxx-0.10.0.tar.gz) = 1667425 +TIMESTAMP = 1598168840 +SHA256 (apache-log4cxx-0.11.0.tar.gz) = c316705ee3c4e5b919d3561d5f305162d21687aa6ae1f31f02f6cdadc958b393 +SIZE (apache-log4cxx-0.11.0.tar.gz) = 1145075 Modified: head/devel/log4cxx/pkg-plist ============================================================================== --- head/devel/log4cxx/pkg-plist Sun Aug 23 08:50:14 2020 (r545808) +++ head/devel/log4cxx/pkg-plist Sun Aug 23 08:55:23 2020 (r545809) @@ -16,6 +16,7 @@ include/log4cxx/filter/expressionfilter.h include/log4cxx/filter/levelmatchfilter.h include/log4cxx/filter/levelrangefilter.h include/log4cxx/filter/locationinfofilter.h +include/log4cxx/filter/loggermatchfilter.h include/log4cxx/filter/mapfilter.h include/log4cxx/filter/propertyfilter.h include/log4cxx/filter/stringmatchfilter.h @@ -57,12 +58,12 @@ include/log4cxx/helpers/mutex.h include/log4cxx/helpers/object.h include/log4cxx/helpers/objectimpl.h include/log4cxx/helpers/objectoutputstream.h -include/log4cxx/helpers/pool.h include/log4cxx/helpers/objectptr.h include/log4cxx/helpers/onlyonceerrorhandler.h include/log4cxx/helpers/optionconverter.h include/log4cxx/helpers/outputstream.h include/log4cxx/helpers/outputstreamwriter.h +include/log4cxx/helpers/pool.h include/log4cxx/helpers/properties.h include/log4cxx/helpers/propertyresourcebundle.h include/log4cxx/helpers/reader.h @@ -76,9 +77,9 @@ include/log4cxx/helpers/strftimedateformat.h include/log4cxx/helpers/strictmath.h include/log4cxx/helpers/stringhelper.h include/log4cxx/helpers/stringtokenizer.h -include/log4cxx/helpers/system.h include/log4cxx/helpers/synchronized.h include/log4cxx/helpers/syslogwriter.h +include/log4cxx/helpers/system.h include/log4cxx/helpers/systemerrwriter.h include/log4cxx/helpers/systemoutwriter.h include/log4cxx/helpers/tchar.h @@ -92,6 +93,7 @@ include/log4cxx/helpers/writer.h include/log4cxx/helpers/xml.h include/log4cxx/hierarchy.h include/log4cxx/htmllayout.h +include/log4cxx/jsonlayout.h include/log4cxx/layout.h include/log4cxx/level.h include/log4cxx/log4cxx.h @@ -177,6 +179,6 @@ include/log4cxx/xml/domconfigurator.h include/log4cxx/xml/xmllayout.h lib/liblog4cxx.a lib/liblog4cxx.so -lib/liblog4cxx.so.10 -lib/liblog4cxx.so.10.0.0 +lib/liblog4cxx.so.11 +lib/liblog4cxx.so.11.0.0 libdata/pkgconfig/liblog4cxx.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008230855.07N8tNlP076032>