svn commit: r564652 - head/devel/rclint

Chris Rees crees at FreeBSD.org
Sun Feb 7 22:12:41 UTC 2021


Author: crees
Date: Sun Feb  7 22:12:40 2021
New Revision: 564652
URL: https://svnweb.freebsd.org/changeset/ports/564652

Log:
  devel/rclint: Update to 1.0.0
  
   - Automatically check a port with the . argument
  
   - Fix a couple of crashes

Modified:
  head/devel/rclint/Makefile
  head/devel/rclint/distinfo
  head/devel/rclint/pkg-descr

Modified: head/devel/rclint/Makefile
==============================================================================
--- head/devel/rclint/Makefile	Sun Feb  7 21:52:28 2021	(r564651)
+++ head/devel/rclint/Makefile	Sun Feb  7 22:12:40 2021	(r564652)
@@ -1,8 +1,7 @@
 # $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/

Modified: head/devel/rclint/distinfo
==============================================================================
--- head/devel/rclint/distinfo	Sun Feb  7 21:52:28 2021	(r564651)
+++ head/devel/rclint/distinfo	Sun Feb  7 22:12:40 2021	(r564652)
@@ -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

Modified: head/devel/rclint/pkg-descr
==============================================================================
--- head/devel/rclint/pkg-descr	Sun Feb  7 21:52:28 2021	(r564651)
+++ head/devel/rclint/pkg-descr	Sun Feb  7 22:12:40 2021	(r564652)
@@ -3,3 +3,5 @@ Long have there been calls for an rc analog to portlin
 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


More information about the svn-ports-all mailing list