svn commit: r306507 - head/devel/rclint

Chris Rees crees at FreeBSD.org
Sat Oct 27 16:47:12 UTC 2012


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


More information about the svn-ports-all mailing list