diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2024-06-18 12:59:14 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2024-06-18 12:59:14 +0200 |
commit | 21476ca8a9b5feb3485a3fa29299c0b447c90350 (patch) | |
tree | fee0132616e80f56efe1a9b8b0f074c72989e852 /sysutils/procs | |
parent | net/rabbiteer: Fix build with rust 1.79.0 (diff) |
lang/rust: Bump revisions after 1.79.0
PR: 279707
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 218dc63039d3..45c5ec3a6212 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -1,7 +1,7 @@ PORTNAME= procs DISTVERSIONPREFIX= v DISTVERSION= 0.14.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org |