svn commit: r317149 - head/devel/rclint

Chris Rees crees at FreeBSD.org
Thu May 2 21:13:43 UTC 2013


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


More information about the svn-ports-all mailing list