Index: head/devel/libevt/Makefile =================================================================== --- head/devel/libevt/Makefile (revision 371509) +++ head/devel/libevt/Makefile (revision 371510) @@ -1,30 +1,31 @@ # Created by: Antoine Brodin # $FreeBSD$ PORTNAME= libevt -DISTVERSION= alpha-20140831 +DISTVERSION= alpha-20141026 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSYm01VnUtLXNUZ2M/ \ + https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tooling to access the Windows Event Log (EVT) format LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= gettext iconv libtool pathfix python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/devel/libevt/distinfo =================================================================== --- head/devel/libevt/distinfo (revision 371509) +++ head/devel/libevt/distinfo (revision 371510) @@ -1,2 +1,2 @@ -SHA256 (libevt-alpha-20140831.tar.gz) = f46a8a8278dd07d8abacfc90c8b0bd8347e6a2e80cf70694bf4e9928c3d3ded7 -SIZE (libevt-alpha-20140831.tar.gz) = 1720160 +SHA256 (libevt-alpha-20141026.tar.gz) = e0e8d40b1d70965cd2e192edd05c9fca19f1c3f7f01a9fad68178ce5444de380 +SIZE (libevt-alpha-20141026.tar.gz) = 1741057 Index: head/devel/libevt/pkg-descr =================================================================== --- head/devel/libevt/pkg-descr (revision 371509) +++ head/devel/libevt/pkg-descr (revision 371510) @@ -1,3 +1,3 @@ Library and tooling to access the Windows Event Log (EVT) format -WWW: http://code.google.com/p/libevt/ +WWW: https://github.com/libyal/libevt Index: head/devel/libevt/pkg-plist =================================================================== --- head/devel/libevt/pkg-plist (revision 371509) +++ head/devel/libevt/pkg-plist (revision 371510) @@ -1,20 +1,19 @@ bin/evtexport bin/evtinfo include/libevt.h include/libevt/codepage.h include/libevt/definitions.h include/libevt/error.h include/libevt/extern.h include/libevt/features.h include/libevt/types.h lib/libevt.a lib/libevt.so lib/libevt.so.1 lib/libevt.so.1.0.0 %%PYTHON_SITELIBDIR%%/pyevt.a %%PYTHON_SITELIBDIR%%/pyevt.so libdata/pkgconfig/libevt.pc man/man1/evtexport.1.gz man/man1/evtinfo.1.gz man/man3/libevt.3.gz -@dirrm include/libevt