svn commit: r348589 - head/devel/libolecf
Antoine Brodin
antoine at FreeBSD.org
Tue Mar 18 18:52:30 UTC 2014
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
More information about the svn-ports-all
mailing list