New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #30033 (closed defect: fixed)

Opened 23 months ago

Last modified 22 months ago

mercurial-1.9 fails checksum

Reported by: easieste@… 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

comment:1 Changed 22 months ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.