aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2022-03-19 19:07:56 +0000
committerLarry Rosenman <ler@FreeBSD.org>2022-03-19 19:09:34 +0000
commitfc2fcfdaf61d6d1309d6fc658fd073e7f2826ea1 (patch)
tree80ba395686f04e72c8291b16c38e6253a9a0eaa4
parent4dff17d8bc77df91101c4e6bd1fe8b17eb7a95fa (diff)
downloadports-fc2fcfdaf61d6d1309d6fc658fd073e7f2826ea1.tar.gz
ports-fc2fcfdaf61d6d1309d6fc658fd073e7f2826ea1.zip
security/1password-client-devel: rename to security/1password-client2
and update to the release version.
-rw-r--r--security/1password-client-devel/distinfo9
-rw-r--r--security/1password-client/Makefile2
-rw-r--r--security/1password-client2/Makefile (renamed from security/1password-client-devel/Makefile)2
-rw-r--r--security/1password-client2/distinfo9
-rw-r--r--security/1password-client2/pkg-descr (renamed from security/1password-client-devel/pkg-descr)2
-rw-r--r--security/Makefile2
6 files changed, 13 insertions, 13 deletions
diff --git a/security/1password-client-devel/distinfo b/security/1password-client-devel/distinfo
deleted file mode 100644
index 67f976b88cb9..000000000000
--- a/security/1password-client-devel/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-TIMESTAMP = 1646610168
-SHA256 (op_freebsd_amd64_v2.0.0-beta.14.zip) = 5ff926d2e18861f0bc3abe3c33444f2af2ce31eccaaa3da7b692a6f8572496b2
-SIZE (op_freebsd_amd64_v2.0.0-beta.14.zip) = 4710894
-SHA256 (op_freebsd_arm64_v2.0.0-beta.14.zip) = 9b0443df10826d2028c63b1b97f81e3577c705f4f622a7455c97682ff0210731
-SIZE (op_freebsd_arm64_v2.0.0-beta.14.zip) = 4245913
-SHA256 (op_freebsd_arm_v2.0.0-beta.14.zip) = 8308bd0ca5a7a96257ea3954d4ee19f39ee04a8816b8466cd9908cd4ff521b9b
-SIZE (op_freebsd_arm_v2.0.0-beta.14.zip) = 4324594
-SHA256 (op_freebsd_386_v2.0.0-beta.14.zip) = 88863048fe54b27723f2b9a39b9266ac60ce5d54123a980d1ef5b399520f0b62
-SIZE (op_freebsd_386_v2.0.0-beta.14.zip) = 4375730
diff --git a/security/1password-client/Makefile b/security/1password-client/Makefile
index 9815d1ff6953..ebdcc8d79574 100644
--- a/security/1password-client/Makefile
+++ b/security/1password-client/Makefile
@@ -17,7 +17,7 @@ NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/op
-CONFLICTS_INSTALL= security/op security/1password-client-devel
+CONFLICTS_INSTALL= security/op security/1password-client2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/op ${STAGEDIR}${PREFIX}/bin
diff --git a/security/1password-client-devel/Makefile b/security/1password-client2/Makefile
index 77cf1965cdce..94050ca297dd 100644
--- a/security/1password-client-devel/Makefile
+++ b/security/1password-client2/Makefile
@@ -1,7 +1,7 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
PORTNAME= 1password-client-devel
-DISTVERSION= 2.0.0-beta.14
+DISTVERSION= 2.0.0
CATEGORIES= security
MASTER_SITES= https://cache.agilebits.com/dist/1P/op2/pkg/v${DISTVERSION}/ \
LOCAL/ler/op
diff --git a/security/1password-client2/distinfo b/security/1password-client2/distinfo
new file mode 100644
index 000000000000..a8dda51e08c6
--- /dev/null
+++ b/security/1password-client2/distinfo
@@ -0,0 +1,9 @@
+TIMESTAMP = 1647716745
+SHA256 (op_freebsd_amd64_v2.0.0.zip) = 3c43f15877e36519045947a30277d7a3ff3153dc306ef30ada079406a05a5d65
+SIZE (op_freebsd_amd64_v2.0.0.zip) = 4714216
+SHA256 (op_freebsd_arm64_v2.0.0.zip) = 2e8a19e273ec5689d11fe280eff614fd34c1dd1cfa7c0039a0e1da8906b0227f
+SIZE (op_freebsd_arm64_v2.0.0.zip) = 4245305
+SHA256 (op_freebsd_arm_v2.0.0.zip) = cbf1d2e44a43e5dca838a1c8eefddbdde15e1439f72d29df0e03edd85706893b
+SIZE (op_freebsd_arm_v2.0.0.zip) = 4325493
+SHA256 (op_freebsd_386_v2.0.0.zip) = c70acc5fc87f998ba476fc4b4b59624412f2fd9b40fc6107f09dbab6a83ef7c3
+SIZE (op_freebsd_386_v2.0.0.zip) = 4377197
diff --git a/security/1password-client-devel/pkg-descr b/security/1password-client2/pkg-descr
index aeb648213981..781627014ee3 100644
--- a/security/1password-client-devel/pkg-descr
+++ b/security/1password-client2/pkg-descr
@@ -1,6 +1,6 @@
This is a command-line interface to the 1Password password management
service.
-This is the development release of the CLI Version 2.
+This is the release of the CLI Version 2.
WWW: https://developer.1password.com/docs/cli/upgrade
diff --git a/security/Makefile b/security/Makefile
index 3c20119b266a..4f1f0c8b56ec 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -2,7 +2,7 @@
SUBDIR += 0d1n
SUBDIR += 1password-client
- SUBDIR += 1password-client-devel
+ SUBDIR += 1password-client2
SUBDIR += 2fa
SUBDIR += ADMsmb
SUBDIR += ADMsnmp