summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--astro/p5-Astro-FITS-CFITSIO/Makefile2
-rw-r--r--astro/p5-Astro-FITS-CFITSIO/distinfo4
-rw-r--r--astro/p5-Astro-FITS-CFITSIO/files/patch-Makefile.PL18
3 files changed, 13 insertions, 11 deletions
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
OpenPOWER on IntegriCloud