diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-07-29 21:17:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-07-29 21:17:23 +0000 |
commit | 859190d49fdc2293d9880370f64dd8f00a467232 (patch) | |
tree | c9e65e727185e4d7c15daa4a25d2db06ee7728b2 /devel/libevt | |
parent | 0698535d6c94692a7f00f1b54c36cef820f5f91c (diff) | |
download | ports-859190d49fdc2293d9880370f64dd8f00a467232.tar.gz ports-859190d49fdc2293d9880370f64dd8f00a467232.zip |
Notes
Diffstat (limited to 'devel/libevt')
-rw-r--r-- | devel/libevt/Makefile | 9 | ||||
-rw-r--r-- | devel/libevt/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile index 073876e119ed..b903567b3c15 100644 --- a/devel/libevt/Makefile +++ b/devel/libevt/Makefile @@ -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 diff --git a/devel/libevt/distinfo b/devel/libevt/distinfo index 53c1a32b3e9f..aa078a51eaa2 100644 --- a/devel/libevt/distinfo +++ b/devel/libevt/distinfo @@ -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 |