astro/p5-Astro-FITS-CFITSIO: Update to 1.16

Changes:	https://metacpan.org/dist/Astro-FITS-CFITSIO/changes
This commit is contained in:
Po-Chuan Hsieh 2022-08-31 19:26:52 +08:00
parent b79862ad07
commit a8ac9839b1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 14 additions and 19 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= Astro-FITS-CFITSIO
PORTVERSION= 1.15
PORTREVISION= 2
PORTVERSION= 1.16
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -13,7 +12,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= libcfitsio.so:astro/cfitsio
USES= perl5
USES= localbase perl5
USE_PERL5= configure
CONFIGURE_ENV= CFITSIO=${LOCALBASE}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1600863394
SHA256 (Astro-FITS-CFITSIO-1.15.tar.gz) = 1f874d685466e24985c9d74c022cf0f1d7e26a94c9afe378cd0239811214c500
SIZE (Astro-FITS-CFITSIO-1.15.tar.gz) = 355379
TIMESTAMP = 1661599559
SHA256 (Astro-FITS-CFITSIO-1.16.tar.gz) = 2c14e22a91dd871b330f2017a945928cae7b1eb076b7449e6ff483f4073079aa
SIZE (Astro-FITS-CFITSIO-1.16.tar.gz) = 354531

View File

@ -1,15 +1,11 @@
--- Makefile.PL.orig 2012-01-19 19:18:45 UTC
--- Makefile.PL.orig 2022-06-24 16:40:06 UTC
+++ Makefile.PL
@@ -22,9 +22,9 @@ FOUND_IT: {
}
}
- 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/include -lcfitsio -lm";
}
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Alien::Base::Wrapper 'WriteMakefile';
+use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.