Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 18:52:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348589 - head/devel/libolecf
Message-ID:  <201403181852.s2IIqTXX094345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Mar 18 18:52:29 2014
New Revision: 348589
URL: http://svnweb.freebsd.org/changeset/ports/348589
QAT: https://qat.redports.org/buildarchive/r348589/

Log:
  - Update to alpha-20140317
  - Use libtool, strip libraries

Modified:
  head/devel/libolecf/Makefile
  head/devel/libolecf/distinfo
  head/devel/libolecf/pkg-plist

Modified: head/devel/libolecf/Makefile
==============================================================================
--- head/devel/libolecf/Makefile	Tue Mar 18 18:46:53 2014	(r348588)
+++ head/devel/libolecf/Makefile	Tue Mar 18 18:52:29 2014	(r348589)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libolecf
-DISTVERSION=	alpha-20131108
+DISTVERSION=	alpha-20140317
 CATEGORIES=	devel
 MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/ \
 		LOCAL/antoine
@@ -14,21 +14,18 @@ LICENSE=	LGPL3
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
-USES=		fuse gettext iconv pathfix pkgconfig
+USES=		fuse gettext iconv libtool pathfix pkgconfig
 USE_PYTHON=	2
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
 
 PORTDOCS=	AUTHORS ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>

Modified: head/devel/libolecf/distinfo
==============================================================================
--- head/devel/libolecf/distinfo	Tue Mar 18 18:46:53 2014	(r348588)
+++ head/devel/libolecf/distinfo	Tue Mar 18 18:52:29 2014	(r348589)
@@ -1,2 +1,2 @@
-SHA256 (libolecf-alpha-20131108.tar.gz) = 3baa978d1a6b9be52eec88142f6f726fbb6109fbd8e10d8eb1b75e7cbac2a72a
-SIZE (libolecf-alpha-20131108.tar.gz) = 1395253
+SHA256 (libolecf-alpha-20140317.tar.gz) = 469ee29f6f3d7cea34b1a5d3bef48815105f8012ba60ca2eba304e0f8828bacd
+SIZE (libolecf-alpha-20140317.tar.gz) = 1410910

Modified: head/devel/libolecf/pkg-plist
==============================================================================
--- head/devel/libolecf/pkg-plist	Tue Mar 18 18:46:53 2014	(r348588)
+++ head/devel/libolecf/pkg-plist	Tue Mar 18 18:52:29 2014	(r348589)
@@ -13,6 +13,7 @@ lib/libolecf.a
 lib/libolecf.la
 lib/libolecf.so
 lib/libolecf.so.1
+lib/libolecf.so.1.0.0
 %%PYTHON_SITELIBDIR%%/pyolecf.a
 %%PYTHON_SITELIBDIR%%/pyolecf.la
 %%PYTHON_SITELIBDIR%%/pyolecf.so



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