git: 680a2dfd53dd - main - security/1password-client: update to 1.11.2 and support new arm64

Dave Cottlehuber dch at FreeBSD.org
Thu Aug 26 06:45:14 UTC 2021


The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=680a2dfd53dda1fa6231e318810a45ff4f621905

commit 680a2dfd53dda1fa6231e318810a45ff4f621905
Author:     Dave Cottlehuber <dch at FreeBSD.org>
AuthorDate: 2021-07-27 15:43:11 +0000
Commit:     Dave Cottlehuber <dch at FreeBSD.org>
CommitDate: 2021-08-26 06:38:00 +0000

    security/1password-client: update to 1.11.2 and support new arm64
    
    see https://1password.community/discussion/comment/604992
    
    Approved by:    maintainer timeout
    Differential Revision: https://reviews.freebsd.org/D31329
---
 security/1password-client/Makefile |  7 +++++--
 security/1password-client/distinfo | 16 +++++++++-------
 2 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/security/1password-client/Makefile b/security/1password-client/Makefile
index 36a07c48e116..e2be2904941a 100644
--- a/security/1password-client/Makefile
+++ b/security/1password-client/Makefile
@@ -1,7 +1,7 @@
 # Created by: Adam Weinberger <adamw at FreeBSD.org>
 
 PORTNAME=	1password-client
-DISTVERSION=	1.10.2
+DISTVERSION=	1.11.2
 CATEGORIES=	security
 MASTER_SITES=	https://cache.agilebits.com/dist/1P/op/pkg/v${DISTVERSION}/ \
 		LOCAL/ler/op
@@ -9,7 +9,7 @@ MASTER_SITES=	https://cache.agilebits.com/dist/1P/op/pkg/v${DISTVERSION}/ \
 MAINTAINER=	ler at FreeBSD.org
 COMMENT=	1Password CLI client
 
-ONLY_FOR_ARCHS=	amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386
 
 USES=		zip
 
@@ -28,12 +28,15 @@ do-install:
 DISTNAME=	op_freebsd_amd64_v${DISTVERSION}
 .elif ${ARCH} == armv6 || ${ARCH} == armv7
 DISTNAME=	op_freebsd_arm_v${DISTVERSION}
+.elif ${ARCH} == aarch64
+DISTNAME=	op_freebsd_arm64_v${DISTVERSION}
 .elif ${ARCH} == i386
 DISTNAME=	op_freebsd_386_v${DISTVERSION}
 .endif
 
 .if ${.TARGETS} == "makesum"
 DISTFILES=	op_freebsd_amd64_v${DISTVERSION}${EXTRACT_SUFX} \
+		op_freebsd_arm64_v${DISTVERSION}${EXTRACT_SUFX} \
 		op_freebsd_arm_v${DISTVERSION}${EXTRACT_SUFX} \
 		op_freebsd_386_v${DISTVERSION}${EXTRACT_SUFX}
 .endif
diff --git a/security/1password-client/distinfo b/security/1password-client/distinfo
index 4e2cf1ece7dd..d63b375560ad 100644
--- a/security/1password-client/distinfo
+++ b/security/1password-client/distinfo
@@ -1,7 +1,9 @@
-TIMESTAMP = 1606352547
-SHA256 (op_freebsd_amd64_v1.10.2.zip) = 525a06e44a6ed03c93e174c3427729559ff42e6cefd3c3d29ed6f359bba39890
-SIZE (op_freebsd_amd64_v1.10.2.zip) = 3890278
-SHA256 (op_freebsd_arm_v1.10.2.zip) = 1952b39462162f59804721c983c76192e8f0de8611849774e0e319c4d68c02e8
-SIZE (op_freebsd_arm_v1.10.2.zip) = 3588466
-SHA256 (op_freebsd_386_v1.10.2.zip) = bc65a5bc8ec77cb4e294c8c4c349baaf276c1957329a6077c1bffdf5bf19ef0d
-SIZE (op_freebsd_386_v1.10.2.zip) = 3626757
+TIMESTAMP = 1627400423
+SHA256 (op_freebsd_amd64_v1.11.2.zip) = b344f238fe3b018e0e59d8e109d0bb0f54bf33fe8659ba0b488466bed33f6489
+SIZE (op_freebsd_amd64_v1.11.2.zip) = 3899220
+SHA256 (op_freebsd_arm64_v1.11.2.zip) = 3b7dec8d88e6666d5d1ae80666711a7834ab1e55e8286410c5e1ca528deb9275
+SIZE (op_freebsd_arm64_v1.11.2.zip) = 3510881
+SHA256 (op_freebsd_arm_v1.11.2.zip) = e53eef5a703886eb1eb25ed6d3e5e5943411842d29028bd70b273be255b8aa54
+SIZE (op_freebsd_arm_v1.11.2.zip) = 3597745
+SHA256 (op_freebsd_386_v1.11.2.zip) = 04a9b8c22544b310d820ffbebfc4c68ba6a2e940f2c1dd063059bcca7896d83e
+SIZE (op_freebsd_386_v1.11.2.zip) = 3635533


More information about the dev-commits-ports-main mailing list