svn commit: r367754 - head/devel/rclint
Chris Rees
crees at FreeBSD.org
Tue Sep 9 17:23:59 UTC 2014
Author: crees
Date: Tue Sep 9 17:23:58 2014
New Revision: 367754
URL: http://svnweb.freebsd.org/changeset/ports/367754
QAT: https://qat.redports.org/buildarchive/r367754/
Log:
Update to 0.2.1; Minor bugfix
Modified:
head/devel/rclint/Makefile
head/devel/rclint/distinfo
Modified: head/devel/rclint/Makefile
==============================================================================
--- head/devel/rclint/Makefile Tue Sep 9 17:22:10 2014 (r367753)
+++ head/devel/rclint/Makefile Tue Sep 9 17:23:58 2014 (r367754)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rclint
-PORTVERSION= 0.1.0
+PORTVERSION= 0.2.1
CATEGORIES= devel textproc python
MASTER_SITES= http://www.bayofrum.net/dist/rclint/ \
LOCAL/crees/
@@ -12,7 +12,8 @@ COMMENT= Checks rc scripts for style and
LICENSE= BSD2CLAUSE
NO_BUILD= yes
-USE_PYTHON_RUN= yes
+
+USES= python:run
SUB_FILES= ${PORTNAME}
SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
Modified: head/devel/rclint/distinfo
==============================================================================
--- head/devel/rclint/distinfo Tue Sep 9 17:22:10 2014 (r367753)
+++ head/devel/rclint/distinfo Tue Sep 9 17:23:58 2014 (r367754)
@@ -1,2 +1,2 @@
-SHA256 (rclint-0.1.0.tar.gz) = f6d6ed0e463078744df38a53a8262fdd6b15dc743055ddbeb39a91bcf968dde4
-SIZE (rclint-0.1.0.tar.gz) = 6808
+SHA256 (rclint-0.2.1.tar.gz) = b8be19dbb14d45ecd4c71d71b3ebfdce0be477480b767afab3fbcb9683c28705
+SIZE (rclint-0.2.1.tar.gz) = 6930
More information about the svn-ports-all
mailing list