View | Details | Raw Unified | Return to bug 184698
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	liblognorm
3
PORTNAME=	liblognorm
4
PORTVERSION=	0.3.7
4
PORTVERSION=	1.0.0
5
CATEGORIES=	devel net security
5
CATEGORIES=	devel net security
6
MASTER_SITES=	http://www.liblognorm.com/download/files/download/
6
MASTER_SITES=	http://www.liblognorm.com/download/files/download/
7
7
Lines 10-16 Link Here
10
10
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
12
13
LIB_DEPENDS=	libee.so:${PORTSDIR}/devel/libee \
13
LIB_DEPENDS=	libjson.so:${PORTSDIR}/devel/json-c \
14
		libestr.so:${PORTSDIR}/devel/libestr
14
		libestr.so:${PORTSDIR}/devel/libestr
15
15
16
USES=		pathfix pkgconfig
16
USES=		pathfix pkgconfig
Lines 17-22 Link Here
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
19
20
SUB_FILES=	pkg-message
21
20
# Try to fix parallel (-jX) builds
22
# Try to fix parallel (-jX) builds
21
post-patch:
23
post-patch:
22
	@${REINPLACE_CMD} -e \
24
	@${REINPLACE_CMD} -e \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (liblognorm-0.3.7.tar.gz) = b000ab7aab9ed3d7a2c23303463b5bcceb7bb6538714bd41248d02913a82e223
1
SHA256 (liblognorm-1.0.0.tar.gz) = 01f73c735fd7291c2f1041518f4d005a8100e6be33f07eab00d4f27d1c1934de
2
SIZE (liblognorm-0.3.7.tar.gz) = 346903
2
SIZE (liblognorm-1.0.0.tar.gz) = 356929
(-)files/pkg-message.in (+19 lines)
Line 0 Link Here
1
***********************************************************************
2
3
WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING
4
5
The previous version of liblognorm (0.3.7) used the libee CEE support 
6
library in its API.
7
8
In 2013, Pavel Levshin converted liblognorm to native JSON, which helped
9
improve performance and simplicity for many client applications.
10
Unfortunately, this change broke interface compatibility (and there was
11
no way to avoid that, obviously...).
12
13
The current library is the result of that effort. Application developers
14
are encouraged to switch to this version, as it provides the benefit of
15
a simpler API. PREVIOUS VERSIONS ARE INCOMPATIBLE WITH THIS ONE
16
17
WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING
18
19
***********************************************************************
(-)pkg-plist (-1 / +3 lines)
Lines 1-11 Link Here
1
bin/lognormalizer
1
bin/lognormalizer
2
include/annot.h
2
include/annot.h
3
include/enc.h
3
include/liblognorm.h
4
include/liblognorm.h
4
include/lognorm.h
5
include/lognorm.h
6
include/parser.h
5
include/ptree.h
7
include/ptree.h
6
include/samp.h
8
include/samp.h
7
lib/liblognorm.a
9
lib/liblognorm.a
8
lib/liblognorm.la
10
lib/liblognorm.la
9
lib/liblognorm.so
11
lib/liblognorm.so
10
lib/liblognorm.so.0
12
lib/liblognorm.so.1
11
libdata/pkgconfig/lognorm.pc
13
libdata/pkgconfig/lognorm.pc

Return to bug 184698