Index: head/devel/rclint/Makefile =================================================================== --- head/devel/rclint/Makefile (revision 564651) +++ head/devel/rclint/Makefile (revision 564652) @@ -1,34 +1,33 @@ # $FreeBSD$ PORTNAME= rclint -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= devel textproc python MASTER_SITES= http://www.bayofrum.net/dist/rclint/ \ LOCAL/crees/ MAINTAINER= crees@FreeBSD.org COMMENT= Checks rc scripts for style and common errors LICENSE= BSD2CLAUSE NO_BUILD= yes USES= python:run shebangfix SUB_FILES= ${PORTNAME} SUB_LIST= PYTHON_CMD=${PYTHON_CMD} SHEBANG_FILES= *.py PLIST_FILES= bin/${PORTNAME} PORTDATA= ${PORTNAME}.py errors.en post-patch: ${REINPLACE_CMD} -e "s,\(DATADIR = \)'\.',\1'${DATADIR}'," \ ${WRKSRC}/${PORTNAME}.py do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${PORTDATA:S,^,${WRKSRC}/,} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/devel/rclint/distinfo =================================================================== --- head/devel/rclint/distinfo (revision 564651) +++ head/devel/rclint/distinfo (revision 564652) @@ -1,2 +1,3 @@ -SHA256 (rclint-0.2.1.tar.gz) = b8be19dbb14d45ecd4c71d71b3ebfdce0be477480b767afab3fbcb9683c28705 -SIZE (rclint-0.2.1.tar.gz) = 6930 +TIMESTAMP = 1612735820 +SHA256 (rclint-1.0.0.tar.gz) = 86eee7a8fa8590cccd4c461863a3f2ec98e240d8d0de2803675bd6eb37b0f63c +SIZE (rclint-1.0.0.tar.gz) = 7145 Index: head/devel/rclint/pkg-descr =================================================================== --- head/devel/rclint/pkg-descr (revision 564651) +++ head/devel/rclint/pkg-descr (revision 564652) @@ -1,5 +1,7 @@ Long have there been calls for an rc analog to portlint. This script allows people to make a quick pre-commit check of rc files. Try using the -v flag if the error messages are too terse. + +WWW: https://github.com/crees/rclint