Index: head/devel/libbde/Makefile =================================================================== --- head/devel/libbde/Makefile (revision 406973) +++ head/devel/libbde/Makefile (revision 406974) @@ -1,32 +1,32 @@ # Created by: Antoine Brodin # $FreeBSD$ PORTNAME= libbde -DISTVERSION= alpha-20150905 +DISTVERSION= alpha-20160110 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libbde/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the BitLocker Drive Encryption volumes LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} USES= fuse gettext libtool pathfix pkgconfig python USE_OPENSSL= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip LIBS+= -L${OPENSSLLIB} 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/libbde/distinfo =================================================================== --- head/devel/libbde/distinfo (revision 406973) +++ head/devel/libbde/distinfo (revision 406974) @@ -1,2 +1,2 @@ -SHA256 (libbde-alpha-20150905.tar.gz) = e803e504095a08c9a721f8ff8637752a77207f45f4acfb87fe00685d9657f36f -SIZE (libbde-alpha-20150905.tar.gz) = 1610642 +SHA256 (libbde-alpha-20160110.tar.gz) = d2351d8499e32777db50f89e7787b77b36a69a6a58d00fd57e8e179654b68e4a +SIZE (libbde-alpha-20160110.tar.gz) = 1639535 Index: head/devel/libbde/files/patch-pybde_Makefile.in =================================================================== --- head/devel/libbde/files/patch-pybde_Makefile.in (nonexistent) +++ head/devel/libbde/files/patch-pybde_Makefile.in (revision 406974) @@ -0,0 +1,13 @@ +# Allow building when an older version of libbde is installed + +--- pybde/Makefile.in.orig 2016-01-10 20:07:31 UTC ++++ pybde/Makefile.in +@@ -192,7 +192,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/libbde/files/patch-pybde_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