Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2012 08:23:53 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305822 - head/devel/pylint
Message-ID:  <201210130823.q9D8NrI8072811@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210130823.q9D8NrI8072811>