From owner-svn-ports-head@FreeBSD.ORG Sat Oct 4 22:22:00 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 C89CA7A; Sat, 4 Oct 2014 22:22:00 +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 9AB5AD7C; Sat, 4 Oct 2014 22:22:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s94MM08e013558; Sat, 4 Oct 2014 22:22:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94MLxGF013526; Sat, 4 Oct 2014 22:21:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042221.s94MLxGF013526@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 22:21:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370006 - head/security/py-dfvfs 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, 04 Oct 2014 22:22:00 -0000 Author: antoine Date: Sat Oct 4 22:21:59 2014 New Revision: 370006 URL: https://svnweb.freebsd.org/changeset/ports/370006 QAT: https://qat.redports.org/buildarchive/r370006/ Log: Update to 20140928 Modified: head/security/py-dfvfs/Makefile head/security/py-dfvfs/distinfo head/security/py-dfvfs/pkg-descr Modified: head/security/py-dfvfs/Makefile ============================================================================== --- head/security/py-dfvfs/Makefile Sat Oct 4 22:16:33 2014 (r370005) +++ head/security/py-dfvfs/Makefile Sat Oct 4 22:21:59 2014 (r370006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfvfs -PORTVERSION= 20140824 +PORTVERSION= 20140928 CATEGORIES= security devel python MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSZTI3MWV6di1fRDg/ \ LOCAL/antoine Modified: head/security/py-dfvfs/distinfo ============================================================================== --- head/security/py-dfvfs/distinfo Sat Oct 4 22:16:33 2014 (r370005) +++ head/security/py-dfvfs/distinfo Sat Oct 4 22:21:59 2014 (r370006) @@ -1,2 +1,2 @@ -SHA256 (dfvfs-20140824.tar.gz) = c885e8f6d7a0cc94c7dc129bb2ac089519ffb60d9c0917a48f65c63222236203 -SIZE (dfvfs-20140824.tar.gz) = 62374473 +SHA256 (dfvfs-20140928.tar.gz) = 3589401a807b3d8ab617c6197e7d03f75f15fdd46b1d93cdc7e70c0325b638e7 +SIZE (dfvfs-20140928.tar.gz) = 62426975 Modified: head/security/py-dfvfs/pkg-descr ============================================================================== --- head/security/py-dfvfs/pkg-descr Sat Oct 4 22:16:33 2014 (r370005) +++ head/security/py-dfvfs/pkg-descr Sat Oct 4 22:21:59 2014 (r370006) @@ -4,4 +4,4 @@ of dfVFS is to provide a generic interfa for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems. -WWW: https://code.google.com/p/dfvfs/ +WWW: https://github.com/log2timeline/dfvfs