1 | --- Portfile.orig Sun Jan 1 21:31:39 2006 |
---|
2 | +++ Portfile Sun Jan 1 21:35:50 2006 |
---|
3 | @@ -3,7 +3,7 @@ |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libssh |
---|
7 | -version 0.1 |
---|
8 | +version 0.11 |
---|
9 | categories devel security |
---|
10 | maintainers ronatoneinsane.net |
---|
11 | description an SSH library |
---|
12 | @@ -11,11 +11,17 @@ |
---|
13 | programmers needing a working SSH implementation \ |
---|
14 | by the mean of a library. |
---|
15 | |
---|
16 | -homepage http://0xbadc0de.be/projects/sshlib.html |
---|
17 | -master_sites http://www.0xbadc0de.be/projects/libssh |
---|
18 | +homepage http://0xbadc0de.be/?part=libssh |
---|
19 | +master_sites http://www.0xbadc0de.be/libssh |
---|
20 | extract.suffix .tgz |
---|
21 | -checksums md5 d3782668fb51efbbbace453532d84449 |
---|
22 | +checksums \ |
---|
23 | + libssh-0.11.tgz md5 ad703c4702646c83ca4fcace92c220d3 \ |
---|
24 | + libssh-0.11.tgz sha1 \ |
---|
25 | + 307430249ded90332c4ec77a264913b3bc93a648 \ |
---|
26 | + libssh-0.11.tgz rmd160 \ |
---|
27 | + 69c2cc00becb84a62555fe884345398f155815a4 |
---|
28 | patchfiles patch-Makefile.in.diff \ |
---|
29 | - patch-libssh-Makefile.in.diff |
---|
30 | + patch-libssh-Makefile.in.diff \ |
---|
31 | + patch-sample.c.diff |
---|
32 | |
---|
33 | |
---|