[Midnightbsd-cvs] mports [17748] rclint 0.2.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 14 20:44:17 EDT 2014


Revision: 17748
          http://svnweb.midnightbsd.org/mports/?rev=17748
Author:   laffer1
Date:     2014-10-14 20:44:16 -0400 (Tue, 14 Oct 2014)
Log Message:
-----------
rclint 0.2.1

Modified Paths:
--------------
    trunk/devel/rclint/Makefile
    trunk/devel/rclint/distinfo
    trunk/devel/rclint/files/rclint.in

Property Changed:
----------------
    trunk/devel/rclint/files/rclint.in

Modified: trunk/devel/rclint/Makefile
===================================================================
--- trunk/devel/rclint/Makefile	2014-10-15 00:42:08 UTC (rev 17747)
+++ trunk/devel/rclint/Makefile	2014-10-15 00:44:16 UTC (rev 17748)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	rclint
-PORTVERSION=	0.0.6
+PORTVERSION=	0.2.1
 CATEGORIES=	devel textproc python
 MASTER_SITES=	http://www.bayofrum.net/dist/rclint/	\
 		FREEBSD_LOCAL/crees/
@@ -8,11 +8,14 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Checks rc scripts for style and common errors
+
 LICENSE=	bsd2
 
 NO_BUILD=	yes
-USE_PYTHON=	yes
+
+USES=		python:run
 SUB_FILES=	${PORTNAME}
+SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDATA=	${PORTNAME}.py errors.en

Modified: trunk/devel/rclint/distinfo
===================================================================
--- trunk/devel/rclint/distinfo	2014-10-15 00:42:08 UTC (rev 17747)
+++ trunk/devel/rclint/distinfo	2014-10-15 00:44:16 UTC (rev 17748)
@@ -1,2 +1,2 @@
-SHA256 (rclint-0.0.6.tar.gz) = 2ac5e3d9a157069c0e4220fc6cd7f27523f9dbf576d06359c4bb48214eefd279
-SIZE (rclint-0.0.6.tar.gz) = 6765
+SHA256 (rclint-0.2.1.tar.gz) = b8be19dbb14d45ecd4c71d71b3ebfdce0be477480b767afab3fbcb9683c28705
+SIZE (rclint-0.2.1.tar.gz) = 6930

Modified: trunk/devel/rclint/files/rclint.in
===================================================================
--- trunk/devel/rclint/files/rclint.in	2014-10-15 00:42:08 UTC (rev 17747)
+++ trunk/devel/rclint/files/rclint.in	2014-10-15 00:44:16 UTC (rev 17748)
@@ -3,4 +3,4 @@
 # $MidnightBSD$
 #
 
-exec python %%DATADIR%%/rclint.py ${1+"$@"}
+exec %%PYTHON_CMD%% %%DATADIR%%/rclint.py ${1+"$@"}


Property changes on: trunk/devel/rclint/files/rclint.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list