diff options
author | antoine <antoine@FreeBSD.org> | 2016-05-01 07:51:40 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-05-01 07:51:40 +0000 |
commit | 9e87da09383530f179900eba8d02c376f335ad0a (patch) | |
tree | 949f99f4759ec98115f882344c8089fca992f525 | |
parent | acc0b4a84ed1c0f1d76ccdf7df227a2637eeadbd (diff) | |
download | FreeBSD-ports-9e87da09383530f179900eba8d02c376f335ad0a.zip FreeBSD-ports-9e87da09383530f179900eba8d02c376f335ad0a.tar.gz |
- Update to alpha-20160421
- Unbundle libfwnt
-rw-r--r-- | devel/libevtx/Makefile | 10 | ||||
-rw-r--r-- | devel/libevtx/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/libevtx/Makefile b/devel/libevtx/Makefile index 2aa5444..31da4bb 100644 --- a/devel/libevtx/Makefile +++ b/devel/libevtx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevtx -DISTVERSION= alpha-20160107 +DISTVERSION= alpha-20160421 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevtx/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -10,12 +10,14 @@ MASTER_SITES= https://github.com/libyal/libevtx/releases/download/${PORTVERSION: MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tooling to access the Windows XML Event Log (EVTX) format -LICENSE= LGPL3 +LICENSE= LGPL3+ -LIB_DEPENDS= libregf.so:devel/libregf +LIB_DEPENDS= libfwnt.so:devel/libfwnt \ + libregf.so:devel/libregf GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libregf=${LOCALBASE} +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} \ + --with-libfwnt=${LOCALBASE} --with-libregf=${LOCALBASE} USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/devel/libevtx/distinfo b/devel/libevtx/distinfo index 0bcace2..2d4e436 100644 --- a/devel/libevtx/distinfo +++ b/devel/libevtx/distinfo @@ -1,2 +1,2 @@ -SHA256 (libevtx-alpha-20160107.tar.gz) = c4270b3079a1a5395114f8d7b145b9d8cc4a75f9ef49ad968ceb7e4ed8975c28 -SIZE (libevtx-alpha-20160107.tar.gz) = 1837955 +SHA256 (libevtx-alpha-20160421.tar.gz) = feb9b0520f34743610861c5fe85bdc55c3a2bcf120287283303a7e02507994eb +SIZE (libevtx-alpha-20160421.tar.gz) = 1868876 |