Commits
Bradley Giesbrecht authored 7ad4afd1a10
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 pear-install-phar |
6 - | version 20170830 |
6 + | version 20170831 |
7 7 | categories php www |
8 8 | platforms darwin |
9 9 | maintainers pixilla openmaintainer |
10 10 | homepage http://pear.php.net |
11 11 | master_sites http://pear.php.net |
12 12 | |
13 13 | subport php5-pear {} |
14 14 | |
15 15 | subport php53-pear { |
16 16 | |
56 56 | |
57 57 | use_configure no |
58 58 | |
59 59 | if {${name} == ${subport}} { |
60 60 | |
61 61 | license PHP-3 LGPL-2.1+ |
62 62 | description PEAR installer phar |
63 63 | long_description ${description} |
64 64 | |
65 65 | livecheck.type moddate |
66 - | |
67 - | dist_subdir ${name}-${version} |
66 + | # Keeping this in Portfile because of frequent stealth updates. |
67 + | # dist_subdir ${name}-${version} |
68 68 | distfiles install-pear-nozlib.phar |
69 69 | |
70 - | checksums rmd160 a1cd7802b9fb337ec431ae557d69985555e8dd0a \ |
71 - | sha256 e5da70c8b744d5fb6e014dbe369d69ee1168661ae91bba4b96d829a2a955b4e4 |
70 + | checksums rmd160 f0d0388e5fe170557f2815efed7dee7f5b9df073 \ |
71 + | sha256 41f36cc001833ddfbd935f86113bf8c324de4b526ec44321d120bb865715dad9 |
72 72 | |
73 73 | set buildpath ${worksrcpath}/build |
74 74 | set libpath /lib/php/pear |
75 75 | |
76 76 | extract.mkdir yes |
77 77 | extract { |
78 78 | |
79 79 | xinstall -d ${buildpath}${libpath} |
80 80 | file copy ${distpath}/install-pear-nozlib.phar ${buildpath}${libpath} |
81 81 | } |