diff options
author | Chris Rees <crees@FreeBSD.org> | 2023-09-06 19:39:55 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2023-09-17 06:50:43 +0000 |
commit | 2a9eb8df39910516667c9b777173145020fe59b5 (patch) | |
tree | bf3f08d2b3fc2b60d587163033aa5cf3aa236124 | |
parent | 152d92bf575e1c2f2efd4b06372898aa8b653db0 (diff) | |
download | ports-2a9eb8df39910516667c9b777173145020fe59b5.tar.gz ports-2a9eb8df39910516667c9b777173145020fe59b5.zip |
devel/rclint: Update to 1.3.0
Missing spaces after comment characters no longer cause bogus ordering
complaints
-rw-r--r-- | devel/rclint/Makefile | 2 | ||||
-rw-r--r-- | devel/rclint/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/rclint/Makefile b/devel/rclint/Makefile index d2c9f440487b..55fd01486912 100644 --- a/devel/rclint/Makefile +++ b/devel/rclint/Makefile @@ -1,5 +1,5 @@ PORTNAME= rclint -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= devel textproc python MASTER_SITES= http://www.bayofrum.net/dist/rclint/ \ LOCAL/crees/ diff --git a/devel/rclint/distinfo b/devel/rclint/distinfo index 38198e04c1fe..a990434d6198 100644 --- a/devel/rclint/distinfo +++ b/devel/rclint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642247948 -SHA256 (rclint-1.2.0.tar.gz) = 337a885b81571e1a319e6254e38377885acd1122179502f8a77bf35dea2c7490 -SIZE (rclint-1.2.0.tar.gz) = 7005 +TIMESTAMP = 1694029149 +SHA256 (rclint-1.3.0.tar.gz) = 8aaaf509f13e07788f25b5028ffbb43750cc8567f599451c4527c99bf2d1a53d +SIZE (rclint-1.3.0.tar.gz) = 7055 |