From prvs=0504c5b5a=root+buttercup4@utdallas.edu  Wed Dec 11 18:41:23 2013
Return-Path: <prvs=0504c5b5a=root+buttercup4@utdallas.edu>
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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <pauls@utdallas.edu>
Reply-To: Paul Schmehl <pauls@utdallas.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: devel/liblognorm, port update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         184698
>Category:       ports
>Synopsis:       devel/liblognorm, port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 18:50:00 UTC 2013
>Closed-Date:    Tue Dec 17 19:37:37 UTC 2013
>Last-Modified:  Tue Dec 17 19:40:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Tue Dec 17 19:23:04 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184698 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Tue Dec 17 19:37:37 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184698 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184698: commit references a PR
Date: Tue, 17 Dec 2013 19:37:28 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
