summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-01-22 12:38:37 +0000
committerantoine <antoine@FreeBSD.org>2017-01-22 12:38:37 +0000
commit2f32b529283f21688cb71ca9c179f776e3f0cf28 (patch)
tree3be9fdf2ccea0d17b772e3642f790693f1770850
parenta5a82ac78d7a50a6c6f3fabb7b342c0d2ae47c7e (diff)
downloadFreeBSD-ports-2f32b529283f21688cb71ca9c179f776e3f0cf28.zip
FreeBSD-ports-2f32b529283f21688cb71ca9c179f776e3f0cf28.tar.gz
- Update to alpha-20170122
- Add LICENSE_FILE - Make NLS optional
-rw-r--r--devel/libevtx/Makefile17
-rw-r--r--devel/libevtx/distinfo5
2 files changed, 14 insertions, 8 deletions
diff --git a/devel/libevtx/Makefile b/devel/libevtx/Makefile
index 31da4bb..8971e47 100644
--- a/devel/libevtx/Makefile
+++ b/devel/libevtx/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libevtx
-DISTVERSION= alpha-20160421
+DISTVERSION= alpha-20170122
CATEGORIES= devel
MASTER_SITES= https://github.com/libyal/libevtx/releases/download/${PORTVERSION:E}/ \
LOCAL/antoine
@@ -11,23 +11,28 @@ MAINTAINER= antoine@FreeBSD.org
COMMENT= Library and tooling to access the Windows XML Event Log (EVTX) format
LICENSE= LGPL3+
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfwnt.so:devel/libfwnt \
libregf.so:devel/libregf
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} \
+CONFIGURE_ARGS= --enable-python \
--with-libfwnt=${LOCALBASE} --with-libregf=${LOCALBASE}
-USES= gettext libtool pathfix 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}
diff --git a/devel/libevtx/distinfo b/devel/libevtx/distinfo
index 2d4e436..87cce85 100644
--- a/devel/libevtx/distinfo
+++ b/devel/libevtx/distinfo
@@ -1,2 +1,3 @@
-SHA256 (libevtx-alpha-20160421.tar.gz) = feb9b0520f34743610861c5fe85bdc55c3a2bcf120287283303a7e02507994eb
-SIZE (libevtx-alpha-20160421.tar.gz) = 1868876
+TIMESTAMP = 1485077874
+SHA256 (libevtx-alpha-20170122.tar.gz) = 11a25fb0d51ecd38dfecd7559c40160e6e5b3a5f2494c99911588aa5b2870d8f
+SIZE (libevtx-alpha-20170122.tar.gz) = 1878770
OpenPOWER on IntegriCloud