From df8a23f05451495499c1019fff954b899542d873 Mon Sep 17 00:00:00 2001 From: crees Date: Thu, 2 May 2013 21:13:42 +0000 Subject: Update to 0.0.6 Changes: Make less fragile-- don't break if there are spaces in function definitions Return the correct line number if giving an error in a function --- devel/rclint/Makefile | 2 +- devel/rclint/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/rclint/Makefile b/devel/rclint/Makefile index 9b751a6178c..8b9f2fda270 100644 --- a/devel/rclint/Makefile +++ b/devel/rclint/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rclint -PORTVERSION= 0.0.5 +PORTVERSION= 0.0.6 CATEGORIES= devel textproc python MASTER_SITES= http://www.bayofrum.net/dist/rclint/ \ LOCAL/crees/ diff --git a/devel/rclint/distinfo b/devel/rclint/distinfo index fdd33541d36..e0778b9d5b0 100644 --- a/devel/rclint/distinfo +++ b/devel/rclint/distinfo @@ -1,2 +1,2 @@ -SHA256 (rclint-0.0.5.tar.gz) = e2414a5a18e52ab5365114bd84b97d7321a6de93d1c5867676f67dca6baf5b0d -SIZE (rclint-0.0.5.tar.gz) = 6711 +SHA256 (rclint-0.0.6.tar.gz) = 2ac5e3d9a157069c0e4220fc6cd7f27523f9dbf576d06359c4bb48214eefd279 +SIZE (rclint-0.0.6.tar.gz) = 6765 -- cgit