Index: head/devel/libregf/Makefile =================================================================== --- head/devel/libregf/Makefile (revision 372046) +++ head/devel/libregf/Makefile (revision 372047) @@ -1,30 +1,31 @@ # Created by: Antoine Brodin # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20140905 +DISTVERSION= alpha-20141030 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/ \ + https://github.com/libyal/libregf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to support the Windows NT Registry File format LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= fuse gettext iconv libtool pathfix pkgconfig 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/libregf/distinfo =================================================================== --- head/devel/libregf/distinfo (revision 372046) +++ head/devel/libregf/distinfo (revision 372047) @@ -1,2 +1,2 @@ -SHA256 (libregf-alpha-20140905.tar.gz) = 01a82879181aedb71bf37b6ba647fb9147027e43a9da33656ed6aea15ea59a35 -SIZE (libregf-alpha-20140905.tar.gz) = 1547682 +SHA256 (libregf-alpha-20141030.tar.gz) = 42369e636c465bdc3e2bdf4566fec4fafb01239fbe7870995b011eb9173fb7f3 +SIZE (libregf-alpha-20141030.tar.gz) = 1565756 Index: head/devel/libregf/pkg-descr =================================================================== --- head/devel/libregf/pkg-descr (revision 372046) +++ head/devel/libregf/pkg-descr (revision 372047) @@ -1,3 +1,3 @@ Library and tools to support the Windows NT Registry File (REGF) format. -WWW: http://code.google.com/p/libregf/ +WWW: https://github.com/libyal/libregf