update libevt to 20191221 and switch to python3.

This commit is contained in:
rpointel 2020-03-17 21:16:47 +00:00
parent 91b97c153e
commit 3659a37ca1
3 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:49:44 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2020/03/17 21:16:47 rpointel Exp $
COMMENT = library and tools to access the Windows Event Log (EVT)
VERSION = 20170120
VERSION = 20191221
DISTNAME = libevt-alpha-${VERSION}
PKGNAME = ${DISTNAME:S/-alpha//}
REVISION = 0
SHARED_LIBS += evt 0.0 # 1.0
@ -24,11 +23,12 @@ WANTLIB = ${MODPY_WANTLIB}
WANTLIB += bfio c iconv intl m pthread util
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --enable-python \
CONFIGURE_ARGS += --enable-python3 \
--without-libfwnt \
--without-libregf
WRKDIST = ${WRKDIR}/${PKGNAME}
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
MODULES += lang/python

View File

@ -1,2 +1,2 @@
SHA256 (libevt-alpha-20170120.tar.gz) = +WWofLeqwMdn+HUCY1sL3HDyvNV9xmtBdEdlgL/zanw=
SIZE (libevt-alpha-20170120.tar.gz) = 1855921
SHA256 (libevt-alpha-20191221.tar.gz) = Ov5URXa9GkzhvcZAhleR7RVti6b1sAi1CW05W0VTs4A=
SIZE (libevt-alpha-20191221.tar.gz) = 1940459

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/02/04 08:43:28 rpointel Exp $
@comment $OpenBSD: PLIST,v 1.2 2020/03/17 21:16:47 rpointel Exp $
@bin bin/evtexport
@bin bin/evtinfo
include/libevt/
@ -9,13 +9,13 @@ include/libevt/error.h
include/libevt/extern.h
include/libevt/features.h
include/libevt/types.h
lib/libevt.a
@static-lib lib/libevt.a
lib/libevt.la
@lib lib/libevt.so.${LIBevt_VERSION}
lib/pkgconfig/libevt.pc
lib/python${MODPY_VERSION}/site-packages/pyevt.a
lib/python${MODPY_VERSION}/site-packages/pyevt.la
lib/python${MODPY_VERSION}/site-packages/pyevt.so
@so lib/python${MODPY_VERSION}/site-packages/pyevt.so
@man man/man1/evtexport.1
@man man/man1/evtinfo.1
@man man/man3/libevt.3