From ad01092fb193285762a2b42e29d8ae734d4cb9d4 Mon Sep 17 00:00:00 2001 From: culot Date: Sun, 22 Jan 2012 07:39:30 +0000 Subject: - Update to 1.08 Changes: http://search.cpan.org/dist/Astro-FITS-CFITSIO/ChangeLog --- astro/p5-Astro-FITS-CFITSIO/Makefile | 2 +- astro/p5-Astro-FITS-CFITSIO/distinfo | 4 ++-- astro/p5-Astro-FITS-CFITSIO/files/patch-Makefile.PL | 18 ++++++++++-------- 3 files changed, 13 insertions(+), 11 deletions(-) (limited to 'astro') diff --git a/astro/p5-Astro-FITS-CFITSIO/Makefile b/astro/p5-Astro-FITS-CFITSIO/Makefile index ccba056..d6fa633 100644 --- a/astro/p5-Astro-FITS-CFITSIO/Makefile +++ b/astro/p5-Astro-FITS-CFITSIO/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Astro-FITS-CFITSIO -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/astro/p5-Astro-FITS-CFITSIO/distinfo b/astro/p5-Astro-FITS-CFITSIO/distinfo index 33fac31..89dd5f9 100644 --- a/astro/p5-Astro-FITS-CFITSIO/distinfo +++ b/astro/p5-Astro-FITS-CFITSIO/distinfo @@ -1,2 +1,2 @@ -SHA256 (Astro-FITS-CFITSIO-1.07.tar.gz) = 51c5371871383f9dcd162d8df6e0eb6b9a25f757c6b27cc6bf6ff5a0a7420b56 -SIZE (Astro-FITS-CFITSIO-1.07.tar.gz) = 352184 +SHA256 (Astro-FITS-CFITSIO-1.08.tar.gz) = d574d5363936ed887fae091e3951d0c8fb10067a5970fc8d137bc516dc15c0ba +SIZE (Astro-FITS-CFITSIO-1.08.tar.gz) = 354234 diff --git a/astro/p5-Astro-FITS-CFITSIO/files/patch-Makefile.PL b/astro/p5-Astro-FITS-CFITSIO/files/patch-Makefile.PL index de24f47..8c7ba9a 100644 --- a/astro/p5-Astro-FITS-CFITSIO/files/patch-Makefile.PL +++ b/astro/p5-Astro-FITS-CFITSIO/files/patch-Makefile.PL @@ -1,13 +1,15 @@ ---- Makefile.PL.orig 2011-01-05 10:36:07.000000000 +0800 -+++ Makefile.PL 2011-01-05 10:36:27.000000000 +0800 -@@ -8,8 +8,8 @@ - } - else { - warn("CFITSIO environment variable not found, assuming /usr/local/cfitsio\n"); +--- Makefile.PL.orig 2012-01-22 01:52:49.000000000 -0500 ++++ Makefile.PL 2012-01-22 01:53:32.000000000 -0500 +@@ -22,9 +22,9 @@ + } + } + +- warn("CFITSIO environment variable not found, assuming /usr/local/cfitsio\n"); - $inc = "-I/usr/local/cfitsio"; - $libs = "-L/usr/local/cfitsio -lcfitsio -lm"; ++ warn("CFITSIO environment variable not found, assuming /usr/local/include\n"); + $inc = "-I/usr/local/include"; -+ $libs = "-L/usr/local/lib -lcfitsio -lm"; ++ $libs = "-L/usr/local/include -lcfitsio -lm"; + } - # See lib/ExtUtils/MakeMaker.pm for details of how to influence -- cgit v1.1