From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 11 18:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD85B3E9 for ; Wed, 11 Dec 2013 18:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8707A1CA4 for ; Wed, 11 Dec 2013 18:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBBIo0rk063948 for ; Wed, 11 Dec 2013 18:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBBIo0mW063946; Wed, 11 Dec 2013 18:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Dec 2013 18:50:00 GMT Resent-Message-Id: <201312111850.rBBIo0mW063946@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Schmehl Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09FA3B91 for ; Wed, 11 Dec 2013 18:41:23 +0000 (UTC) Received: from ip-relay-021.utdallas.edu (ip-relay-021.utdallas.edu [129.110.100.201]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5B821B08 for ; Wed, 11 Dec 2013 18:41:22 +0000 (UTC) Received: from unknown (HELO mx31.utdallas.edu) ([10.110.20.31]) by ip-relay-021.utdallas.edu with ESMTP; 11 Dec 2013 12:40:07 -0600 Received: from buttercup4.utdallas.edu (buttercup4.utdallas.edu [10.110.4.132]) by mx31.utdallas.edu (Postfix) with ESMTP id 2B5B04219B for ; Wed, 11 Dec 2013 12:40:05 -0600 (CST) Received: by buttercup4.utdallas.edu (Postfix, from userid 0) id 0863F10376D34; Wed, 11 Dec 2013 18:40:00 +0000 (UTC) Message-Id: <20131211184000.0863F10376D34@buttercup4.utdallas.edu> Date: Wed, 11 Dec 2013 18:40:00 +0000 (UTC) From: Paul Schmehl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184698: devel/liblognorm, port update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 18:50:00 -0000 >Number: 184698 >Category: ports >Synopsis: devel/liblognorm, port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 11 18:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 9.1-RELEASE amd64 >Organization: The University of Texas at Dallas >Environment: System: FreeBSD hostname.utdallas.edu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/liblognorm, update port to new version >How-To-Repeat: >Fix: --- liblognorm.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 336190) +++ Makefile (working copy) @@ -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,7 +10,7 @@ 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 @@ -17,6 +17,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes +SUB_FILES= pkg-message + # Try to fix parallel (-jX) builds post-patch: @${REINPLACE_CMD} -e \ Index: distinfo =================================================================== --- distinfo (revision 336190) +++ distinfo (working copy) @@ -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 Index: files/pkg-message.in =================================================================== --- files/pkg-message.in (revision 0) +++ files/pkg-message.in (working copy) @@ -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 + +*********************************************************************** Property changes on: files/pkg-message.in ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: pkg-plist =================================================================== --- pkg-plist (revision 336190) +++ pkg-plist (working copy) @@ -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 --- liblognorm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: