diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2024-11-08 09:23:43 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2024-11-08 09:24:20 +0100 |
commit | ca048c2884dc9822310a87e2dfebb8b1647095e2 (patch) | |
tree | edaca38404d3f036540850ef5e98013cf3593850 /sysutils/procs | |
parent | x11/clipcat: Fix build with rust 1.82.0 (diff) |
lang/rust: Bump revisions after 1.82.0
PR: 282516
Diffstat (limited to 'sysutils/procs')
-rw-r--r-- | sysutils/procs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile index c2cd805c9515..2e9e8e4ca354 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -1,7 +1,7 @@ PORTNAME= procs DISTVERSIONPREFIX= v DISTVERSION= 0.14.8 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org |