From owner-svn-ports-all@FreeBSD.ORG Sat Oct 13 08:23:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41D2A498; Sat, 13 Oct 2012 08:23:54 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2AEDE8FC08; Sat, 13 Oct 2012 08:23:54 +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 q9D8Nsa5072814; Sat, 13 Oct 2012 08:23:54 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9D8NrI8072811; Sat, 13 Oct 2012 08:23:53 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201210130823.q9D8NrI8072811@svn.freebsd.org> From: Marcus von Appen Date: Sat, 13 Oct 2012 08:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305822 - head/devel/pylint 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.14 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, 13 Oct 2012 08:23:54 -0000 Author: mva Date: Sat Oct 13 08:23:53 2012 New Revision: 305822 URL: http://svn.freebsd.org/changeset/ports/305822 Log: - Update to 0.26.0 - Add LICENSE Feature safe: yes Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Sat Oct 13 08:22:54 2012 (r305821) +++ head/devel/pylint/Makefile Sat Oct 13 08:23:53 2012 (r305822) @@ -1,12 +1,8 @@ -# New ports collection makefile for: pylint -# Date created: 28 May 2004 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ -# PORTNAME= pylint -PORTVERSION= 0.25.2 +PORTVERSION= 0.26.0 CATEGORIES= devel python MASTER_SITES= LOGILAB PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -14,6 +10,8 @@ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= mva@FreeBSD.org COMMENT= Analyzes python source code looking for bugs and signs of poor quality +LICENSE= LGPL21 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/logilab/astng/__init__.py:${PORTSDIR}/devel/py-astng MAKE_ENV= NO_SETUPTOOLS=1 Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Sat Oct 13 08:22:54 2012 (r305821) +++ head/devel/pylint/distinfo Sat Oct 13 08:23:53 2012 (r305822) @@ -1,2 +1,2 @@ -SHA256 (pylint-0.25.2.tar.gz) = 757f2b97071a87fb7e4d017fc7c9eb74f26dcf412e683b614d3c5d54b217212d -SIZE (pylint-0.25.2.tar.gz) = 207358 +SHA256 (pylint-0.26.0.tar.gz) = 6520fcd528eb4331fe252d7d6f1f777cc4ce7bb11c0a3dcca6934e202ff7e1d5 +SIZE (pylint-0.26.0.tar.gz) = 214403