diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-01-07 20:20:24 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-01-07 20:24:18 +0100 |
commit | 12f1c627d4a26e8098339900303640f7520b6673 (patch) | |
tree | 9acd998b6cca6a3c5d1a88df596dbee8b8a67fad /misc/rsclock | |
parent | Mk/Uses/cargo.mk: Enable WITH_LTO by default (diff) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
Diffstat (limited to 'misc/rsclock')
-rw-r--r-- | misc/rsclock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/rsclock/Makefile b/misc/rsclock/Makefile index 79c6e64cef01..39ca9177803a 100644 --- a/misc/rsclock/Makefile +++ b/misc/rsclock/Makefile @@ -1,6 +1,7 @@ PORTNAME= rsclock DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org |