Index: head/devel/log4c/Makefile =================================================================== --- head/devel/log4c/Makefile (revision 215400) +++ head/devel/log4c/Makefile (revision 215401) @@ -1,24 +1,22 @@ # ex:ts=8 # Ports collection makefile for: log4c # Date created: Jul 4, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= log4c -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF -MAINTAINER= laszlof@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Logging for C Library USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes .include Property changes on: head/devel/log4c/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/devel/log4c/distinfo =================================================================== --- head/devel/log4c/distinfo (revision 215400) +++ head/devel/log4c/distinfo (revision 215401) @@ -1,3 +1,3 @@ -MD5 (log4c-1.1.0.tar.gz) = d28be539c28fff09fc1df96914297874 -SHA256 (log4c-1.1.0.tar.gz) = a07ee37f5c146e95a1c27867e17661120a3ed73228080eb7c3d80e8d5f26e214 -SIZE (log4c-1.1.0.tar.gz) = 447782 +MD5 (log4c-1.2.1.tar.gz) = ca5412b7515d8901714ab7892323adb6 +SHA256 (log4c-1.2.1.tar.gz) = 6ed40a41307c26d052667e1661437394ab00e29cd24ff2640b502ba8ab1e442b +SIZE (log4c-1.2.1.tar.gz) = 508139 Property changes on: head/devel/log4c/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/log4c/pkg-plist =================================================================== --- head/devel/log4c/pkg-plist (revision 215400) +++ head/devel/log4c/pkg-plist (revision 215401) @@ -1,35 +1,32 @@ -bin/application_1 -bin/application_2 bin/log4c-config etc/log4crc.sample include/log4c.h include/log4c/appender.h include/log4c/appender_type_mmap.h +include/log4c/appender_type_rollingfile.h include/log4c/appender_type_stream.h include/log4c/appender_type_stream2.h include/log4c/appender_type_syslog.h include/log4c/buffer.h include/log4c/category.h include/log4c/config-win32.h include/log4c/defs.h include/log4c/init.h include/log4c/layout.h include/log4c/layout_type_basic.h include/log4c/layout_type_basic_r.h include/log4c/layout_type_dated.h include/log4c/layout_type_dated_r.h include/log4c/location_info.h include/log4c/logging_event.h include/log4c/priority.h include/log4c/rc.h +include/log4c/rollingpolicy.h +include/log4c/rollingpolicy_type_sizewin.h include/log4c/version.h lib/liblog4c.a lib/liblog4c.la lib/liblog4c.so -lib/liblog4c.so.2 -lib/liblog4c_examples.a -lib/liblog4c_examples.la -lib/liblog4c_examples.so -lib/liblog4c_examples.so.0 +lib/liblog4c.so.4 share/aclocal/log4c.m4 @dirrm include/log4c Property changes on: head/devel/log4c/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property