From owner-svn-ports-head@freebsd.org Fri Dec 25 17:24:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD6DAA507EB; Fri, 25 Dec 2015 17:24:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90F941253; Fri, 25 Dec 2015 17:24:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPHO06e066010; Fri, 25 Dec 2015 17:24:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPHO0Sp066007; Fri, 25 Dec 2015 17:24:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512251724.tBPHO0Sp066007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Dec 2015 17:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404442 - in head/devel/libregf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:24:02 -0000 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