diff options
Diffstat (limited to 'textproc/feluda/Makefile')
-rw-r--r-- | textproc/feluda/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/feluda/Makefile b/textproc/feluda/Makefile index 4e5f444e1143..280cc13277fc 100644 --- a/textproc/feluda/Makefile +++ b/textproc/feluda/Makefile @@ -1,5 +1,6 @@ PORTNAME= feluda -DISTVERSION= 1.8.5 +DISTVERSIONPREFIX= v +DISTVERSION= 1.9.8 # Cargo.lock patched: `make patch cargo-crates` PORTREVISION= 1 CATEGORIES= textproc @@ -17,6 +18,10 @@ USES= cargo localbase ssl USE_GITHUB= yes GH_ACCOUNT= anistark +# OPENSSL_NO_VENDOR needs openssl-src present so I'm using Cargo.lock and Cargo.toml patches: +# first to not fetch openssl-src tarball and later to remove git2 ossl vendored feature. +CARGO_ENV= OPENSSL_NO_VENDOR=1 + PLIST_FILES= bin/${PORTNAME} .include <bsd.port.mk> |