Commits
Christoph Iserlohn authored d26615f00aa
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 yaws |
6 - | version 2.0.4 |
6 + | version 2.0.5 |
7 7 | categories www |
8 8 | maintainers {ciserlohn @ci42} |
9 9 | platforms darwin |
10 10 | license BSD |
11 11 | description Webserver for dynamic content written in Erlang |
12 12 | long_description Yaws is a high performance HTTP server for dynamic content \ |
13 13 | written in Erlang. Pages can be dynamic with embedded erlang \ |
14 14 | code. Yaws also features a built-in Wiki. |
15 15 | homepage http://yaws.hyber.org/ |
16 16 | master_sites http://yaws.hyber.org/download/ |
17 17 | |
18 - | checksums rmd160 a28395dba23c1a2d1ce69e3ba41dfb6a38cfad62 \ |
19 - | sha256 da6677c315aadc7c64c970ef74eaa29f61eba886c7d30c61806651ac38c1e6c5 |
18 + | checksums rmd160 bcaa6d9230fbcf6b83dfdedbfad5c878c15c10b0 \ |
19 + | sha256 be82d1b5bcd9d32406244eb4f542e653a2d9d82cf34bc3c61e15d26e84db7601 |
20 20 | |
21 21 | depends_build port:erlang |
22 22 | |
23 23 | depends_skip_archcheck erlang |
24 24 | |
25 25 | extract.post_args | tar -xf - --exclude \ |
26 26 | "${name}-${version}/www/testdir/xx*xx.jpg" |
27 27 | |
28 28 | patchfiles patch-man-yaws.1 \ |
29 29 | patch-man-yaws_api.5 \ |