Commits
Marius Schamschula authored 12f1ac7663a
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 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup maxmind geoip-api-c 1.6.11 v |
6 + | github.setup maxmind geoip-api-c 1.6.12 v |
7 + | revision 0 |
7 8 | github.tarball_from releases |
8 9 | name libgeoip |
9 10 | categories devel net |
10 11 | license LGPL-2.1+ |
11 12 | platforms darwin |
12 13 | maintainers nomaintainer |
13 14 | description Gets country code by IP address |
14 15 | long_description ${description} |
15 16 | |
16 17 | homepage http://dev.maxmind.com/geoip/ |
17 18 | distname GeoIP-${version} |
18 19 | |
19 - | checksums rmd160 6c5dd43c289e00be897f6aee0386b84cc302227e \ |
20 - | sha256 b0e5a92200b5ab540d118983f7b7191caf4faf1ae879c44afa3ff2a2abcdb0f5 |
20 + | checksums rmd160 80d8c7d9c4822879e33ecde31056e56bfbb78a6e \ |
21 + | sha256 1dfb748003c5e4b7fd56ba8c4cd786633d5d6f409547584f6910398389636f80 \ |
22 + | size 473914 |
21 23 | |
22 24 | # For stricter sed, some files are not UTF-8 |
23 25 | build.env LC_CTYPE=C |
24 26 | destroot.env LC_CTYPE=C |
25 27 | |
26 28 | test.run yes |
27 29 | test.target check |
28 30 | |
29 31 | post-destroot { |
30 32 | delete ${destroot}${prefix}/etc/GeoIP.conf |