From owner-svn-ports-head@FreeBSD.ORG Thu May 16 13:53:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 551D1B8; Thu, 16 May 2013 13:53:14 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 47BA5923; Thu, 16 May 2013 13:53:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4GDrE7G057770; Thu, 16 May 2013 13:53:14 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4GDrDPR057768; Thu, 16 May 2013 13:53:13 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201305161353.r4GDrDPR057768@svn.freebsd.org> From: William Grzybowski Date: Thu, 16 May 2013 13:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318315 - head/devel/py-hghooks 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.14 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: Thu, 16 May 2013 13:53:14 -0000 Author: wg Date: Thu May 16 13:53:13 2013 New Revision: 318315 URL: http://svnweb.freebsd.org/changeset/ports/318315 Log: - Update to 0.6.0 - Add LICENSE Changes: https://bitbucket.org/lgs/hghooks/src/b14f356ea0fe/CHANGES.txt?at=default Approved by: culot (mentor) Modified: head/devel/py-hghooks/Makefile head/devel/py-hghooks/distinfo Modified: head/devel/py-hghooks/Makefile ============================================================================== --- head/devel/py-hghooks/Makefile Thu May 16 13:50:04 2013 (r318314) +++ head/devel/py-hghooks/Makefile Thu May 16 13:53:13 2013 (r318315) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hghooks -PORTVERSION= 0.5.5 +PORTVERSION= 0.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Set of Mercurial hooks +LICENSE= LGPL3 + USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install Modified: head/devel/py-hghooks/distinfo ============================================================================== --- head/devel/py-hghooks/distinfo Thu May 16 13:50:04 2013 (r318314) +++ head/devel/py-hghooks/distinfo Thu May 16 13:53:13 2013 (r318315) @@ -1,2 +1,2 @@ -SHA256 (hghooks-0.5.5.tar.gz) = e7ccb28fd525bcffe49c72e5b31355b7c167efbfcc903228a15bbe7b143a9be4 -SIZE (hghooks-0.5.5.tar.gz) = 15829 +SHA256 (hghooks-0.6.0.tar.gz) = 88152f5d1b3f05a9188a5d76e95f7fb32996c6a77362e8b1f5afd2e6c3e82b23 +SIZE (hghooks-0.6.0.tar.gz) = 16544