diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-05-02 15:37:50 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-05-03 10:00:34 +0200 |
commit | 57c3caaa6c71fac422a82aa252be380179d3c042 (patch) | |
tree | 5b44bb0b1029054581ea8dc50800d1d2d374607e /sysutils/hexyl/Makefile | |
parent | 9f600c6f47c1e6e8675baef6c39954d4c7eb7587 (diff) | |
download | freebsd-ports-57c3caaa6c71fac422a82aa252be380179d3c042.zip |
lang/rust: Relink ports after the Rust 1.60.0 update
Diffstat (limited to 'sysutils/hexyl/Makefile')
-rw-r--r-- | sysutils/hexyl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index b31f34c9efde..5f7af6926a07 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -1,7 +1,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org |