svn commit: r305822 - head/devel/pylint

Marcus von Appen mva at FreeBSD.org
Sat Oct 13 08:23:54 UTC 2012


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 at 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


More information about the svn-ports-all mailing list