diff options
Diffstat (limited to 'multimedia/librespot/Makefile')
-rw-r--r-- | multimedia/librespot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index 1fbd95db19b7..3c83b1d46aa4 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -1,7 +1,7 @@ PORTNAME= librespot DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 -PORTREVISION= 8 +DISTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= driesm@FreeBSD.org @@ -13,12 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bindgen:devel/rust-bindgen-cli -USES= cargo +USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= librespot-org -CARGO_FEATURES= --no-default-features +CARGO_FEATURES= --no-default-features native-tls PLIST_FILES= bin/librespot |