From owner-svn-ports-all@FreeBSD.ORG Sat May 24 14:12:16 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AED4BC8; Sat, 24 May 2014 14:12:16 +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 187C32F22; Sat, 24 May 2014 14:12:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OECFZR018862; Sat, 24 May 2014 14:12:15 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OECFGw018859; Sat, 24 May 2014 14:12:15 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405241412.s4OECFGw018859@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 May 2014 14:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355031 - head/devel/hg-git 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 14:12:16 -0000 Author: sunpoet Date: Sat May 24 14:12:15 2014 New Revision: 355031 URL: http://svnweb.freebsd.org/changeset/ports/355031 QAT: https://qat.redports.org/buildarchive/r355031/ Log: - Update to 0.6.0 - Update WWW PR: ports/189981 Submitted by: Gasol Wu Approved by: Marco Broder (maintainer) Modified: head/devel/hg-git/Makefile head/devel/hg-git/distinfo head/devel/hg-git/pkg-descr Modified: head/devel/hg-git/Makefile ============================================================================== --- head/devel/hg-git/Makefile Sat May 24 14:12:09 2014 (r355030) +++ head/devel/hg-git/Makefile Sat May 24 14:12:15 2014 (r355031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hg-git -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/hg-git/distinfo ============================================================================== --- head/devel/hg-git/distinfo Sat May 24 14:12:09 2014 (r355030) +++ head/devel/hg-git/distinfo Sat May 24 14:12:15 2014 (r355031) @@ -1,2 +1,2 @@ -SHA256 (hg-git-0.5.0.tar.gz) = bad27f98f4a3d58acbea6495b93d6b7ca27e5544e1c685c4432e5d0fe09fcbee -SIZE (hg-git-0.5.0.tar.gz) = 28923 +SHA256 (hg-git-0.6.0.tar.gz) = fe10a81d5daf401e1df6d04e63a300a405441a77f13dfd6f1833e76c2785ecd5 +SIZE (hg-git-0.6.0.tar.gz) = 31073 Modified: head/devel/hg-git/pkg-descr ============================================================================== --- head/devel/hg-git/pkg-descr Sat May 24 14:12:09 2014 (r355030) +++ head/devel/hg-git/pkg-descr Sat May 24 14:12:15 2014 (r355031) @@ -18,4 +18,4 @@ The plugin is basically functional and u edge cases. However, there are several people using it effectively, so please test it yourself and report encountered bugs upstream (see website). Thanks! -WWW: http://hg-git.github.com/ +WWW: https://hg-git.github.io/