Commits
Ryan Schmidt authored f951e4c3ba8
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name iso-codes |
6 - | version 3.76 |
6 + | version 3.77 |
7 7 | categories devel |
8 8 | platforms darwin |
9 9 | supported_archs noarch |
10 10 | license LGPL-2.1+ |
11 11 | maintainers {ryandesign @ryandesign} openmaintainer |
12 12 | |
13 13 | description ISO country, language and currency codes and translations |
14 14 | long_description This package aims to provide the list of the country and \ |
15 15 | language (and currency) names in one place, rather than \ |
16 16 | repeated in many programs. |
17 17 | |
18 18 | homepage http://pkg-isocodes.alioth.debian.org/ |
19 19 | master_sites ${homepage}downloads/ |
20 20 | use_xz yes |
21 21 | |
22 - | checksums rmd160 aea178de24f4063fc28c5ace02c37d4b40c2fb46 \ |
23 - | sha256 38ea8c1de7c07d5b4c9603ec65c238c155992a2e2ab0b02725d0926d1ad480c4 |
22 + | checksums rmd160 c55f8e24c1216fedd20de71fdb483b7154b22221 \ |
23 + | sha256 21cd73a4c6f95d9474ebfcffd4e065223857720f24858e564f4409b19f7f0d90 \ |
24 + | size 3480200 |
24 25 | |
25 26 | depends_build port:gettext \ |
26 27 | port:python36 |
27 28 | |
28 29 | build.env PATH=${frameworks_dir}/Python.framework/Versions/3.6/bin:$env(PATH) |
29 30 | |
30 31 | post-destroot { |
31 32 | xinstall -d ${destroot}${prefix}/share/doc/${name} |
32 33 | xinstall -m 644 -W ${worksrcpath} ChangeLog COPYING README.md TODO \ |
33 34 | ${destroot}${prefix}/share/doc/${name} |