Index: head/devel/libesedb/Makefile =================================================================== --- head/devel/libesedb/Makefile (revision 372443) +++ head/devel/libesedb/Makefile (revision 372444) @@ -1,31 +1,32 @@ # Created by: Antoine Brodin # $FreeBSD$ PORTNAME= libesedb # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20140803 +DISTVERSION= experimental-20141110 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/ \ + https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the ESEDB 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/libesedb/distinfo =================================================================== --- head/devel/libesedb/distinfo (revision 372443) +++ head/devel/libesedb/distinfo (revision 372444) @@ -1,2 +1,2 @@ -SHA256 (libesedb-experimental-20140803.tar.gz) = d55d406821333aba8f90fab422baa88c98c91647122091082a3d14ebb01e21e5 -SIZE (libesedb-experimental-20140803.tar.gz) = 1642721 +SHA256 (libesedb-experimental-20141110.tar.gz) = 249c5d88c82dc50929a854392f19bf037922868098b00a3889cb2d69125916bd +SIZE (libesedb-experimental-20141110.tar.gz) = 1660844 Index: head/devel/libesedb/pkg-descr =================================================================== --- head/devel/libesedb/pkg-descr (revision 372443) +++ head/devel/libesedb/pkg-descr (revision 372444) @@ -1,5 +1,5 @@ Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format. ESEDB is used in many different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc. -WWW: http://code.google.com/p/libesedb/ +WWW: https://github.com/libyal/libesedb