diff --git a/devel/log4cplus/Makefile b/devel/log4cplus/Makefile index 9c43e3f5cf8b..306ea3cc752f 100644 --- a/devel/log4cplus/Makefile +++ b/devel/log4cplus/Makefile @@ -1,43 +1,43 @@ PORTNAME= log4cplus -DISTVERSION= 2.1.1 +DISTVERSION= 2.1.2 CATEGORIES= devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/REL_${DISTVERSION:S:.:_:g}/ MAINTAINER= delphij@FreeBSD.org COMMENT= Logging library for C++ WWW= https://log4cplus.github.io/log4cplus/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= catch>=0:devel/catch USES= cmake:testing compiler:c++11-lang pathfix tar:xz USE_LDCONFIG= yes EXTRACT_AFTER_ARGS= --exclude catch .if ${.TARGETS} == "test" CXXFLAGS+= -I${LOCALBASE}/include/catch2 .endif PORTDOCS= * CMAKE_TESTING_ON= LOG4CPLUS_BUILD_TESTING WITH_UNIT_TESTS CMAKE_OFF= LOG4CPLUS_BUILD_TESTING WITH_UNIT_TESTS OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= doxygen:devel/doxygen post-build-DOCS-on: cd ${WRKDIR} && doxygen ${DISTNAME}/docs/doxygen.config post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/html/* ${STAGEDIR}${DOCSDIR} pre-test: ${RM} ${BUILD_WRKSRC}/CMakeCache.txt .include diff --git a/devel/log4cplus/distinfo b/devel/log4cplus/distinfo index a09e651d23cf..20857e87a91e 100644 --- a/devel/log4cplus/distinfo +++ b/devel/log4cplus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700396330 -SHA256 (log4cplus-2.1.1.tar.xz) = a1d8e67a207f90a9dd4f82b28a1f3ac6dead5a80c2bed071277a9e865698a82b -SIZE (log4cplus-2.1.1.tar.xz) = 941168 +TIMESTAMP = 1735459018 +SHA256 (log4cplus-2.1.2.tar.xz) = fbdabb4ef734fe1cc62169b23f0b480cc39127ac7b09b810a9c1229490d67e9e +SIZE (log4cplus-2.1.2.tar.xz) = 953200 diff --git a/devel/log4cplus/pkg-plist b/devel/log4cplus/pkg-plist index 1507ec6c570a..7dde11e505de 100644 --- a/devel/log4cplus/pkg-plist +++ b/devel/log4cplus/pkg-plist @@ -1,81 +1,82 @@ bin/loggingserver include/log4cplus/appender.h include/log4cplus/asyncappender.h include/log4cplus/boost/deviceappender.hxx include/log4cplus/callbackappender.h include/log4cplus/clogger.h include/log4cplus/config.hxx include/log4cplus/config/defines.hxx include/log4cplus/config/macosx.h include/log4cplus/config/win32.h include/log4cplus/config/windowsh-inc.h include/log4cplus/configurator.h include/log4cplus/consoleappender.h include/log4cplus/exception.h include/log4cplus/fileappender.h include/log4cplus/fstreams.h include/log4cplus/helpers/appenderattachableimpl.h include/log4cplus/helpers/connectorthread.h +include/log4cplus/helpers/eventcounter.h include/log4cplus/helpers/fileinfo.h include/log4cplus/helpers/lockfile.h include/log4cplus/helpers/loglog.h include/log4cplus/helpers/pointer.h include/log4cplus/helpers/property.h include/log4cplus/helpers/queue.h include/log4cplus/helpers/snprintf.h include/log4cplus/helpers/socket.h include/log4cplus/helpers/socketbuffer.h include/log4cplus/helpers/stringhelper.h include/log4cplus/helpers/thread-config.h include/log4cplus/helpers/timehelper.h include/log4cplus/hierarchy.h include/log4cplus/hierarchylocker.h include/log4cplus/initializer.h include/log4cplus/internal/env.h include/log4cplus/internal/internal.h include/log4cplus/internal/socket.h include/log4cplus/layout.h include/log4cplus/log4cplus.h include/log4cplus/log4judpappender.h include/log4cplus/logger.h include/log4cplus/loggingmacros.h include/log4cplus/loglevel.h include/log4cplus/mdc.h include/log4cplus/ndc.h include/log4cplus/nteventlogappender.h include/log4cplus/nullappender.h include/log4cplus/socketappender.h include/log4cplus/spi/appenderattachable.h include/log4cplus/spi/factory.h include/log4cplus/spi/filter.h include/log4cplus/spi/loggerfactory.h include/log4cplus/spi/loggerimpl.h include/log4cplus/spi/loggingevent.h include/log4cplus/spi/objectregistry.h include/log4cplus/spi/rootlogger.h include/log4cplus/streams.h include/log4cplus/syslogappender.h include/log4cplus/tchar.h include/log4cplus/thread/impl/syncprims-cxx11.h include/log4cplus/thread/impl/syncprims-impl.h include/log4cplus/thread/impl/syncprims-pmsm.h include/log4cplus/thread/impl/threads-impl.h include/log4cplus/thread/impl/tls.h include/log4cplus/thread/syncprims-pub-impl.h include/log4cplus/thread/syncprims.h include/log4cplus/thread/threads.h include/log4cplus/tracelogger.h include/log4cplus/tstring.h include/log4cplus/version.h include/log4cplus/win32consoleappender.h include/log4cplus/win32debugappender.h lib/cmake/log4cplus/log4cplusConfig.cmake lib/cmake/log4cplus/log4cplusConfigVersion.cmake lib/cmake/log4cplus/log4cplusTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/log4cplus/log4cplusTargets.cmake lib/liblog4cplus.so lib/liblog4cplus.so.9 libdata/pkgconfig/log4cplus.pc %%DATADIR%%/ChangeLog %%DATADIR%%/LICENSE %%DATADIR%%/README.md