Index: head/devel/libregf/Makefile =================================================================== --- head/devel/libregf/Makefile (revision 404441) +++ head/devel/libregf/Makefile (revision 404442) @@ -1,32 +1,32 @@ # Created by: Antoine Brodin # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20151205 +DISTVERSION= alpha-20151223 CATEGORIES= devel MASTER_SITES= 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 LIB_DEPENDS= libfwsi.so:${PORTSDIR}/devel/libfwsi GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libfwsi=${LOCALBASE} USES= fuse gettext libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/devel/libregf/distinfo =================================================================== --- head/devel/libregf/distinfo (revision 404441) +++ head/devel/libregf/distinfo (revision 404442) @@ -1,2 +1,2 @@ -SHA256 (libregf-alpha-20151205.tar.gz) = 74cd6dee992547fbcfbd1c9385724475c4b071947e2b4162145b488d0fc8ec8d -SIZE (libregf-alpha-20151205.tar.gz) = 1611097 +SHA256 (libregf-alpha-20151223.tar.gz) = 41b0a23dd66ec661ca11a8a6444f33116d1598d34201e378e42f750b107e6636 +SIZE (libregf-alpha-20151223.tar.gz) = 1612105 Index: head/devel/libregf/files/patch-pyregf_Makefile.in =================================================================== --- head/devel/libregf/files/patch-pyregf_Makefile.in (nonexistent) +++ head/devel/libregf/files/patch-pyregf_Makefile.in (revision 404442) @@ -0,0 +1,13 @@ +# Allow building when an older version of libregf is installed + +--- pyregf/Makefile.in.orig 2015-12-24 12:55:58 UTC ++++ pyregf/Makefile.in +@@ -193,7 +193,7 @@ AM_V_at = $(am__v_at_@AM_V@) + am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) + am__v_at_0 = @ + am__v_at_1 = +-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common ++DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common -I$(top_builddir)/include + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles + am__mv = mv -f Property changes on: head/devel/libregf/files/patch-pyregf_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property