Update libevt to alpha-20130726
It is not ready for python 3 so mark it
This commit is contained in:
parent
0698535d6c
commit
859190d49f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323921
2 changed files with 7 additions and 6 deletions
|
@ -2,9 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libevt
|
||||
DISTVERSION= alpha-20130415
|
||||
DISTVERSION= alpha-20130726
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSYm01VnUtLXNUZ2M/ \
|
||||
LOCAL/antoine
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Library and tooling to access the Windows Event Log (EVT) format
|
||||
|
@ -13,8 +14,8 @@ LICENSE= LGPL3
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python
|
||||
USES= pathfix gettext iconv
|
||||
USE_PYTHON= yes
|
||||
USES= gettext iconv pathfix
|
||||
USE_PYTHON= -2.7
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libevt-alpha-20130415.tar.gz) = aecce55ea0f9e7e5b340024a4e36ec58a3d14149f0af996d1f08ec61aeea311a
|
||||
SIZE (libevt-alpha-20130415.tar.gz) = 1657595
|
||||
SHA256 (libevt-alpha-20130726.tar.gz) = 3562506ba8cf849535781b1f0b89294e987fbf6d3700eda64615e934d0720097
|
||||
SIZE (libevt-alpha-20130726.tar.gz) = 1661585
|
||||
|
|
Loading…
Reference in a new issue