svn commit: r432122 - head/devel/libmsiecf
Antoine Brodin
antoine at FreeBSD.org
Sun Jan 22 12:32:44 UTC 2017
Author: antoine
Date: Sun Jan 22 12:32:43 2017
New Revision: 432122
URL: https://svnweb.freebsd.org/changeset/ports/432122
Log:
- Update to alpha-20170116
- Make NLS optional
Modified:
head/devel/libmsiecf/Makefile
head/devel/libmsiecf/distinfo
Modified: head/devel/libmsiecf/Makefile
==============================================================================
--- head/devel/libmsiecf/Makefile Sun Jan 22 12:26:41 2017 (r432121)
+++ head/devel/libmsiecf/Makefile Sun Jan 22 12:32:43 2017 (r432122)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libmsiecf
-DISTVERSION= alpha-20160904
+DISTVERSION= alpha-20170116
CATEGORIES= devel
MASTER_SITES= https://github.com/libyal/libmsiecf/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= gettext libtool pathfix python
+CONFIGURE_ARGS= --enable-python
+USES= libtool pathfix 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/libmsiecf/distinfo
==============================================================================
--- head/devel/libmsiecf/distinfo Sun Jan 22 12:26:41 2017 (r432121)
+++ head/devel/libmsiecf/distinfo Sun Jan 22 12:32:43 2017 (r432122)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473001752
-SHA256 (libmsiecf-alpha-20160904.tar.gz) = d73be120c76284e11d4038920cb1fe986ddeba644bf94ff889c2070f7ed7c2b3
-SIZE (libmsiecf-alpha-20160904.tar.gz) = 1458051
+TIMESTAMP = 1484606423
+SHA256 (libmsiecf-alpha-20170116.tar.gz) = 45d4ed985eaeb38f650aa6892802e41e13b40370fc01b988bdc69e37d8b25153
+SIZE (libmsiecf-alpha-20170116.tar.gz) = 1463602
More information about the svn-ports-all
mailing list