Opened 19 years ago

Last modified 8 years ago

#3724 closed defect

antigraingeometry: wrong checksum — at Initial Version

Reported by: Kai.Puolamaki@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: antigraingeometry

Description

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 \

+checksums md5 c4a48ee42fdbcc75d5ce12111f6f7cef \ + sha1 21afd90246817f13b80c6df5f501c9f8811b885e

depends_lib lib:libfreetype.6:freetype lib:libX11:XFree86

Change History (0)

Note: See TracTickets for help on using tickets.