diff options
author | adamw <adamw@FreeBSD.org> | 2017-02-13 08:15:15 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-02-13 08:15:15 +0800 |
commit | 79d9e5fb3428219fbf96ae974026c3fd09896c69 (patch) | |
tree | 8ea82b65fb1760af03ae3450205841f2a7d41911 /security/lastpass-cli | |
parent | 4c795e6cf74980cd6222688798d7e3ddeed92089 (diff) | |
download | freebsd-ports-gnome-79d9e5fb3428219fbf96ae974026c3fd09896c69.tar.gz freebsd-ports-gnome-79d9e5fb3428219fbf96ae974026c3fd09896c69.tar.zst freebsd-ports-gnome-79d9e5fb3428219fbf96ae974026c3fd09896c69.zip |
Update to 1.1.2; now builds with cmake [1]
Remove no-longer-accurate block from pkg-message [2]
PR: 217018 [1]
Submitted by: adamw [1], maintainer [2]
Approved by: maintainer (Thomas Hurst)
Diffstat (limited to 'security/lastpass-cli')
-rw-r--r-- | security/lastpass-cli/Makefile | 8 | ||||
-rw-r--r-- | security/lastpass-cli/distinfo | 6 | ||||
-rw-r--r-- | security/lastpass-cli/pkg-message | 8 |
3 files changed, 7 insertions, 15 deletions
diff --git a/security/lastpass-cli/Makefile b/security/lastpass-cli/Makefile index 5867415e8e13..b7e4d0720407 100644 --- a/security/lastpass-cli/Makefile +++ b/security/lastpass-cli/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lastpass-cli -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.2 DISTVERSIONPREFIX= v CATEGORIES= security @@ -14,14 +14,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl -USES= gmake pkgconfig ssl +USES= cmake pkgconfig ssl USE_GNOME= libxml2 USE_GITHUB= YES GH_ACCOUNT= lastpass PLIST_FILES= bin/lpass share/bash-completion/completions/lpass -MAKE_ENV+= MANDIR=${MANPREFIX}/man +CMAKE_ARGS= -DBASH_COMPLETION_COMPLETIONSDIR=${PREFIX}/share/bash-completion/completions OPTIONS_DEFINE= MANPAGES PINENTRY XCLIP XSEL OPTIONS_DEFAULT= MANPAGES @@ -41,7 +41,7 @@ XSEL_RUN_DEPENDS= xsel:x11/xsel post-extract: @${REINPLACE_CMD} -e 's/-Wno-language-extension-token//g' \ - ${WRKSRC}/Makefile + ${WRKSRC}/CMakeLists.txt post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lpass diff --git a/security/lastpass-cli/distinfo b/security/lastpass-cli/distinfo index 0c334dfce14d..52551377bff3 100644 --- a/security/lastpass-cli/distinfo +++ b/security/lastpass-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469726890 -SHA256 (lastpass-lastpass-cli-v1.0.0_GH0.tar.gz) = 42096c0bd3972b0e9cc9cef32fbf141e47b04b9e2387fb3abe8b105e135fb41e -SIZE (lastpass-lastpass-cli-v1.0.0_GH0.tar.gz) = 92311 +TIMESTAMP = 1486849098 +SHA256 (lastpass-lastpass-cli-v1.1.2_GH0.tar.gz) = bc737d8e6d713c8aecdfb7f34b29aa9a8ae9b1e9ba80b31059686b18591a8c39 +SIZE (lastpass-lastpass-cli-v1.1.2_GH0.tar.gz) = 102796 diff --git a/security/lastpass-cli/pkg-message b/security/lastpass-cli/pkg-message index b7a4eb0966f5..1f4feb0ac8aa 100644 --- a/security/lastpass-cli/pkg-message +++ b/security/lastpass-cli/pkg-message @@ -16,14 +16,6 @@ lpass.* or within your $SECURE_TMPDIR. For example, with vim: =============================================================================== -Using OpenSSL from ports -=============================================================================== - -If you're using security/openssl, ensure ftp/curl is configured with the -HEIMDAL_PORT option to avoid linking to two different OpenSSL libraries. - - -=============================================================================== Other steps =============================================================================== |