From owner-svn-ports-head@freebsd.org Fri Jun 30 22:15:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC95BD9C321; Fri, 30 Jun 2017 22:15:09 +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 mx1.freebsd.org (Postfix) with ESMTPS id 812087FC35; Fri, 30 Jun 2017 22:15:09 +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 v5UMF8vk049932; Fri, 30 Jun 2017 22:15:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5UMF8jh049930; Fri, 30 Jun 2017 22:15:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706302215.v5UMF8jh049930@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, 30 Jun 2017 22:15:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444808 - 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: 444808 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.23 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, 30 Jun 2017 22:15:09 -0000 Author: sunpoet Date: Fri Jun 30 22:15:08 2017 New Revision: 444808 URL: https://svnweb.freebsd.org/changeset/ports/444808 Log: Update to 1.2.1 Changes: https://github.com/lastpass/lastpass-cli/releases PR: 220362 Submitted by: Thomas Hurst (maintainer) Modified: head/security/lastpass-cli/Makefile head/security/lastpass-cli/distinfo head/security/lastpass-cli/pkg-message Modified: head/security/lastpass-cli/Makefile ============================================================================== --- head/security/lastpass-cli/Makefile Fri Jun 30 22:15:03 2017 (r444807) +++ head/security/lastpass-cli/Makefile Fri Jun 30 22:15:08 2017 (r444808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lastpass-cli -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.1 DISTVERSIONPREFIX= v CATEGORIES= security @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl -USES= cmake pkgconfig ssl +USES= cmake:noninja pkgconfig ssl USE_GNOME= libxml2 USE_GITHUB= YES @@ -23,6 +23,8 @@ 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 PINENTRY_DESC= Use pinentry for password entry @@ -42,6 +44,8 @@ XSEL_RUN_DEPENDS= xsel:x11/xsel post-extract: @${REINPLACE_CMD} -e 's/-Wno-language-extension-token//g' \ ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e 's/build\/lpass-test/lpass-test/' \ + ${WRKSRC}/test/include.sh post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lpass Modified: head/security/lastpass-cli/distinfo ============================================================================== --- head/security/lastpass-cli/distinfo Fri Jun 30 22:15:03 2017 (r444807) +++ head/security/lastpass-cli/distinfo Fri Jun 30 22:15:08 2017 (r444808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486849098 -SHA256 (lastpass-lastpass-cli-v1.1.2_GH0.tar.gz) = bc737d8e6d713c8aecdfb7f34b29aa9a8ae9b1e9ba80b31059686b18591a8c39 -SIZE (lastpass-lastpass-cli-v1.1.2_GH0.tar.gz) = 102796 +TIMESTAMP = 1498689347 +SHA256 (lastpass-lastpass-cli-v1.2.1_GH0.tar.gz) = 1a49a37a67a973296e218306e6d36c9383347b1833e5a878ebc08355b1c77456 +SIZE (lastpass-lastpass-cli-v1.2.1_GH0.tar.gz) = 108780 Modified: head/security/lastpass-cli/pkg-message ============================================================================== --- head/security/lastpass-cli/pkg-message Fri Jun 30 22:15:03 2017 (r444807) +++ head/security/lastpass-cli/pkg-message Fri Jun 30 22:15:08 2017 (r444808) @@ -14,12 +14,3 @@ lpass.* or within your $SECURE_TMPDIR. For example, w autocmd BufRead lpass.* setlocal noundofile nowritebackup noswapfile - -=============================================================================== -Other steps -=============================================================================== - -lpass requires /proc to be mounted for correct operation. To enable it add -the following to /etc/fstab and run 'mount /proc': - - proc /proc procfs rw 0 0