Permalink
Browse files
lastpass-cli: update to 1.3.0
- Loading branch information
Showing
with
5 additions
and
6 deletions.
-
+5
−6
security/lastpass-cli/Portfile
|
|
@@ -1,10 +1,10 @@ |
|
|
# # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup cmake 1.0 |
|
|
PortGroup cmake 1.1 |
|
|
PortGroup github 1.0 |
|
|
|
|
|
github.setup lastpass lastpass-cli 1.2.2 v |
|
|
github.setup lastpass lastpass-cli 1.3.0 v |
|
|
|
|
|
categories security |
|
|
platforms darwin |
|
|
@@ -20,10 +20,9 @@ depends_lib-append port:curl \ |
|
|
port:libxml2 \ |
|
|
path:lib/libssl.dylib:openssl |
|
|
|
|
|
checksums rmd160 bb3c734e363926c9a5469a6095e8be29d1843cc3 \ |
|
|
sha256 a14f80c9678a302f74e07a1c0e93b90560b017904aa63ba9909f95184d2251d7 |
|
|
|
|
|
cmake.out_of_source yes |
|
|
checksums rmd160 28f974b97d1697b9c3651121fc370567e0ccc7a1 \ |
|
|
sha256 f398255eac07d692a724c0246844f860e7512db816657121279dd44d6f6a184c \ |
|
|
size 114003 |
|
|
|
|
|
if {${subport} eq ${name}} { |
|
|
default_variants +pinentry |
|
|
|