diff -ruN --exclude=CVS /usr/ports/astro/cfitsio/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/astro/cfitsio/Makefile --- /usr/ports/astro/cfitsio/Makefile Fri Jan 12 00:30:04 2007 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/astro/cfitsio/Makefile Sat Jan 13 21:25:06 2007 @@ -6,8 +6,7 @@ # PORTNAME= cfitsio -PORTVERSION= 3.006 -PORTREVISION= 1 +PORTVERSION= 3.030 CATEGORIES= astro MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} @@ -21,7 +20,7 @@ USE_LDCONFIG= yes WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 F77= gfortran42 diff -ruN --exclude=CVS /usr/ports/astro/cfitsio/distinfo /usr/local/tinderbox/portstrees/FreeBSD/ports/astro/cfitsio/distinfo --- /usr/ports/astro/cfitsio/distinfo Wed Mar 15 05:08:23 2006 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/astro/cfitsio/distinfo Fri Jan 12 10:38:38 2007 @@ -1,3 +1,3 @@ -MD5 (cfitsio3006.tar.gz) = 4aacb54dcf833c8075d1f6515ba069ca -SHA256 (cfitsio3006.tar.gz) = c156ee0becee8987a14229e705f0f9f39dd2b73bbc9e73bc5d69f43896cb9a63 -SIZE (cfitsio3006.tar.gz) = 2121107 +MD5 (cfitsio3030.tar.gz) = 9d8cc124bce0ecee12cb699ca7082c36 +SHA256 (cfitsio3030.tar.gz) = f21774a31274b851eb6d2d366266a6fe48a265b4ba87dc0ac8abacb48de77383 +SIZE (cfitsio3030.tar.gz) = 2236701 diff -ruN --exclude=CVS /usr/ports/astro/cfitsio/files/patch-configure /usr/local/tinderbox/portstrees/FreeBSD/ports/astro/cfitsio/files/patch-configure --- /usr/ports/astro/cfitsio/files/patch-configure Mon Jan 8 20:36:21 2007 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/astro/cfitsio/files/patch-configure Sat Jan 13 20:57:34 2007 @@ -1,22 +1,22 @@ ---- configure~ Tue Jan 9 10:31:25 2007 -+++ configure Tue Jan 9 10:31:46 2007 -@@ -857,7 +857,7 @@ - fi +--- 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 -+for ac_prog in %%FC%% f77 xlf cf77 gf77 g77 af77 ncf f2c +-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. + # 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~ Fri Jul 29 06:26:00 2005 -+++ configure.in Tue Jan 9 10:31:38 2007 -@@ -54,7 +54,7 @@ +--- 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 , nope) -+AC_CHECK_PROGS(FC, %%FC%%, f77 xlf cf77 gf77 g77 af77 ncf f2c , nope) +-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)