Opened 13 years ago
Closed 13 years ago
#30033 closed defect (fixed)
mercurial-1.9 fails checksum
Reported by: | easye | Owned by: | deric@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch | Cc: | |
Port: | mercurial |
Description
The checksum phase for mercurial-1.9 is failing seemingly because of the trailing newline for the checksums variable. The following patch fixes things for me:
Index: Portfile =================================================================== --- Portfile (revision 80145) +++ Portfile (working copy) @@ -29,7 +29,7 @@ master_sites http://mercurial.selenic.com/release/ checksums md5 d4842129fa2732eb6ed1180467bc32e2 \ sha1 e7d80abf520849e1327ad5e7606a09628f646584 \ - rmd160 f533234095f2028ef742dce96a23751ee023a7f1 \ + rmd160 f533234095f2028ef742dce96a23751ee023a7f1 depends_run port:curl-ca-bundle post-patch {
Change History (1)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r80162