aboutsummaryrefslogtreecommitdiff
path: root/astro/cfitsio
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2007-10-12 17:38:17 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2007-10-12 17:38:17 +0000
commit9b3433eed0032e52f5f019d2136fc971c4fff416 (patch)
treeaee28b389df6344b05f8b9bde337ade0a839e903 /astro/cfitsio
parentb92fb0c826614f7807c56ef432652c42f4bb716e (diff)
downloadports-9b3433eed0032e52f5f019d2136fc971c4fff416.tar.gz
ports-9b3433eed0032e52f5f019d2136fc971c4fff416.zip
Notes
Diffstat (limited to 'astro/cfitsio')
-rw-r--r--astro/cfitsio/Makefile5
-rw-r--r--astro/cfitsio/distinfo6
-rw-r--r--astro/cfitsio/files/patch-configure22
3 files changed, 6 insertions, 27 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile
index 5357171d2fab..48bc710be971 100644
--- a/astro/cfitsio/Makefile
+++ b/astro/cfitsio/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= cfitsio
-PORTVERSION= 3.030
+PORTVERSION= 3.060
CATEGORIES= astro
-MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/
+MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \
+ ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
diff --git a/astro/cfitsio/distinfo b/astro/cfitsio/distinfo
index 99c464d8b1bf..d1850c8d03d6 100644
--- a/astro/cfitsio/distinfo
+++ b/astro/cfitsio/distinfo
@@ -1,3 +1,3 @@
-MD5 (cfitsio3030.tar.gz) = 9d8cc124bce0ecee12cb699ca7082c36
-SHA256 (cfitsio3030.tar.gz) = f21774a31274b851eb6d2d366266a6fe48a265b4ba87dc0ac8abacb48de77383
-SIZE (cfitsio3030.tar.gz) = 2236701
+MD5 (cfitsio3060.tar.gz) = b7ab291d227c60b17a19a1c028dc649c
+SHA256 (cfitsio3060.tar.gz) = 3475679b6ef7a8494ceffec8255b9b2719251f16880da5d128b58c5de8954b46
+SIZE (cfitsio3060.tar.gz) = 2260799
diff --git a/astro/cfitsio/files/patch-configure b/astro/cfitsio/files/patch-configure
deleted file mode 100644
index 587da672bdba..000000000000
--- a/astro/cfitsio/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.orig Mon Nov 13 12:14:20 2006
-+++ configure Sat Jan 13 20:55:43 2007
-@@ -2391,7 +2391,7 @@
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
--for ac_prog in f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95
-+for ac_prog in %%FC%% f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
---- configure.in.orig Mon Nov 13 12:14:14 2006
-+++ configure.in Sat Jan 13 20:55:54 2007
-@@ -84,7 +84,7 @@
- fi
- AC_PROG_CC
-
--AC_CHECK_PROGS(FC, f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95 , nope)
-+AC_CHECK_PROGS(FC, %%FC%%, f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95 , nope)
- if test $FC = 'nope' ; then
- AC_MSG_WARN(cfitsio: == No acceptable f77 found in \$PATH)
- AC_MSG_WARN(cfitsio: == Cfitsio will be built without Fortran wrapper support)