From owner-svn-ports-head@freebsd.org Fri Aug 16 18:12:05 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5986AAB89; Fri, 16 Aug 2019 18:12:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 469BH92lY7z4ZJj; Fri, 16 Aug 2019 18:12:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 016B951BF; Fri, 16 Aug 2019 18:12:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7GIC1Tt033169; Fri, 16 Aug 2019 18:12:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7GIC1Ui033165; Fri, 16 Aug 2019 18:12:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908161812.x7GIC1Ui033165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2019 18:12:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509117 - head/security/lastpass-cli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/lastpass-cli X-SVN-Commit-Revision: 509117 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2019 18:12:05 -0000 Author: sunpoet Date: Fri Aug 16 18:12:00 2019 New Revision: 509117 URL: https://svnweb.freebsd.org/changeset/ports/509117 Log: Update to 1.3.3 - Add USES=gnome - Add BASH option Changes: https://github.com/lastpass/lastpass-cli/releases PR: 239537 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days) Modified: head/security/lastpass-cli/Makefile head/security/lastpass-cli/distinfo Modified: head/security/lastpass-cli/Makefile ============================================================================== --- head/security/lastpass-cli/Makefile Fri Aug 16 18:11:55 2019 (r509116) +++ head/security/lastpass-cli/Makefile Fri Aug 16 18:12:00 2019 (r509117) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= lastpass-cli -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= security MAINTAINER= tom@hur.st @@ -15,23 +14,25 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl -USES= cmake:noninja pkgconfig ssl +USES= cmake:noninja gnome pkgconfig ssl USE_GNOME= libxml2 -USE_GITHUB= YES +USE_GITHUB= yes GH_ACCOUNT= lastpass -PLIST_FILES= bin/lpass share/bash-completion/completions/lpass -CMAKE_ARGS= -DBASH_COMPLETION_COMPLETIONSDIR=${PREFIX}/share/bash-completion/completions - TEST_TARGET= lpass-test test -OPTIONS_DEFINE= MANPAGES PINENTRY XCLIP XSEL -OPTIONS_DEFAULT= MANPAGES +PLIST_FILES= bin/lpass + +OPTIONS_DEFINE= BASH MANPAGES PINENTRY XCLIP XSEL +OPTIONS_DEFAULT= BASH MANPAGES PINENTRY_DESC= Use pinentry for password entry XCLIP_DESC= Use xclip for interacting with X11 clipboard XSEL_DESC= Use xsel for interacting with X11 clipboard +BASH_BUILD_DEPENDS= bash-completion>=0:shells/bash-completion +BASH_RUN_DEPENDS= bash-completion>=0:shells/bash-completion +BASH_PLIST_FILES= share/bash-completion/completions/lpass MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xmlto:textproc/xmlto MANPAGES_ALL_TARGET= all doc-man Modified: head/security/lastpass-cli/distinfo ============================================================================== --- head/security/lastpass-cli/distinfo Fri Aug 16 18:11:55 2019 (r509116) +++ head/security/lastpass-cli/distinfo Fri Aug 16 18:12:00 2019 (r509117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526625509 -SHA256 (lastpass-lastpass-cli-v1.3.1_GH0.tar.gz) = 25dc9a0c99a10ee70b5b3991d525448c25f312cc69fa0216d7ac70c4ae384b1b -SIZE (lastpass-lastpass-cli-v1.3.1_GH0.tar.gz) = 114843 +TIMESTAMP = 1562505317 +SHA256 (lastpass-lastpass-cli-v1.3.3_GH0.tar.gz) = f38e1ee7e06e660433a575a23b061c2f66ec666d746e988716b2c88de59aed73 +SIZE (lastpass-lastpass-cli-v1.3.3_GH0.tar.gz) = 116434