From owner-svn-ports-all@freebsd.org Sun May 19 04:28:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4228A15A276F; Sun, 19 May 2019 04:28:34 +0000 (UTC) (envelope-from ler@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 D59ED7605C; Sun, 19 May 2019 04:28:33 +0000 (UTC) (envelope-from ler@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 C02C11D3D; Sun, 19 May 2019 04:28:33 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4J4SXaU085672; Sun, 19 May 2019 04:28:33 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4J4SXTW085671; Sun, 19 May 2019 04:28:33 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201905190428.x4J4SXTW085671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 19 May 2019 04:28:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502011 - head/security/1password-client X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/security/1password-client X-SVN-Commit-Revision: 502011 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D59ED7605C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2019 04:28:34 -0000 Author: ler Date: Sun May 19 04:28:33 2019 New Revision: 502011 URL: https://svnweb.freebsd.org/changeset/ports/502011 Log: security/1password-client update to 0.5.6-003. Future-proofed the command-line tool's compatibility with 1Password MFA. Modified: head/security/1password-client/Makefile head/security/1password-client/distinfo Modified: head/security/1password-client/Makefile ============================================================================== --- head/security/1password-client/Makefile Sun May 19 03:01:48 2019 (r502010) +++ head/security/1password-client/Makefile Sun May 19 04:28:33 2019 (r502011) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= 1password-client -PORTVERSION= 0.5.5 +DISTVERSION= 0.5.6-003 CATEGORIES= security -MASTER_SITES= https://cache.agilebits.com/dist/1P/op/pkg/v${PORTVERSION}/ \ +MASTER_SITES= https://cache.agilebits.com/dist/1P/op/pkg/v${DISTVERSION}/ \ LOCAL/ler/op MAINTAINER= ler@FreeBSD.org @@ -26,17 +26,17 @@ do-install: .include .if ${ARCH} == amd64 -DISTNAME= op_freebsd_amd64_v${PORTVERSION} +DISTNAME= op_freebsd_amd64_v${DISTVERSION} .elif ${ARCH} == armv6 || ${ARCH} == armv7 -DISTNAME= op_freebsd_arm_v${PORTVERSION} +DISTNAME= op_freebsd_arm_v${DISTVERSION} .elif ${ARCH} == i386 -DISTNAME= op_freebsd_386_v${PORTVERSION} +DISTNAME= op_freebsd_386_v${DISTVERSION} .endif .if ${.TARGETS} == "makesum" -DISTFILES= op_freebsd_amd64_v${PORTVERSION}${EXTRACT_SUFX} \ - op_freebsd_arm_v${PORTVERSION}${EXTRACT_SUFX} \ - op_freebsd_386_v${PORTVERSION}${EXTRACT_SUFX} +DISTFILES= op_freebsd_amd64_v${DISTVERSION}${EXTRACT_SUFX} \ + op_freebsd_arm_v${DISTVERSION}${EXTRACT_SUFX} \ + op_freebsd_386_v${DISTVERSION}${EXTRACT_SUFX} .endif .include Modified: head/security/1password-client/distinfo ============================================================================== --- head/security/1password-client/distinfo Sun May 19 03:01:48 2019 (r502010) +++ head/security/1password-client/distinfo Sun May 19 04:28:33 2019 (r502011) @@ -1,7 +1,7 @@ -TIMESTAMP = 1546313798 -SHA256 (op_freebsd_amd64_v0.5.5.zip) = a2757efe2fdf1ac31c40e32674ebebbcd24686569580d4c2c1435b6740966af6 -SIZE (op_freebsd_amd64_v0.5.5.zip) = 2536765 -SHA256 (op_freebsd_arm_v0.5.5.zip) = e1e764e712c49e7d0786e29da45b751c9a3b9f96ccb7d3c5ceba4c92db0f4303 -SIZE (op_freebsd_arm_v0.5.5.zip) = 2392274 -SHA256 (op_freebsd_386_v0.5.5.zip) = da14a33ce623a392ca24b68cad7ea66feef0f615454216aa9f97a90c6cd2c9a3 -SIZE (op_freebsd_386_v0.5.5.zip) = 2401683 +TIMESTAMP = 1558239833 +SHA256 (op_freebsd_amd64_v0.5.6-003.zip) = 63d26cacf76dfd2f07ebf9822e951e9f942870411a3802597951bff7e328dc83 +SIZE (op_freebsd_amd64_v0.5.6-003.zip) = 2552289 +SHA256 (op_freebsd_arm_v0.5.6-003.zip) = 612cc3635fdfca8b0c047198ab9e980e5f9b8890953b13c5c1a4fdbcd1d2aef8 +SIZE (op_freebsd_arm_v0.5.6-003.zip) = 2407772 +SHA256 (op_freebsd_386_v0.5.6-003.zip) = 03551663bfeb156f16f4971a1473ab56c0f8605630628b06da63a2b09ddc21ad +SIZE (op_freebsd_386_v0.5.6-003.zip) = 2417138