Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2014 20:03:29 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357801 - head/devel/lfcbase
Message-ID:  <201406142003.s5EK3Tpp062735@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406142003.s5EK3Tpp062735>