diff options
Diffstat (limited to 'devel')
-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 |