diff options
author | Alexander Langer <alex@FreeBSD.org> | 2004-06-23 10:27:25 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2004-06-23 10:27:25 +0000 |
commit | 582ce2fbb0d20604feb7fcc25a1c0136b8c1d315 (patch) | |
tree | 8a46824d61a7cf6da7dff57473186345af15c20a /security | |
parent | Fix MASTER_SITES (diff) |
Fix checksum, so unbreak and don't schedule this for removal.
There's a small problem with the ftp-mirrors with the mindterm-ssh.html
file. My and other mirrors of ftp.FreeBSD.org have a different filesize
of this file than the original ftp.FreeBSD.org file (1085 vs. 1106 bytes).
This is only in amount of whitespace, diff -b shows no difference at all.
(It's not a tab problem, I manually couldn't find the difference btw)
This is also why I never could reproduce the checksum mismatch on bento, as
I never fetch from ftp.FreeBSD.org but a local mirror. Neither could
other people who just asked me why this port is marked broken and scheduled
for removal.
The distinfo file will now use the filesize from the master FTP server.
Thanks to the SIZE data, "make fetch" will try different mirrors until
it'll find one with the correct size and thus the correct checksum.
So hopefully this will fix this port for the future.
Diffstat (limited to 'security')
-rw-r--r-- | security/mindterm-binary/Makefile | 4 | ||||
-rw-r--r-- | security/mindterm-binary/distinfo | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/security/mindterm-binary/Makefile b/security/mindterm-binary/Makefile index 4f7f33c296a3..f091d5bd5e98 100644 --- a/security/mindterm-binary/Makefile +++ b/security/mindterm-binary/Makefile @@ -16,10 +16,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= alex@FreeBSD.org COMMENT= "A full vt220 compatible Java SSH-1 client (not only for websites)" -BROKEN= "Checksum mismatch" -EXPIRATION_DATE=2004-08-20 -DEPRECATED= ${BROKEN} - USE_ZIP= yes NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/security/mindterm-binary/distinfo b/security/mindterm-binary/distinfo index 9dbcfb0b93d5..9c35528900fa 100644 --- a/security/mindterm-binary/distinfo +++ b/security/mindterm-binary/distinfo @@ -1,4 +1,4 @@ -MD5 (mindterm-ssh.html) = 9c7330315b018d58476b16c1cb30eb02 -SIZE (mindterm-ssh.html) = 1085 +MD5 (mindterm-ssh.html) = 3d93404d55da0abeb58ae11471fca9c6 +SIZE (mindterm-ssh.html) = 1106 MD5 (mindtermbin-v121.zip) = 7e9da7322fcae183e6821b26b5acc61b SIZE (mindtermbin-v121.zip) = 230263 |