From 2245890d1f14267ba518f9ba738d47c42265fcad Mon Sep 17 00:00:00 2001 From: pi Date: Fri, 1 May 2015 17:21:21 +0000 Subject: devel/lfcbase: 1.5.11 -> 1.6.1 databases/cego: 2.21.1 -> 2.22.0 databases/p5-DBD-cego: 1.2.9 -> 1.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lfcbase: - Added syslog support - syslog is enabled per default cego: - fix in CegoFieldValue::comp for correct null value ordering - adapt to lfcbase 1.6 with syslog support p5-DBD-cego: - adapt to lfcbase 1.6 with syslog support Submitted by: Björn Lemke --- devel/lfcbase/Makefile | 7 +++---- devel/lfcbase/distinfo | 4 ++-- devel/lfcbase/pkg-plist | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'devel/lfcbase') diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 26b029b890d8..c55dd7df2e13 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.5.11 +PORTVERSION= 1.6.1 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ @@ -12,13 +12,12 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool -USE_AUTOTOOLS= autoconf:env +USES= autoreconf libtool post-patch: @${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.1 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2 .include diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 353cbf563887..00a2d59e3b14 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,2 +1,2 @@ -SHA256 (lfcbase-1.5.11.tar.gz) = f6d4e5c671ffa061499e228fdb6d2247eadf0ba4b7583330fbc1e5b8e319be59 -SIZE (lfcbase-1.5.11.tar.gz) = 473820 +SHA256 (lfcbase-1.6.1.tar.gz) = 476521a58cea72a0cbef91520851a411cda81b83000f683ad8f0d7c173fedbb4 +SIZE (lfcbase-1.6.1.tar.gz) = 474574 diff --git a/devel/lfcbase/pkg-plist b/devel/lfcbase/pkg-plist index 5f0a11de3cbe..d00f3549518e 100644 --- a/devel/lfcbase/pkg-plist +++ b/devel/lfcbase/pkg-plist @@ -34,5 +34,5 @@ include/lfcbase/Tokenizer.h include/lfcbase/TreeT.h lib/liblfcbase.a lib/liblfcbase.so -lib/liblfcbase.so.1 -lib/liblfcbase.so.1.0.0 +lib/liblfcbase.so.2 +lib/liblfcbase.so.2.0.0 -- cgit