diff options
author | pawel <pawel@FreeBSD.org> | 2013-12-18 03:37:20 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-12-18 03:37:20 +0800 |
commit | 36c15ac0adc710f8fb873e090c5c5250f875a454 (patch) | |
tree | 8d2029ba43185f7119910f869238a705d229a369 | |
parent | 9b230d029f09349774079caba213c0fc3198ad2b (diff) | |
download | freebsd-ports-gnome-36c15ac0adc710f8fb873e090c5c5250f875a454.tar.gz freebsd-ports-gnome-36c15ac0adc710f8fb873e090c5c5250f875a454.tar.zst freebsd-ports-gnome-36c15ac0adc710f8fb873e090c5c5250f875a454.zip |
- Update to version 1.0.0
- Add pkg-message
PR: ports/184698
Submitted by: maintainer
-rw-r--r-- | devel/liblognorm/Makefile | 6 | ||||
-rw-r--r-- | devel/liblognorm/distinfo | 4 | ||||
-rw-r--r-- | devel/liblognorm/files/pkg-message.in | 19 | ||||
-rw-r--r-- | devel/liblognorm/pkg-plist | 4 |
4 files changed, 28 insertions, 5 deletions
diff --git a/devel/liblognorm/Makefile b/devel/liblognorm/Makefile index a8faa784f437..5aee23965da4 100644 --- a/devel/liblognorm/Makefile +++ b/devel/liblognorm/Makefile @@ -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 \ diff --git a/devel/liblognorm/distinfo b/devel/liblognorm/distinfo index f972a7a1bbc8..3de06af3b5ad 100644 --- a/devel/liblognorm/distinfo +++ b/devel/liblognorm/distinfo @@ -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 diff --git a/devel/liblognorm/files/pkg-message.in b/devel/liblognorm/files/pkg-message.in new file mode 100644 index 000000000000..eae82112e448 --- /dev/null +++ b/devel/liblognorm/files/pkg-message.in @@ -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 + +*********************************************************************** diff --git a/devel/liblognorm/pkg-plist b/devel/liblognorm/pkg-plist index 1119a92c58c3..8d02089f0e7f 100644 --- a/devel/liblognorm/pkg-plist +++ b/devel/liblognorm/pkg-plist @@ -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 |