aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-FITS-CFITSIO
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-01-22 07:39:30 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-01-22 07:39:30 +0000
commitc54d13f0ddeabaf3911438ef7a889b99e63199aa (patch)
tree942eaa85094b9c046b4dc54282b71319c919c2f5 /astro/p5-Astro-FITS-CFITSIO
parent8575a6c9429d22a7cce80691cc623d60c638d41f (diff)
downloadports-c54d13f0ddeabaf3911438ef7a889b99e63199aa.tar.gz
ports-c54d13f0ddeabaf3911438ef7a889b99e63199aa.zip
Notes
Diffstat (limited to 'astro/p5-Astro-FITS-CFITSIO')
-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 ccba05698922..d6fa6333c57f 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 33fac31f618c..89dd5f9fdf1a 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 de24f47cb1e5..8c7ba9a34c2d 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