Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 21:13:42 +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: r317149 - head/devel/rclint
Message-ID:  <201305022113.r42LDgwX028534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Thu May  2 21:13:42 2013
New Revision: 317149
URL: http://svnweb.freebsd.org/changeset/ports/317149

Log:
  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

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

Modified: head/devel/rclint/Makefile
==============================================================================
--- head/devel/rclint/Makefile	Thu May  2 20:59:47 2013	(r317148)
+++ head/devel/rclint/Makefile	Thu May  2 21:13:42 2013	(r317149)
@@ -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/

Modified: head/devel/rclint/distinfo
==============================================================================
--- head/devel/rclint/distinfo	Thu May  2 20:59:47 2013	(r317148)
+++ head/devel/rclint/distinfo	Thu May  2 21:13:42 2013	(r317149)
@@ -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



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