From owner-svn-ports-all@FreeBSD.ORG Tue Dec 23 09:01:13 2014 Return-Path: Delivered-To: svn-ports-all@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 E7A9C535; Tue, 23 Dec 2014 09:01:13 +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 D30AF1706; Tue, 23 Dec 2014 09:01:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBN91DVr003926; Tue, 23 Dec 2014 09:01:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBN91DnX003924; Tue, 23 Dec 2014 09:01:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412230901.sBN91DnX003924@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 23 Dec 2014 09:01:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375314 - head/sysutils/py-pytsk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2014 09:01:14 -0000 Author: antoine Date: Tue Dec 23 09:01:12 2014 New Revision: 375314 URL: https://svnweb.freebsd.org/changeset/ports/375314 QAT: https://qat.redports.org/buildarchive/r375314/ Log: Update MASTER_SITES Modified: head/sysutils/py-pytsk/Makefile head/sysutils/py-pytsk/pkg-descr Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Tue Dec 23 07:57:52 2014 (r375313) +++ head/sysutils/py-pytsk/Makefile Tue Dec 23 09:01:12 2014 (r375314) @@ -4,7 +4,7 @@ PORTNAME= pytsk PORTVERSION= 20141220 CATEGORIES= sysutils security devel python -MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiScUxsUm54cG02RDA/ \ +MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \ LOCAL/antoine PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-pytsk/pkg-descr ============================================================================== --- head/sysutils/py-pytsk/pkg-descr Tue Dec 23 07:57:52 2014 (r375313) +++ head/sysutils/py-pytsk/pkg-descr Tue Dec 23 09:01:12 2014 (r375314) @@ -1,3 +1,3 @@ Python bindings for the Sleuthkit -WWW: http://code.google.com/p/pytsk/ +WWW: https://github.com/py4n6/pytsk