diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2023-12-08 16:04:09 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2023-12-08 16:04:09 +0100 |
commit | b2afd89fb26437c5d9810b131370525352e63f71 (patch) | |
tree | 022825c3e031b727b4d97471fcbbe0ef408ea6fc /cad | |
parent | net-mgmt/gping: Fix build with rust 1.74 (diff) |
lang/rust: Bump revisions after 1.74.1
PR: 275243
Diffstat (limited to 'cad')
-rw-r--r-- | cad/svlint/Makefile | 2 | ||||
-rw-r--r-- | cad/svls/Makefile | 2 | ||||
-rw-r--r-- | cad/veryl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cad/svlint/Makefile b/cad/svlint/Makefile index ee4e10670675..dbc80606f865 100644 --- a/cad/svlint/Makefile +++ b/cad/svlint/Makefile @@ -1,7 +1,7 @@ PORTNAME= svlint DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad devel MAINTAINER= yuri@FreeBSD.org diff --git a/cad/svls/Makefile b/cad/svls/Makefile index 96a35d637b55..eb0d575f62b5 100644 --- a/cad/svls/Makefile +++ b/cad/svls/Makefile @@ -1,7 +1,7 @@ PORTNAME= svls DISTVERSIONPREFIX= v DISTVERSION= 0.2.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/veryl/Makefile b/cad/veryl/Makefile index 29a9292be5c6..4c4ddf0dba58 100644 --- a/cad/veryl/Makefile +++ b/cad/veryl/Makefile @@ -1,7 +1,7 @@ PORTNAME= veryl DISTVERSIONPREFIX= veryl-v DISTVERSION= 0.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org |