--- Makefile (revision 347777) +++ Makefile (working copy) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= log4cplus -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} -DISTFILES= log4cplus-${PORTVERSION}.tar.bz2 MAINTAINER= reed@reedmedia.net COMMENT= logging library for C++ @@ -12,11 +11,11 @@ OPTIONS_DEFINE= DOCS -USE_GCC= any -USE_AUTOTOOLS= libtool +USES= libtool pathfix +USE_XZ= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-threads=yes +CONFIGURE_ARGS= --enable-threads=yes MAKE_JOBS_UNSAFE= yes PORTDOCS= * --- distinfo (revision 347777) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (log4cplus-1.0.4.tar.bz2) = c2bb01b5f4bff5fa768700e98ead4a79dfd556096c9f3f0401849da7ab80fbef -SIZE (log4cplus-1.0.4.tar.bz2) = 420708 +SHA256 (log4cplus-1.1.2.tar.xz) = 999427580cded403b4edc8a85088621f27493c489f08b9f564fb5fe76c16a883 +SIZE (log4cplus-1.1.2.tar.xz) = 433728 --- pkg-plist (revision 347777) +++ pkg-plist (working copy) @@ -1,35 +1,48 @@ include/log4cplus/LICENSE include/log4cplus/appender.h +include/log4cplus/asyncappender.h +include/log4cplus/boost/deviceappender.hxx +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/fileappender.h include/log4cplus/fstreams.h include/log4cplus/helpers/appenderattachableimpl.h +include/log4cplus/helpers/fileinfo.h +include/log4cplus/helpers/lockfile.h include/log4cplus/helpers/loglog.h include/log4cplus/helpers/logloguser.h include/log4cplus/helpers/pointer.h include/log4cplus/helpers/property.h +include/log4cplus/helpers/queue.h include/log4cplus/helpers/sleep.h +include/log4cplus/helpers/snprintf.h include/log4cplus/helpers/socket.h include/log4cplus/helpers/socketbuffer.h include/log4cplus/helpers/stringhelper.h -include/log4cplus/helpers/syncprims-pthreads.h -include/log4cplus/helpers/syncprims.h include/log4cplus/helpers/thread-config.h -include/log4cplus/helpers/threads.h include/log4cplus/helpers/timehelper.h include/log4cplus/hierarchy.h include/log4cplus/hierarchylocker.h +include/log4cplus/internal/cygwin-win32.h +include/log4cplus/internal/env.h +include/log4cplus/internal/internal.h +include/log4cplus/internal/socket.h include/log4cplus/layout.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/qt4debugappender.h include/log4cplus/socketappender.h include/log4cplus/spi/appenderattachable.h include/log4cplus/spi/factory.h @@ -41,14 +54,31 @@ include/log4cplus/spi/rootlogger.h include/log4cplus/streams.h include/log4cplus/syslogappender.h +include/log4cplus/tchar.h +include/log4cplus/thread/impl/syncprims-impl.h +include/log4cplus/thread/impl/syncprims-pthreads.h +include/log4cplus/thread/impl/syncprims-win32.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 -lib/liblog4cplus-1.0.so -lib/liblog4cplus-1.0.so.4 +include/log4cplus/win32consoleappender.h +include/log4cplus/win32debugappender.h +lib/liblog4cplus-1.1.so.9 +lib/liblog4cplus-1.1.so.9.0.0 lib/liblog4cplus.a lib/liblog4cplus.la lib/liblog4cplus.so -@dirrm include/log4cplus/config +libdata/pkgconfig/log4cplus.pc +@dirrm include/log4cplus/thread/impl +@dirrm include/log4cplus/thread @dirrm include/log4cplus/spi +@dirrm include/log4cplus/internal @dirrm include/log4cplus/helpers +@dirrm include/log4cplus/config +@dirrm include/log4cplus/boost @dirrm include/log4cplus