RJVB / macstrop

RJVB's repository of alternative macports, with ports missing from or overriding those in the standard collection, including a set of KF5 ports.
20 stars 9 forks source link

libssh package fails to get distfile #28

Closed Tatsh closed 5 years ago

Tatsh commented 5 years ago

I changed the file to use 0.8.6 and updated the checksums and now it works at least to get other packages fixed.

diff --git a/devel/libssh/Portfile b/devel/libssh/Portfile
index 781993e6..99a4f230 100644
--- a/devel/libssh/Portfile
+++ b/devel/libssh/Portfile
@@ -6,13 +6,11 @@ PortGroup           cmake 1.1

 name                libssh
 epoch               1
-version             0.7.2
+version             0.8.6
 master_sites        https://git.libssh.org/projects/libssh.git/snapshot/
-use_bzip2           yes
-checksums           rmd160  9db0ec537e05dec419f4b6e474a6b5312c76a254 \
-                    sha256  b7a66d5668cbf1bac7a3b8a221de9306e1cfc9b13d9ec271325e5f6d30872349
-# checksums           rmd160  ab4b2fb7ce62ba900f50a3a19a2de58551ceea46 \
-#                     sha256  f284aeb40a637d97e065df0f3b7902458ac17050c3f4057b5eca2dbcb1a9c179
+checksums           rmd160  ff419a448c1879619b9069fc262c7d1778a5338b \
+                    sha256  8f95d42930880be709fc4ef0965ab19261561b8a6e61c1440c1f906e0ca66ffd \
+                    size    597760

 set major           [join [lrange [split ${version} .] 0 1] .]
 categories          devel security net
RJVB commented 5 years ago

Thanks!

Curiously it's not even that I'm behind the mainstream port, and to me it looks like the download has changed because your fix doesn't work for me.

I'll take over and push an upgrade, thanks for the contribution!