Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2012 16:47:11 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306507 - head/devel/rclint
Message-ID:  <201210271647.q9RGlBYj015795@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Oct 27 16:47:11 2012
New Revision: 306507
URL: http://svn.freebsd.org/changeset/ports/306507

Log:
  Update to 0.0.2, fixing Python 3 for real this time:
  
  - Stop comparing None with integer in arg.v
  Noticed by:	demon
  Feature safe:	yes

Modified:
  head/devel/rclint/Makefile
  head/devel/rclint/distinfo

Modified: head/devel/rclint/Makefile
==============================================================================
--- head/devel/rclint/Makefile	Sat Oct 27 16:01:04 2012	(r306506)
+++ head/devel/rclint/Makefile	Sat Oct 27 16:47:11 2012	(r306507)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rclint
-PORTVERSION=	0.0.1
+PORTVERSION=	0.0.2
 CATEGORIES=	devel textproc python
 MASTER_SITES=	http://www.bayofrum.net/dist/rclint/	\
 		LOCAL/crees/

Modified: head/devel/rclint/distinfo
==============================================================================
--- head/devel/rclint/distinfo	Sat Oct 27 16:01:04 2012	(r306506)
+++ head/devel/rclint/distinfo	Sat Oct 27 16:47:11 2012	(r306507)
@@ -1,2 +1,2 @@
-SHA256 (rclint-0.0.1.tar.gz) = 3baa7fb370403cc74ee250aad0ef18227fe8585b149a6e711a9fdf92f6957202
-SIZE (rclint-0.0.1.tar.gz) = 6353
+SHA256 (rclint-0.0.2.tar.gz) = 943796f349d38bf4e3b7bf9a191a5c5f804b1070ea4901cf0fba9fe2e9025a86
+SIZE (rclint-0.0.2.tar.gz) = 6356



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