diff -Naur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/libre/Portfile net/libre/Portfile
old
|
new
|
|
5 | 5 | PortGroup muniversal 1.0 |
6 | 6 | |
7 | 7 | name libre |
8 | | version 0.4.3 |
| 8 | version 0.4.11 |
9 | 9 | categories net |
10 | 10 | platforms darwin |
11 | 11 | maintainers db.org:aeh |
12 | 12 | license BSD |
13 | 13 | |
14 | | description generic library for real-time communications with async \ |
| 14 | description Protocol library for real-time communications with async \ |
15 | 15 | I/O support |
16 | 16 | |
17 | 17 | long_description ${name} is a ${description}. |
… |
… |
|
21 | 21 | |
22 | 22 | distname re-${version} |
23 | 23 | |
24 | | checksums rmd160 7f32ec10952c5b69c6187ce2145915522f588665 \ |
25 | | sha256 78b960d3d3bb53ab8e751b246c25f4843f51b6aba0126f1b6407a73e6755975b |
| 24 | checksums rmd160 e775e371292b4fb4cb266c76e73693844f9a3e88 \ |
| 25 | sha256 8264192ef1fc1c7acc241df8bbbd7c5af5eabb13a72b40080efedbb090ca5882 |
26 | 26 | |
27 | 27 | depends_lib port:zlib \ |
28 | 28 | port:openssl |