diff options
author | pi <pi@FreeBSD.org> | 2014-06-15 04:03:28 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-06-15 04:03:28 +0800 |
commit | c6790bf136461ebe5295ba283fe70779e2324e44 (patch) | |
tree | 7e834fa9c824219f8b2b1e3df7888ed94d4fa018 /devel | |
parent | 4065dfd529b2db30893443ac1ff36c6bb69e97b7 (diff) | |
download | freebsd-ports-gnome-c6790bf136461ebe5295ba283fe70779e2324e44.tar.gz freebsd-ports-gnome-c6790bf136461ebe5295ba283fe70779e2324e44.tar.zst freebsd-ports-gnome-c6790bf136461ebe5295ba283fe70779e2324e44.zip |
devel/lfcbase: 1.5.9 -> 1.5.10, USES libtool, strip liblfcbase.so
Submitted by: lemke@lemke-it.com
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lfcbase/Makefile | 6 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 4 | ||||
-rw-r--r-- | devel/lfcbase/pkg-plist | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 531aff8e619e..4e91a353df57 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.5.9 +PORTVERSION= 1.5.10 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ @@ -13,9 +13,13 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes USE_LDCONFIG= yes +USES= libtool USE_AUTOTOOLS= autoconf:env post-patch: @${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.1 + .include <bsd.port.mk> diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index d090e0c2b0ba..ab1330116784 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,2 +1,2 @@ -SHA256 (lfcbase-1.5.9.tar.gz) = 4c84937ed3c2656aff0b96a6b1344f405bae696406da0629da6cb45aec48198d -SIZE (lfcbase-1.5.9.tar.gz) = 472422 +SHA256 (lfcbase-1.5.10.tar.gz) = b635beaf52bbab37d5580bae30c1a8420b29f60132d73019d3e305092ec19884 +SIZE (lfcbase-1.5.10.tar.gz) = 473763 diff --git a/devel/lfcbase/pkg-plist b/devel/lfcbase/pkg-plist index 8e1673f62cff..c11fadd32d1e 100644 --- a/devel/lfcbase/pkg-plist +++ b/devel/lfcbase/pkg-plist @@ -33,7 +33,7 @@ include/lfcbase/Timer.h include/lfcbase/Tokenizer.h include/lfcbase/TreeT.h lib/liblfcbase.a -lib/liblfcbase.la lib/liblfcbase.so lib/liblfcbase.so.1 +lib/liblfcbase.so.1.0.0 @dirrm include/lfcbase |