From owner-svn-ports-head@FreeBSD.ORG Sat Nov 1 23:10:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1F56C10; Sat, 1 Nov 2014 23:10:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 8DC84319; Sat, 1 Nov 2014 23:10:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA1NAohk005517; Sat, 1 Nov 2014 23:10:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA1NAn7F005514; Sat, 1 Nov 2014 23:10:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411012310.sA1NAn7F005514@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 1 Nov 2014 23:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372047 - head/devel/libregf 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.18-1 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: Sat, 01 Nov 2014 23:10:50 -0000 Author: antoine Date: Sat Nov 1 23:10:49 2014 New Revision: 372047 URL: https://svnweb.freebsd.org/changeset/ports/372047 QAT: https://qat.redports.org/buildarchive/r372047/ Log: Update to alpha-20141030 Modified: head/devel/libregf/Makefile head/devel/libregf/distinfo head/devel/libregf/pkg-descr Modified: head/devel/libregf/Makefile ============================================================================== --- head/devel/libregf/Makefile Sat Nov 1 23:09:46 2014 (r372046) +++ head/devel/libregf/Makefile Sat Nov 1 23:10:49 2014 (r372047) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20140905 +DISTVERSION= alpha-20141030 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/ \ + https://github.com/libyal/libregf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org Modified: head/devel/libregf/distinfo ============================================================================== --- head/devel/libregf/distinfo Sat Nov 1 23:09:46 2014 (r372046) +++ head/devel/libregf/distinfo Sat Nov 1 23:10:49 2014 (r372047) @@ -1,2 +1,2 @@ -SHA256 (libregf-alpha-20140905.tar.gz) = 01a82879181aedb71bf37b6ba647fb9147027e43a9da33656ed6aea15ea59a35 -SIZE (libregf-alpha-20140905.tar.gz) = 1547682 +SHA256 (libregf-alpha-20141030.tar.gz) = 42369e636c465bdc3e2bdf4566fec4fafb01239fbe7870995b011eb9173fb7f3 +SIZE (libregf-alpha-20141030.tar.gz) = 1565756 Modified: head/devel/libregf/pkg-descr ============================================================================== --- head/devel/libregf/pkg-descr Sat Nov 1 23:09:46 2014 (r372046) +++ head/devel/libregf/pkg-descr Sat Nov 1 23:10:49 2014 (r372047) @@ -1,3 +1,3 @@ Library and tools to support the Windows NT Registry File (REGF) format. -WWW: http://code.google.com/p/libregf/ +WWW: https://github.com/libyal/libregf