From owner-svn-ports-head@freebsd.org Mon Feb 13 00:15:17 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 6CD8BCD1FA8; Mon, 13 Feb 2017 00:15:17 +0000 (UTC) (envelope-from adamw@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 2DD695E0; Mon, 13 Feb 2017 00:15:17 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1D0FGKW035570; Mon, 13 Feb 2017 00:15:16 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D0FGZg035567; Mon, 13 Feb 2017 00:15:16 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201702130015.v1D0FGZg035567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 13 Feb 2017 00:15:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433971 - head/security/lastpass-cli X-SVN-Group: ports-head 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: Mon, 13 Feb 2017 00:15:17 -0000 Author: adamw Date: Mon Feb 13 00:15:15 2017 New Revision: 433971 URL: https://svnweb.freebsd.org/changeset/ports/433971 Log: 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) 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 Sun Feb 12 23:47:49 2017 (r433970) +++ head/security/lastpass-cli/Makefile Mon Feb 13 00:15:15 2017 (r433971) @@ -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 Modified: head/security/lastpass-cli/distinfo ============================================================================== --- head/security/lastpass-cli/distinfo Sun Feb 12 23:47:49 2017 (r433970) +++ head/security/lastpass-cli/distinfo Mon Feb 13 00:15:15 2017 (r433971) @@ -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 Modified: head/security/lastpass-cli/pkg-message ============================================================================== --- head/security/lastpass-cli/pkg-message Sun Feb 12 23:47:49 2017 (r433970) +++ head/security/lastpass-cli/pkg-message Mon Feb 13 00:15:15 2017 (r433971) @@ -16,14 +16,6 @@ lpass.* or within your $SECURE_TMPDIR. =============================================================================== -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 ===============================================================================