[MacPorts] #30033: mercurial-1.9 fails checksum
MacPorts
noreply at macports.org
Tue Jul 5 01:40:02 PDT 2011
#30033: mercurial-1.9 fails checksum
-----------------------------------+----------------------------------------
Reporter: easieste@… | Owner: deric@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: haspatch | Port: mercurial
-----------------------------------+----------------------------------------
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 {
}}}
--
Ticket URL: <https://trac.macports.org/ticket/30033>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list