Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2017 08:49:08 +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: r433205 - head/devel/libolecf
Message-ID:  <201702030849.v138n8G5075907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Feb  3 08:49:08 2017
New Revision: 433205
URL: https://svnweb.freebsd.org/changeset/ports/433205

Log:
  - Update to alpha-20170129
  - Make NLS optional

Modified:
  head/devel/libolecf/Makefile
  head/devel/libolecf/distinfo

Modified: head/devel/libolecf/Makefile
==============================================================================
--- head/devel/libolecf/Makefile	Fri Feb  3 08:48:24 2017	(r433204)
+++ head/devel/libolecf/Makefile	Fri Feb  3 08:49:08 2017	(r433205)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libolecf
-DISTVERSION=	alpha-20161113
+DISTVERSION=	alpha-20170129
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \
 		LOCAL/antoine
@@ -14,17 +14,21 @@ LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE}
-USES=		fuse gettext libtool pathfix pkgconfig python
+CONFIGURE_ARGS=	--enable-python
+USES=		fuse libtool pathfix pkgconfig python
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
 
-PORTDOCS=	AUTHORS ChangeLog
+OPTIONS_DEFINE=	DOCS NLS
+
+NLS_USES=	gettext
+NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}
+NLS_CONFIGURE_OFF=	--disable-nls
 
-OPTIONS_DEFINE=	DOCS
+PORTDOCS=	AUTHORS ChangeLog
 
-post-install-DOCS-on:
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 

Modified: head/devel/libolecf/distinfo
==============================================================================
--- head/devel/libolecf/distinfo	Fri Feb  3 08:48:24 2017	(r433204)
+++ head/devel/libolecf/distinfo	Fri Feb  3 08:49:08 2017	(r433205)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479072176
-SHA256 (libolecf-alpha-20161113.tar.gz) = 49cb63f8259ac8da9c4027b49ec71148fcea9922a6f8d61afa5fa7dadfff896b
-SIZE (libolecf-alpha-20161113.tar.gz) = 1545576
+TIMESTAMP = 1485708779
+SHA256 (libolecf-alpha-20170129.tar.gz) = 34dc14a9c78b98c7b55d1118a547d5dc1f7dbc4e48d287b0d4a7db250412f8f1
+SIZE (libolecf-alpha-20170129.tar.gz) = 1533776



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