Skip to content

Commit

Permalink
www/websocat: fix build by updating to 1.8.1.
Browse files Browse the repository at this point in the history
While I'm here add "--no-default-features" switch for the
cargo feature list, it's suggested by the vendor.

Reported by:	olgeni
  • Loading branch information
osokin committed May 5, 2021
1 parent fdb2811 commit b7eb88a
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 348 deletions.
27 changes: 12 additions & 15 deletions www/websocat/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= websocat
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.0
DISTVERSION= 1.8.1
CATEGORIES= www

MAINTAINER= osa@FreeBSD.org
Expand All @@ -15,13 +15,12 @@ USES= cargo ssl
USE_GITHUB= yes
GH_ACCOUNT= vi

CARGO_FEATURES= ssl seqpacket
CARGO_FEATURES= ssl seqpacket --no-default-features

CARGO_CRATES= anymap-0.12.1 \
arc-swap-0.4.3 \
atty-0.2.14 \
autocfg-0.1.7 \
autocfg-1.0.1 \
base64-0.9.3 \
base64-0.10.1 \
bitflags-1.2.1 \
Expand All @@ -33,11 +32,10 @@ CARGO_CRATES= anymap-0.12.1 \
c2-chacha-0.2.3 \
cc-1.0.41 \
cfg-if-0.1.9 \
cfg-if-1.0.0 \
clap-2.33.0 \
cloudabi-0.0.3 \
core-foundation-0.9.1 \
core-foundation-sys-0.8.2 \
core-foundation-0.6.4 \
core-foundation-sys-0.6.2 \
crossbeam-deque-0.7.2 \
crossbeam-epoch-0.8.0 \
crossbeam-queue-0.1.2 \
Expand Down Expand Up @@ -69,7 +67,7 @@ CARGO_CRATES= anymap-0.12.1 \
kernel32-sys-0.2.2 \
language-tags-0.2.2 \
lazy_static-1.4.0 \
libc-0.2.93 \
libc-0.2.65 \
lock_api-0.1.5 \
log-0.3.9 \
log-0.4.8 \
Expand All @@ -82,15 +80,14 @@ CARGO_CRATES= anymap-0.12.1 \
mio-uds-0.6.7 \
miow-0.2.1 \
miow-0.3.3 \
native-tls-0.2.7 \
native-tls-0.2.3 \
net2-0.2.33 \
num_cpus-1.11.0 \
once_cell-1.7.2 \
opaque-debug-0.2.3 \
openssl-0.10.33 \
openssl-0.10.25 \
openssl-probe-0.1.2 \
openssl-src-111.15.0+1.1.1k \
openssl-sys-0.9.61 \
openssl-src-111.13.0+1.1.1i \
openssl-sys-0.9.52 \
owning_ref-0.4.0 \
parking_lot-0.7.1 \
parking_lot_core-0.4.0 \
Expand Down Expand Up @@ -122,8 +119,8 @@ CARGO_CRATES= anymap-0.12.1 \
schannel-0.1.16 \
scopeguard-0.3.3 \
scopeguard-1.0.0 \
security-framework-2.2.0 \
security-framework-sys-2.2.0 \
security-framework-0.3.3 \
security-framework-sys-0.3.3 \
semver-0.9.0 \
semver-parser-0.7.0 \
sha-1-0.8.2 \
Expand Down Expand Up @@ -171,7 +168,7 @@ CARGO_CRATES= anymap-0.12.1 \
unicode-width-0.1.5 \
unicode-xid-0.1.0 \
url-1.7.2 \
vcpkg-0.2.11 \
vcpkg-0.2.7 \
version_check-0.1.5 \
wasi-0.7.0 \
websocket-0.26.2 \
Expand Down

0 comments on commit b7eb88a

Please sign in to comment.