From owner-svn-ports-head@FreeBSD.ORG Thu Oct 30 17:59:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC2D2CBA; Thu, 30 Oct 2014 17:59:37 +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 7E85BCE5; Thu, 30 Oct 2014 17:59:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9UHxbfo057501; Thu, 30 Oct 2014 17:59:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9UHxaSI057498; Thu, 30 Oct 2014 17:59:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410301759.s9UHxaSI057498@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 30 Oct 2014 17:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371765 - head/devel/libolecf 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: Thu, 30 Oct 2014 17:59:37 -0000 Author: antoine Date: Thu Oct 30 17:59:36 2014 New Revision: 371765 URL: https://svnweb.freebsd.org/changeset/ports/371765 QAT: https://qat.redports.org/buildarchive/r371765/ Log: Update to alpha-20141026 Modified: head/devel/libolecf/Makefile head/devel/libolecf/distinfo head/devel/libolecf/pkg-descr Modified: head/devel/libolecf/Makefile ============================================================================== --- head/devel/libolecf/Makefile Thu Oct 30 16:42:21 2014 (r371764) +++ head/devel/libolecf/Makefile Thu Oct 30 17:59:36 2014 (r371765) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20141024 +DISTVERSION= alpha-20141026 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/ \ + https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org Modified: head/devel/libolecf/distinfo ============================================================================== --- head/devel/libolecf/distinfo Thu Oct 30 16:42:21 2014 (r371764) +++ head/devel/libolecf/distinfo Thu Oct 30 17:59:36 2014 (r371765) @@ -1,2 +1,2 @@ -SHA256 (libolecf-alpha-20141024.tar.gz) = 3edf955f142d166fc5908076aadcfd186e7964e5a9b1f05c1a324f63abe91392 -SIZE (libolecf-alpha-20141024.tar.gz) = 1438771 +SHA256 (libolecf-alpha-20141026.tar.gz) = a633a47d4ad94cb6df80146c2c59f93f1ed6d4f98dbbc88c31f35f0ddd1fe5dc +SIZE (libolecf-alpha-20141026.tar.gz) = 1437781 Modified: head/devel/libolecf/pkg-descr ============================================================================== --- head/devel/libolecf/pkg-descr Thu Oct 30 16:42:21 2014 (r371764) +++ head/devel/libolecf/pkg-descr Thu Oct 30 17:59:36 2014 (r371765) @@ -1,3 +1,3 @@ Library and tools to access the OLE 2 Compound File (OLECF) format -WWW: http://code.google.com/p/libolecf/ +WWW: https://github.com/libyal/libolecf