svn commit: r357801 - head/devel/lfcbase
Kurt Jaeger
pi at FreeBSD.org
Sat Jun 14 20:03:30 UTC 2014
Author: pi
Date: Sat Jun 14 20:03:28 2014
New Revision: 357801
URL: http://svnweb.freebsd.org/changeset/ports/357801
QAT: https://qat.redports.org/buildarchive/r357801/
Log:
devel/lfcbase: 1.5.9 -> 1.5.10, USES libtool, strip liblfcbase.so
Submitted by: lemke at lemke-it.com
Modified:
head/devel/lfcbase/Makefile
head/devel/lfcbase/distinfo
head/devel/lfcbase/pkg-plist
Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile Sat Jun 14 19:14:24 2014 (r357800)
+++ head/devel/lfcbase/Makefile Sat Jun 14 20:03:28 2014 (r357801)
@@ -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>
Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo Sat Jun 14 19:14:24 2014 (r357800)
+++ head/devel/lfcbase/distinfo Sat Jun 14 20:03:28 2014 (r357801)
@@ -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
Modified: head/devel/lfcbase/pkg-plist
==============================================================================
--- head/devel/lfcbase/pkg-plist Sat Jun 14 19:14:24 2014 (r357800)
+++ head/devel/lfcbase/pkg-plist Sat Jun 14 20:03:28 2014 (r357801)
@@ -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
More information about the svn-ports-all
mailing list