From owner-svn-ports-head@FreeBSD.ORG Tue Dec 2 17:52:33 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 DD34252D; Tue, 2 Dec 2014 17:52:33 +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 C8FCCAE8; Tue, 2 Dec 2014 17:52:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB2HqXp0051344; Tue, 2 Dec 2014 17:52:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB2HqXsl051339; Tue, 2 Dec 2014 17:52:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412021752.sB2HqXsl051339@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 2 Dec 2014 17:52:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373774 - head/devel/libqcow 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, 02 Dec 2014 17:52:34 -0000 Author: antoine Date: Tue Dec 2 17:52:32 2014 New Revision: 373774 URL: https://svnweb.freebsd.org/changeset/ports/373774 QAT: https://qat.redports.org/buildarchive/r373774/ Log: Update to alpha-20141201 Modified: head/devel/libqcow/Makefile head/devel/libqcow/distinfo head/devel/libqcow/pkg-descr Modified: head/devel/libqcow/Makefile ============================================================================== --- head/devel/libqcow/Makefile Tue Dec 2 17:42:22 2014 (r373773) +++ head/devel/libqcow/Makefile Tue Dec 2 17:52:32 2014 (r373774) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libqcow -DISTVERSION= alpha-20141021 +DISTVERSION= alpha-20141201 CATEGORIES= devel -MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSSzlxcHFxRC0zYTA/ \ +MASTER_SITES= https://github.com/libyal/libqcow/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org Modified: head/devel/libqcow/distinfo ============================================================================== --- head/devel/libqcow/distinfo Tue Dec 2 17:42:22 2014 (r373773) +++ head/devel/libqcow/distinfo Tue Dec 2 17:52:32 2014 (r373774) @@ -1,2 +1,2 @@ -SHA256 (libqcow-alpha-20141021.tar.gz) = 35d345abc897f8656839680890013c93f7db6b91f80b99391377949013050466 -SIZE (libqcow-alpha-20141021.tar.gz) = 1325928 +SHA256 (libqcow-alpha-20141201.tar.gz) = aba7c54110146c8880cd5d89bbb532a340b2f7b5c91c7e2db7ded8e69ef25916 +SIZE (libqcow-alpha-20141201.tar.gz) = 1341222 Modified: head/devel/libqcow/pkg-descr ============================================================================== --- head/devel/libqcow/pkg-descr Tue Dec 2 17:42:22 2014 (r373773) +++ head/devel/libqcow/pkg-descr Tue Dec 2 17:52:32 2014 (r373774) @@ -1,3 +1,3 @@ Library and tooling to access the QEMU Copy-On-Write (QCOW) image format -WWW: http://code.google.com/p/libqcow/ +WWW: https://github.com/libyal/libqcow