aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-01-22 12:36:05 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-01-22 12:36:05 +0000
commit984b05d44934e0b729f481915f552a15a83bfe73 (patch)
tree5330305198a78b688a69a8766b09d5c7194c5b3d
parent78b887d9dc698e7fedf6dbd925fad038c3c0a976 (diff)
- Update to alpha-20170120
- Add LICENSE_FILE - Make NLS optional
Notes
Notes: svn path=/head/; revision=432123
-rw-r--r--devel/libevt/Makefile17
-rw-r--r--devel/libevt/distinfo5
2 files changed, 14 insertions, 8 deletions
diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile
index 31c245c99bce..a10398067eb1 100644
--- a/devel/libevt/Makefile
+++ b/devel/libevt/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libevt
-DISTVERSION= alpha-20160421
+DISTVERSION= alpha-20170120
CATEGORIES= devel
MASTER_SITES= https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \
LOCAL/antoine
@@ -11,23 +11,28 @@ MAINTAINER= antoine@FreeBSD.org
COMMENT= Library and tooling to access the Windows Event Log (EVT) 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/libevt/distinfo b/devel/libevt/distinfo
index bf7ce9407b95..f268820bd68a 100644
--- a/devel/libevt/distinfo
+++ b/devel/libevt/distinfo
@@ -1,2 +1,3 @@
-SHA256 (libevt-alpha-20160421.tar.gz) = bf0d66787ff7ff2af0bba8c5b905626dc47efd9ac3fa386073afa1dc0b0603a4
-SIZE (libevt-alpha-20160421.tar.gz) = 1851646
+TIMESTAMP = 1484906714
+SHA256 (libevt-alpha-20170120.tar.gz) = f965a87cb7aac0c767f87502635b0bdc70f2bcd57dc66b4174476580bff36a7c
+SIZE (libevt-alpha-20170120.tar.gz) = 1855921