ports/184698: devel/liblognorm, port update

Paul Schmehl pauls at utdallas.edu
Wed Dec 11 18:50:00 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list