diff -Naur dports/security/libgsasl/Portfile dports-devel/security/libgsasl/Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name libgsasl |
6 | | version 0.2.7 |
| 6 | version 0.2.15 |
7 | 7 | categories security net |
8 | 8 | maintainers yeled@macports.org |
9 | 9 | description GNU SASL: an authentication library. |
… |
… |
|
15 | 15 | homepage http://josefsson.org/libgsasl/ |
16 | 16 | master_sites ftp://alpha.gnu.org/pub/gnu/gsasl/ \ |
17 | 17 | http://josefsson.org/gsasl/releases/ |
18 | | checksums md5 ea7c2ca3b2b6ed3dbabe4750f8637e4e |
| 18 | checksums md5 c4ece330c40626d19b7a12ca355e4397 \ |
| 19 | sha1 4b5dc50625cdb5e9551dad3f66967864c2c9a0fc \ |
| 20 | rmd160 e700e4324eda926da9032577160cf86e79e08a7c |
19 | 21 | |
20 | | #depends_lib port:? |
| 22 | depends_lib port:libiconv port:gettext |
21 | 23 | |
22 | 24 | #variant idn { depends_lib-append port:libidn } |