Commits
Zero King authored 6e5692c6865
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name pass |
6 - | version 1.7.1 |
7 - | revision 1 |
6 + | version 1.7.2 |
8 7 | maintainers nomaintainer |
9 8 | categories security |
10 9 | description ${name} is the standard unix password manager |
11 10 | long_description ${description} |
12 11 | platforms darwin |
13 12 | supported_archs noarch |
14 13 | homepage https://www.passwordstore.org/ |
15 14 | license GPL-2+ |
16 15 | |
17 16 | depends_run port:git \ |
18 17 | port:pwgen \ |
19 18 | port:getopt \ |
20 19 | port:tree \ |
21 20 | port:qrencode \ |
22 21 | path:bin/gpg:gnupg2 |
23 22 | |
24 23 | master_sites https://git.zx2c4.com/password-store/snapshot/ |
25 24 | distname password-store-${version} |
26 25 | use_xz yes |
27 26 | |
28 - | checksums rmd160 ebd86a7ae52559eeac5001e9634306dc0b8bdd5f \ |
29 - | sha256 f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869 |
27 + | checksums rmd160 69f8482fa565f3b5990de74cbf4429b20addd577 \ |
28 + | sha256 4768c5e1965c4d2aeb28818681e484fb105b6f46cbd75a97608615c4ec6980ea \ |
29 + | size 63620 |
30 30 | |
31 31 | patchfiles patch-getopt-path.diff |
32 32 | |
33 33 | post-patch { |
34 34 | reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/src/platform/darwin.sh |
35 35 | } |
36 36 | |
37 37 | use_configure no |
38 38 | build {} |
39 39 | |