From owner-svn-ports-all@FreeBSD.ORG Sat May 24 13:09:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E3E08EB; Sat, 24 May 2014 13:09: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 4C5932A66; Sat, 24 May 2014 13:09:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OD9Xkq087318; Sat, 24 May 2014 13:09:33 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OD9Wko087309; Sat, 24 May 2014 13:09:32 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201405241309.s4OD9Wko087309@svn.freebsd.org> From: William Grzybowski Date: Sat, 24 May 2014 13:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355018 - head/devel/py-hgtools 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 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: Sat, 24 May 2014 13:09:33 -0000 Author: wg Date: Sat May 24 13:09:32 2014 New Revision: 355018 URL: http://svnweb.freebsd.org/changeset/ports/355018 QAT: https://qat.redports.org/buildarchive/r355018/ Log: devel/py-hgtools: update to 6.0 PR: ports/189716 Submitted by: Bartek Rutkowski Modified: head/devel/py-hgtools/Makefile head/devel/py-hgtools/distinfo head/devel/py-hgtools/pkg-descr Modified: head/devel/py-hgtools/Makefile ============================================================================== --- head/devel/py-hgtools/Makefile Sat May 24 13:06:48 2014 (r355017) +++ head/devel/py-hgtools/Makefile Sat May 24 13:09:32 2014 (r355018) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hgtools -PORTVERSION= 4.0 +PORTVERSION= 6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-hgtools/distinfo ============================================================================== --- head/devel/py-hgtools/distinfo Sat May 24 13:06:48 2014 (r355017) +++ head/devel/py-hgtools/distinfo Sat May 24 13:09:32 2014 (r355018) @@ -1,2 +1,2 @@ -SHA256 (hgtools-4.0.zip) = 159390941e10e2fad56c47460ed9e58abf7ec01f1f072ce9c5743352279ed8c5 -SIZE (hgtools-4.0.zip) = 39223 +SHA256 (hgtools-6.0.zip) = 14f3f4d94827c2d45e5a05ffd6efbe2484f662354a3dce2d8d1a29df1b05dd5a +SIZE (hgtools-6.0.zip) = 37542 Modified: head/devel/py-hgtools/pkg-descr ============================================================================== --- head/devel/py-hgtools/pkg-descr Sat May 24 13:06:48 2014 (r355017) +++ head/devel/py-hgtools/pkg-descr Sat May 24 13:09:32 2014 (r355018) @@ -4,4 +4,4 @@ hgtools builds on the setuptools_hg plug Provides classes for inspecting and working with repositories in the Mercurial version control system. -WWW: http://bitbucket.org/jaraco/hgtools/ +WWW: http://bitbucket.org/jaraco/hgtools