Date: Tue, 17 Dec 2013 19:37:20 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336758 - in head/devel/liblognorm: . files Message-ID: <201312171937.rBHJbKdB013986@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Dec 17 19:37:20 2013 New Revision: 336758 URL: http://svnweb.freebsd.org/changeset/ports/336758 Log: - Update to version 1.0.0 - Add pkg-message PR: ports/184698 Submitted by: maintainer Added: head/devel/liblognorm/files/ head/devel/liblognorm/files/pkg-message.in (contents, props changed) Modified: head/devel/liblognorm/Makefile head/devel/liblognorm/distinfo head/devel/liblognorm/pkg-plist (contents, props changed) Modified: head/devel/liblognorm/Makefile ============================================================================== --- head/devel/liblognorm/Makefile Tue Dec 17 19:33:59 2013 (r336757) +++ head/devel/liblognorm/Makefile Tue Dec 17 19:37:20 2013 (r336758) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= liblognorm -PORTVERSION= 0.3.7 +PORTVERSION= 1.0.0 CATEGORIES= devel net security MASTER_SITES= http://www.liblognorm.com/download/files/download/ @@ -10,13 +10,15 @@ COMMENT= Log normalizer LICENSE= GPLv2 -LIB_DEPENDS= libee.so:${PORTSDIR}/devel/libee \ +LIB_DEPENDS= libjson.so:${PORTSDIR}/devel/json-c \ libestr.so:${PORTSDIR}/devel/libestr USES= pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes +SUB_FILES= pkg-message + # Try to fix parallel (-jX) builds post-patch: @${REINPLACE_CMD} -e \ Modified: head/devel/liblognorm/distinfo ============================================================================== --- head/devel/liblognorm/distinfo Tue Dec 17 19:33:59 2013 (r336757) +++ head/devel/liblognorm/distinfo Tue Dec 17 19:37:20 2013 (r336758) @@ -1,2 +1,2 @@ -SHA256 (liblognorm-0.3.7.tar.gz) = b000ab7aab9ed3d7a2c23303463b5bcceb7bb6538714bd41248d02913a82e223 -SIZE (liblognorm-0.3.7.tar.gz) = 346903 +SHA256 (liblognorm-1.0.0.tar.gz) = 01f73c735fd7291c2f1041518f4d005a8100e6be33f07eab00d4f27d1c1934de +SIZE (liblognorm-1.0.0.tar.gz) = 356929 Added: head/devel/liblognorm/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblognorm/files/pkg-message.in Tue Dec 17 19:37:20 2013 (r336758) @@ -0,0 +1,19 @@ +*********************************************************************** + +WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING + +The previous version of liblognorm (0.3.7) used the libee CEE support +library in its API. + +In 2013, Pavel Levshin converted liblognorm to native JSON, which helped +improve performance and simplicity for many client applications. +Unfortunately, this change broke interface compatibility (and there was +no way to avoid that, obviously...). + +The current library is the result of that effort. Application developers +are encouraged to switch to this version, as it provides the benefit of +a simpler API. PREVIOUS VERSIONS ARE INCOMPATIBLE WITH THIS ONE + +WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING + +*********************************************************************** Modified: head/devel/liblognorm/pkg-plist ============================================================================== --- head/devel/liblognorm/pkg-plist Tue Dec 17 19:33:59 2013 (r336757) +++ head/devel/liblognorm/pkg-plist Tue Dec 17 19:37:20 2013 (r336758) @@ -1,11 +1,13 @@ bin/lognormalizer include/annot.h +include/enc.h include/liblognorm.h include/lognorm.h +include/parser.h include/ptree.h include/samp.h lib/liblognorm.a lib/liblognorm.la lib/liblognorm.so -lib/liblognorm.so.0 +lib/liblognorm.so.1 libdata/pkgconfig/lognorm.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312171937.rBHJbKdB013986>