RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/security/tor/Portfile,v
retrieving revision 1.20
diff -u -r1.20 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name tor |
5 | | version 0.1.1.22 |
| 5 | version 0.1.1.23 |
6 | 6 | categories security |
7 | 7 | maintainers toby@opendarwin.org |
8 | 8 | description anonymizing overlay network for TCP |
… |
… |
|
16 | 16 | homepage http://tor.eff.org/ |
17 | 17 | platforms darwin |
18 | 18 | master_sites ${homepage}dist/ |
19 | | checksums sha1 44409da83e896154b83178bec971074e14b6dbb0 |
| 19 | checksums sha1 d3f0120f5a18658231127281343aafb6c06aed70 |
20 | 20 | depends_lib port:libevent port:openssl port:zlib |
21 | 21 | configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib |
22 | 22 | configure.args --mandir=${prefix}/share/man |