Commits
David Nichols authored aade5dfea80
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 qore-xml-module |
6 - | version 1.3 |
6 + | version 1.4.1 |
7 7 | categories lang |
8 8 | license {LGPL-2.1 MIT} |
9 9 | maintainers {davidnichols @davidnich} |
10 10 | description xml module for Qore |
11 11 | long_description Module providing XML, XPath, XML-RPC, etc functionality to Qore |
12 12 | homepage http://qore.org |
13 13 | use_bzip2 yes |
14 14 | platforms darwin |
15 15 | master_sites https://github.com/qorelanguage/module-xml/releases/download/v${version} |
16 16 | |
17 - | checksums md5 c4ee59ba81c10b0406eb0573c2dd8055 \ |
18 - | sha1 0a85604cbf77c486bce08ff70939ae17f2455a93 \ |
19 - | rmd160 f9dca0b0faeeed6144242c592fcfd1944bb90533 |
17 + | checksums md5 0e5c5f77a5afba27bb74050f92c264c8 \ |
18 + | sha1 160101396cfff273c59f7f7ab2fa78d15fe66be3 \ |
19 + | rmd160 c49650c07fca4a445d58348a467234db82af7e88 |
20 20 | |
21 21 | depends_lib port:qore \ |
22 22 | port:libxml2 \ |
23 23 | path:lib/libssl.dylib:openssl |
24 24 | |
25 25 | configure.args --disable-debug |