svn commit: r364427 - head/astro/p5-Starlink-AST
Kurt Jaeger
pi at FreeBSD.org
Sat Aug 9 11:43:17 UTC 2014
Author: pi
Date: Sat Aug 9 11:43:16 2014
New Revision: 364427
URL: http://svnweb.freebsd.org/changeset/ports/364427
QAT: https://qat.redports.org/buildarchive/r364427/
Log:
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
Modified:
head/astro/p5-Starlink-AST/Makefile
head/astro/p5-Starlink-AST/distinfo
Modified: head/astro/p5-Starlink-AST/Makefile
==============================================================================
--- head/astro/p5-Starlink-AST/Makefile Sat Aug 9 11:05:20 2014 (r364426)
+++ head/astro/p5-Starlink-AST/Makefile Sat Aug 9 11:43:16 2014 (r364427)
@@ -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 at 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>
Modified: head/astro/p5-Starlink-AST/distinfo
==============================================================================
--- head/astro/p5-Starlink-AST/distinfo Sat Aug 9 11:05:20 2014 (r364426)
+++ head/astro/p5-Starlink-AST/distinfo Sat Aug 9 11:43:16 2014 (r364427)
@@ -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
More information about the svn-ports-all
mailing list