Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2015 17:24:00 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404442 - in head/devel/libregf: . files
Message-ID:  <201512251724.tBPHO0Sp066007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 25 17:24:00 2015
New Revision: 404442
URL: https://svnweb.freebsd.org/changeset/ports/404442

Log:
  Update to alpha-20151223

Added:
  head/devel/libregf/files/
  head/devel/libregf/files/patch-pyregf_Makefile.in   (contents, props changed)
Modified:
  head/devel/libregf/Makefile
  head/devel/libregf/distinfo

Modified: head/devel/libregf/Makefile
==============================================================================
--- head/devel/libregf/Makefile	Fri Dec 25 17:18:55 2015	(r404441)
+++ head/devel/libregf/Makefile	Fri Dec 25 17:24:00 2015	(r404442)
@@ -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

Modified: head/devel/libregf/distinfo
==============================================================================
--- head/devel/libregf/distinfo	Fri Dec 25 17:18:55 2015	(r404441)
+++ head/devel/libregf/distinfo	Fri Dec 25 17:24:00 2015	(r404442)
@@ -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

Added: head/devel/libregf/files/patch-pyregf_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libregf/files/patch-pyregf_Makefile.in	Fri Dec 25 17:24:00 2015	(r404442)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512251724.tBPHO0Sp066007>