Opened 15 years ago

Closed 15 years ago

#19750 closed defect (fixed)

cfitsio 3.140_1 checksums

Reported by: luis.beca@… Owned by: skymoo (Adam Mercer)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: cfitsio

Description

cfitsio checksums seem to have changed. The ones in the portfile don't work. Just tried upgrading cfitsio and couldn't.

Change History (3)

comment:1 Changed 15 years ago by tobypeterson

Owner: changed from macports-tickets@… to ram@…

comment:2 Changed 15 years ago by skymoo (Adam Mercer)

Status: newassigned

comment:3 Changed 15 years ago by skymoo (Adam Mercer)

Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.