From 2309a87a93aa7a560677314bf43d4bf61018e39c Mon Sep 17 00:00:00 2001 From: Vadym-Valdis Yudaiev Date: Mon, 1 Dec 2025 22:10:37 +0200 Subject: [PATCH] pass-update: to 2.2.1 --- security/pass-update/Portfile | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/security/pass-update/Portfile b/security/pass-update/Portfile index 98a3028fee7..71630e3cf6e 100644 --- a/security/pass-update/Portfile +++ b/security/pass-update/Portfile @@ -3,9 +3,9 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup roddhjav pass-update 2.1 v +github.setup roddhjav pass-update 2.2.1 v github.tarball_from releases -revision 1 +revision 0 categories security supported_archs noarch @@ -18,12 +18,17 @@ long_description {*}${description} depends_lib port:pass -checksums rmd160 d43ac1ff688871c635140e8beafb5472fcc0f1e7 \ - sha256 2b0022102238e022e7ee945b7622f4c270810cda46508084fcb193582aafaf6f \ - size 46200 +checksums rmd160 a99920c550840d3b61d615731fbea8b60111fce5 \ + sha256 d0b0e1b561539847a2ee9ad7ea25c08f8d073abd632b634ce0c6bdf0fc6a7249 \ + size 51214 +depends_build port:coreutils depends_run port:pass +post-patch { + reinplace -E "s|install -D|${prefix}/bin/ginstall -D|g" ${worksrcpath}/Makefile +} + use_configure no build {}