#3724 closed defect (fixed)
antigraingeometry: wrong checksum
Reported by: | Kai.Puolamaki@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | antigraingeometry |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Wrong checksum in agg23.tar.gz.
Anti-Grain Geometry folds apparently have a habit of fixing the distribution without updating the version number.
See also e.g. http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2005-May/058856.html
x35:~/cvs/p/src/paleomcmc/c kaip$ sudo port install py-matplotlib ---> Fetching antigraingeometry ---> Attempting to fetch agg23.tar.gz from http://www.antigrain.com/ ---> Verifying checksum(s) for antigraingeometry Error: Checksum (md5) mismatch for agg23.tar.gz Error: Checksum (sha1) mismatch for agg23.tar.gz Error: Target com.apple.checksum returned: Unable to verify file checksums
Fix:
--- Portfile.orig 2005-06-26 18:09:36.000000000 +0300 +++ Portfile 2005-06-26 18:10:26.000000000 +0300 @@ -24,8 +24,8 @@ master_sites ${homepage} distname agg23 -checksums md5 05de7fd0340d59b1436c715b19b163b3 \ - sha1 6f6d6722d724b48533d5747461b88581c1406e86 +checksums md5 c4a48ee42fdbcc75d5ce12111f6f7cef \ + sha1 21afd90246817f13b80c6df5f501c9f8811b885e depends_lib lib:libfreetype.6:freetype lib:libX11:XFree86
Change History (2)
comment:1 Changed 19 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | antigraingeometry added |
Note: See
TracTickets for help on using
tickets.
(In reply to comment #0)
[...]
That they most certainly do...
Update has been committed, thanks for the report.