Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #16489 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Vim and Vim.app fail with invalid checksums

Reported by: ascarter@… Owned by: raimue@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.6.0
Keywords: Cc:
Port: vim

Description

Both the vim and vim-app ports are failing because the MD5, SHA1, and RMD160 checksums don't match the actual checksums from the downloaded vim tarball.

Correct checksums:

[suffix ${name}-${vim_version}] \

md5 f0901284b338e448bfd79ccca0041254 \ sha1 a4b6641ca528fada71ea77c998a441495ed4984c \ rmd160 eaff64d0fec09d725addf8de569f508b80a5766e \

Change History

Changed 3 months ago by macsforever2000@…

  • owner changed from macports-tickets@… to raimue@…

Assigning to maintainer.

Changed 3 months ago by blb@…

Looks like the files are all the same, but the permissions of various files within the tarball were updated, eg, orignally:

-rw------- mool/mool      1951 2008-08-08 15:05:33 vim72/runtime/plugin/tarPlugin.vim

and the updated one:

-rw-r--r-- mool/mool      1951 2008-08-08 15:05:33 vim72/runtime/plugin/tarPlugin.vim

Changed 3 months ago by raimue@…

  • status changed from new to assigned

Changed 3 months ago by raimue@…

Ok, the tarball was updated according to ftp://ftp.vim.org/pub/vim/unix/README

Changed 3 months ago by raimue@…

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r39833.

Added new checksums and changed dist_subdir.

Note: See TracTickets for help on using tickets.