From owner-svn-ports-head@FreeBSD.ORG Tue Aug 28 12:06:56 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8348106564A; Tue, 28 Aug 2012 12:06:56 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D36068FC18; Tue, 28 Aug 2012 12:06:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7SC6u80064433; Tue, 28 Aug 2012 12:06:56 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7SC6upX064430; Tue, 28 Aug 2012 12:06:56 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201208281206.q7SC6upX064430@svn.freebsd.org> From: Li-Wen Hsu Date: Tue, 28 Aug 2012 12:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303280 - head/devel/pythontidy X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 28 Aug 2012 12:06:57 -0000 Author: lwhsu Date: Tue Aug 28 12:06:56 2012 New Revision: 303280 URL: http://svn.freebsd.org/changeset/ports/303280 Log: - Update to 1.23 - Add LICENSE PR: ports/170991 Submitted by: Kubilay Kocak Modified: head/devel/pythontidy/Makefile head/devel/pythontidy/distinfo Modified: head/devel/pythontidy/Makefile ============================================================================== --- head/devel/pythontidy/Makefile Tue Aug 28 12:04:26 2012 (r303279) +++ head/devel/pythontidy/Makefile Tue Aug 28 12:06:56 2012 (r303280) @@ -6,7 +6,7 @@ # PORTNAME= pythontidy -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= devel python MASTER_SITES= http://www.lacusveris.com/PythonTidy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +17,8 @@ DIST_SUBDIR= python MAINTAINER= lwhsu@FreeBSD.org COMMENT= Cleans up, regularizes, and reformats the text of Python scripts +LICENSE= GPLv2 + USE_PYTHON= yes NO_BUILD= yes Modified: head/devel/pythontidy/distinfo ============================================================================== --- head/devel/pythontidy/distinfo Tue Aug 28 12:04:26 2012 (r303279) +++ head/devel/pythontidy/distinfo Tue Aug 28 12:06:56 2012 (r303280) @@ -1,2 +1,2 @@ -SHA256 (python/PythonTidy-1.22.python) = f8e4e3836a36c70779794587bc4511073e29735caec1e8f609469668dae2e49f -SIZE (python/PythonTidy-1.22.python) = 147328 +SHA256 (python/PythonTidy-1.23.python) = 40ca59f6bbbc641cd2ee97a88f5abd1e3dff646deb374d76d094f08b89150ae7 +SIZE (python/PythonTidy-1.23.python) = 147572