From owner-svn-ports-head@FreeBSD.ORG Tue Nov 11 12:56:44 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 43CA24D3; Tue, 11 Nov 2014 12:56:44 +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 162628F4; Tue, 11 Nov 2014 12:56:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sABCuhf4072685; Tue, 11 Nov 2014 12:56:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sABCuhUU072680; Tue, 11 Nov 2014 12:56:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411111256.sABCuhUU072680@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 11 Nov 2014 12:56:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372444 - head/devel/libesedb 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: Tue, 11 Nov 2014 12:56:44 -0000 Author: antoine Date: Tue Nov 11 12:56:42 2014 New Revision: 372444 URL: https://svnweb.freebsd.org/changeset/ports/372444 QAT: https://qat.redports.org/buildarchive/r372444/ Log: Update to experimental-20141110 Modified: head/devel/libesedb/Makefile head/devel/libesedb/distinfo head/devel/libesedb/pkg-descr Modified: head/devel/libesedb/Makefile ============================================================================== --- head/devel/libesedb/Makefile Tue Nov 11 12:52:56 2014 (r372443) +++ head/devel/libesedb/Makefile Tue Nov 11 12:56:42 2014 (r372444) @@ -3,9 +3,10 @@ PORTNAME= libesedb # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20140803 +DISTVERSION= experimental-20141110 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/ \ + https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org Modified: head/devel/libesedb/distinfo ============================================================================== --- head/devel/libesedb/distinfo Tue Nov 11 12:52:56 2014 (r372443) +++ head/devel/libesedb/distinfo Tue Nov 11 12:56:42 2014 (r372444) @@ -1,2 +1,2 @@ -SHA256 (libesedb-experimental-20140803.tar.gz) = d55d406821333aba8f90fab422baa88c98c91647122091082a3d14ebb01e21e5 -SIZE (libesedb-experimental-20140803.tar.gz) = 1642721 +SHA256 (libesedb-experimental-20141110.tar.gz) = 249c5d88c82dc50929a854392f19bf037922868098b00a3889cb2d69125916bd +SIZE (libesedb-experimental-20141110.tar.gz) = 1660844 Modified: head/devel/libesedb/pkg-descr ============================================================================== --- head/devel/libesedb/pkg-descr Tue Nov 11 12:52:56 2014 (r372443) +++ head/devel/libesedb/pkg-descr Tue Nov 11 12:56:42 2014 (r372444) @@ -2,4 +2,4 @@ Library and tools to access the Extensib (EDB) format. ESEDB is used in many different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc. -WWW: http://code.google.com/p/libesedb/ +WWW: https://github.com/libyal/libesedb