Commits
Marius Schamschula authored 6ded89f48a5
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 mod_gnutls |
6 - | version 0.8.3 |
6 + | version 0.8.4 |
7 7 | categories www security crypto |
8 8 | license Apache-2 |
9 9 | platforms darwin |
10 10 | maintainers {mps @Schamschula} openmaintainer |
11 11 | |
12 12 | description \ |
13 13 | mod_gnutls is an extension for Apache's httpd uses the GnuTLS library to \ |
14 14 | provide HTTPS. |
15 15 | |
16 16 | long_description \ |
17 17 | mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0 and TLS 1.1 \ |
18 18 | encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does \ |
19 19 | not use OpenSSL. |
20 20 | |
21 21 | homepage https://mod.gnutls.org |
22 22 | master_sites ${homepage}/downloads/ |
23 23 | |
24 - | checksums rmd160 66a1709e29fda9ca40e6bf0e0689f32ea1f7bcbd \ |
25 - | sha256 3517dddef04e0cb64c4805799d1b749bb6273f99c3ac33634677210fbe60292b |
24 + | checksums rmd160 d4c6e4eec5de32441236c73ef9714d5e5c8eb458 \ |
25 + | sha256 f2dbd0d9a329568a166a1fc1eafc81ab955bdebd36b9546a9466f248c3adcdf7 |
26 26 | |
27 27 | depends_build port:pkgconfig |
28 28 | |
29 29 | depends_lib port:apache2 \ |
30 30 | port:gnutls |
31 31 | |
32 32 | use_autoreconf yes |
33 33 | |
34 34 | if {[variant_isset apache22]} { |
35 35 | # version 0.8.x requires apache 2.4.x |