Skip to content

Commit 34faa2c

Browse files
committed
pass-update: to 2.2.1
1 parent 4807ee6 commit 34faa2c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

security/pass-update/Portfile

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
PortSystem 1.0
44
PortGroup github 1.0
55

6-
github.setup roddhjav pass-update 2.1 v
6+
github.setup roddhjav pass-update 2.2.1 v
77
github.tarball_from releases
8-
revision 1
8+
revision 0
99

1010
categories security
1111
supported_archs noarch
@@ -18,12 +18,17 @@ long_description {*}${description}
1818

1919
depends_lib port:pass
2020

21-
checksums rmd160 d43ac1ff688871c635140e8beafb5472fcc0f1e7 \
22-
sha256 2b0022102238e022e7ee945b7622f4c270810cda46508084fcb193582aafaf6f \
23-
size 46200
21+
checksums rmd160 a99920c550840d3b61d615731fbea8b60111fce5 \
22+
sha256 d0b0e1b561539847a2ee9ad7ea25c08f8d073abd632b634ce0c6bdf0fc6a7249 \
23+
size 51214
2424

25+
depends_build port:coreutils
2526
depends_run port:pass
2627

28+
post-patch {
29+
reinplace -E "s|install -D|${prefix}/bin/ginstall -D|g" ${worksrcpath}/Makefile
30+
}
31+
2732
use_configure no
2833
build {}
2934

0 commit comments

Comments
 (0)