diff options
author | pi <pi@FreeBSD.org> | 2014-08-09 19:43:16 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-08-09 19:43:16 +0800 |
commit | 8dbbd31f0713f9f75675c184f73be3f896859379 (patch) | |
tree | 573a6a65077627b57184fc7626af64b15a83a0b4 /astro | |
parent | 61aa58d6c3a2e19a2e0e1a8a9e6aac97e6bd2232 (diff) | |
download | freebsd-ports-gnome-8dbbd31f0713f9f75675c184f73be3f896859379.tar.gz freebsd-ports-gnome-8dbbd31f0713f9f75675c184f73be3f896859379.tar.zst freebsd-ports-gnome-8dbbd31f0713f9f75675c184f73be3f896859379.zip |
astro/p5-Starlink-AST: 1.02 -> 1.04
- Now ships with AST v8.0.0+ (this includes ERFA 1.1 and PAL 0.5.0)
- AST now uses the LGPL license
- Add AST__ALLFRAMES constant
- add astMapDefined
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Starlink-AST/Makefile | 12 | ||||
-rw-r--r-- | astro/p5-Starlink-AST/distinfo | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/astro/p5-Starlink-AST/Makefile b/astro/p5-Starlink-AST/Makefile index fa816949b3d6..d853ff20f6d0 100644 --- a/astro/p5-Starlink-AST/Makefile +++ b/astro/p5-Starlink-AST/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Starlink-AST -PORTVERSION= 1.02 +PORTVERSION= 1.04 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TJENNESS @@ -11,10 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to the Starlink AST library -BUILD_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta -RUN_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta +BUILD_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta \ + p5-Astro-FITS-CFITSIO>=0:${PORTSDIR}/astro/p5-Astro-FITS-CFITSIO \ + p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header +RUN_DEPENDS= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild +post-stage: + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Starlink/AST/AST.so + ${RM} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Starlink/AST/AST.bs + .include <bsd.port.mk> diff --git a/astro/p5-Starlink-AST/distinfo b/astro/p5-Starlink-AST/distinfo index e94085491a77..a8531f645329 100644 --- a/astro/p5-Starlink-AST/distinfo +++ b/astro/p5-Starlink-AST/distinfo @@ -1,2 +1,2 @@ -SHA256 (Starlink-AST-1.02.tar.gz) = 8669ce97f8f35e3e7a32b052bf25243cb200fd02ec47b58c090ae940d2bdcde2 -SIZE (Starlink-AST-1.02.tar.gz) = 5371426 +SHA256 (Starlink-AST-1.04.tar.gz) = abc17661344cf202b478956089bdb3bfecd8d841624253326cedbc32f7e959a8 +SIZE (Starlink-AST-1.04.tar.gz) = 5553770 |