svn commit: r433431 - head/devel/libscca
Antoine Brodin
antoine at FreeBSD.org
Sun Feb 5 17:27:41 UTC 2017
Author: antoine
Date: Sun Feb 5 17:27:39 2017
New Revision: 433431
URL: https://svnweb.freebsd.org/changeset/ports/433431
Log:
- Update to alpha-20170205
- Make NLS optional
Modified:
head/devel/libscca/Makefile
head/devel/libscca/distinfo
Modified: head/devel/libscca/Makefile
==============================================================================
--- head/devel/libscca/Makefile Sun Feb 5 17:26:51 2017 (r433430)
+++ head/devel/libscca/Makefile Sun Feb 5 17:27:39 2017 (r433431)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libscca
-DISTVERSION= alpha-20161031
+DISTVERSION= alpha-20170205
CATEGORIES= devel
MASTER_SITES= https://github.com/libyal/libscca/releases/download/${PORTVERSION:E}/ \
LOCAL/antoine
@@ -16,17 +16,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfwnt.so:devel/libfwnt
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libfwnt=${LOCALBASE}
-USES= gettext libtool pathfix python
+CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE}
+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/libscca/distinfo
==============================================================================
--- head/devel/libscca/distinfo Sun Feb 5 17:26:51 2017 (r433430)
+++ head/devel/libscca/distinfo Sun Feb 5 17:27:39 2017 (r433431)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478185133
-SHA256 (libscca-alpha-20161031.tar.gz) = 200a618fe84ac3909bcc0eda1ef3f5081c5a66527859e36c63c0dde45ff79b16
-SIZE (libscca-alpha-20161031.tar.gz) = 1577006
+TIMESTAMP = 1486311444
+SHA256 (libscca-alpha-20170205.tar.gz) = abde72db7b1401fc6b65232bb7caa0c20bb3f54862373713677105bc82b5478a
+SIZE (libscca-alpha-20170205.tar.gz) = 1548233
More information about the svn-ports-head
mailing list