aboutsummaryrefslogtreecommitdiff
path: root/graphics/ocrs/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-26 04:47:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-26 04:48:46 +0000
commit6d31681b67a45c1d5610d17c002e94b137d6bf90 (patch)
tree7f256bd8d8b8acf6bb5b92ec2b0ed1b8a2d51b01 /graphics/ocrs/Makefile
parent1638626699d637edc03265d89bcbcfa28ef7e5c8 (diff)
downloadports-6d31681b67a45c1d5610d17c002e94b137d6bf90.tar.gz
ports-6d31681b67a45c1d5610d17c002e94b137d6bf90.zip
graphics/ocrs: update 0.7.0 → 0.8.0
Reported by: portscout
Diffstat (limited to 'graphics/ocrs/Makefile')
-rw-r--r--graphics/ocrs/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/ocrs/Makefile b/graphics/ocrs/Makefile
index 31fcf99c712d..7167a8ea093a 100644
--- a/graphics/ocrs/Makefile
+++ b/graphics/ocrs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ocrs
DISTVERSIONPREFIX= ocrs-cli-v
-DISTVERSION= 0.7.0
+DISTVERSION= 0.8.0
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
@@ -39,6 +39,7 @@ CARGO_CRATES= adler-1.0.2 \
flate2-1.0.28 \
form_urlencoded-1.2.1 \
getrandom-0.2.11 \
+ hermit-abi-0.3.9 \
home-0.5.9 \
idna-0.5.0 \
image-0.25.1 \
@@ -50,6 +51,7 @@ CARGO_CRATES= adler-1.0.2 \
log-0.4.20 \
miniz_oxide-0.7.1 \
num-traits-0.2.17 \
+ num_cpus-1.16.0 \
once_cell-1.19.0 \
percent-encoding-2.3.1 \
png-0.17.10 \
@@ -58,10 +60,11 @@ CARGO_CRATES= adler-1.0.2 \
rayon-1.10.0 \
rayon-core-1.12.1 \
ring-0.17.7 \
- rten-0.9.0 \
- rten-imageproc-0.9.0 \
- rten-tensor-0.9.0 \
- rten-vecmath-0.9.0 \
+ rten-0.10.0 \
+ rten-imageproc-0.10.0 \
+ rten-simd-0.10.0 \
+ rten-tensor-0.10.0 \
+ rten-vecmath-0.10.0 \
rustc-hash-1.1.0 \
rustc_version-0.4.0 \
rustls-0.22.4 \