#19750: cfitsio 3.140_1 checksums ----------------------------------+----------------------------------------- Reporter: luis.beca@… | Owner: ram@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: cfitsio | ----------------------------------+----------------------------------------- Changes (by ram@…): * status: assigned => closed * resolution: => fixed Comment: Looks like upstream has done a stealth update of the package, this is the only change between the old and new versions: {{{ --- cfitsio/cfileio.c 2008-12-17 13:47:51.000000000 -0600 +++ cfitsio/cfileio.c 2009-04-09 10:38:45.000000000 -0500 @@ -2554,7 +2554,7 @@ long naxes[] = {1,1,1,1,1,1,1,1,1}, smin, smax, sinc; long fpixels[] = {1,1,1,1,1,1,1,1,1}; long lpixels[] = {1,1,1,1,1,1,1,1,1}; - long incs[] = {1,1,1,1,1,1,1,1,1};; + long incs[] = {1,1,1,1,1,1,1,1,1}; char *cptr, keyname[FLEN_KEYWORD], card[FLEN_CARD]; int ii, tstatus, anynull; long minrow, maxrow, minslice, maxslice, mincube, maxcube; }}} I've updated the checksums in r51422 -- Ticket URL: <http://trac.macports.org/ticket/19750#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS