diff options
author | pi <pi@FreeBSD.org> | 2015-05-02 01:21:21 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-05-02 01:21:21 +0800 |
commit | 2245890d1f14267ba518f9ba738d47c42265fcad (patch) | |
tree | 24068360d74619f419f9c69b038507d973bd84ad /devel/lfcbase | |
parent | 0ce06321a659ab471e1f4154c7ba775fd0b3e651 (diff) | |
download | freebsd-ports-gnome-2245890d1f14267ba518f9ba738d47c42265fcad.tar.gz freebsd-ports-gnome-2245890d1f14267ba518f9ba738d47c42265fcad.tar.zst freebsd-ports-gnome-2245890d1f14267ba518f9ba738d47c42265fcad.zip |
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
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 <lemke@lemke-it.com>
Diffstat (limited to 'devel/lfcbase')
-rw-r--r-- | devel/lfcbase/Makefile | 7 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 4 | ||||
-rw-r--r-- | devel/lfcbase/pkg-plist | 4 |
3 files changed, 7 insertions, 8 deletions
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 <bsd.port.mk> 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 |