diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-12-25 17:24:00 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-12-25 17:24:00 +0000 |
commit | 54ce3e6de00c9e21b1558e4904cfd3f9ad2a4d38 (patch) | |
tree | 3912c7eb6bf91729db4ad72f423fed6d460ed09a /devel/libregf | |
parent | 6d1c552750926db554c5760ac636159dbaba118b (diff) | |
download | ports-54ce3e6de00c9e21b1558e4904cfd3f9ad2a4d38.tar.gz ports-54ce3e6de00c9e21b1558e4904cfd3f9ad2a4d38.zip |
Update to alpha-20151223
Notes
Notes:
svn path=/head/; revision=404442
Diffstat (limited to 'devel/libregf')
-rw-r--r-- | devel/libregf/Makefile | 2 | ||||
-rw-r--r-- | devel/libregf/distinfo | 4 | ||||
-rw-r--r-- | devel/libregf/files/patch-pyregf_Makefile.in | 13 |
3 files changed, 16 insertions, 3 deletions
diff --git a/devel/libregf/Makefile b/devel/libregf/Makefile index a7b681fa6603..08dea6821fd4 100644 --- a/devel/libregf/Makefile +++ b/devel/libregf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20151205 +DISTVERSION= alpha-20151223 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libregf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libregf/distinfo b/devel/libregf/distinfo index d31c8022d4ea..2b03cbbf3ddd 100644 --- a/devel/libregf/distinfo +++ b/devel/libregf/distinfo @@ -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 diff --git a/devel/libregf/files/patch-pyregf_Makefile.in b/devel/libregf/files/patch-pyregf_Makefile.in new file mode 100644 index 000000000000..f344ec6bf28b --- /dev/null +++ b/devel/libregf/files/patch-pyregf_Makefile.in @@ -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 |