Index: head/devel/libmsiecf/Makefile =================================================================== --- head/devel/libmsiecf/Makefile (revision 371511) +++ head/devel/libmsiecf/Makefile (revision 371512) @@ -1,30 +1,31 @@ # Created by: Antoine Brodin # $FreeBSD$ PORTNAME= libmsiecf -DISTVERSION= alpha-20141024 +DISTVERSION= alpha-20141025 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/ \ + https://github.com/libyal/libmsiecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the MSIE index.dat files 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/libmsiecf/distinfo =================================================================== --- head/devel/libmsiecf/distinfo (revision 371511) +++ head/devel/libmsiecf/distinfo (revision 371512) @@ -1,2 +1,2 @@ -SHA256 (libmsiecf-alpha-20141024.tar.gz) = c3fe1471db454aa249d9c2f21802c72b4368f67d31696e16fdb2be99146f6760 -SIZE (libmsiecf-alpha-20141024.tar.gz) = 1378586 +SHA256 (libmsiecf-alpha-20141025.tar.gz) = 690ba6e415fc3f0a4c00c54b871f37d8700bdaafc2277f9431e091d4519d00ab +SIZE (libmsiecf-alpha-20141025.tar.gz) = 1378599 Index: head/devel/libmsiecf/pkg-descr =================================================================== --- head/devel/libmsiecf/pkg-descr (revision 371511) +++ head/devel/libmsiecf/pkg-descr (revision 371512) @@ -1,4 +1,4 @@ Library and tools to access the Microsoft Internet Explorer (MSIE) Cache File (index.dat) files -WWW: http://code.google.com/p/libmsiecf/ +WWW: https://github.com/libyal/libmsiecf