Date: Tue, 10 Oct 2017 11:20:34 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451686 - head/astro/p5-Astro-FITS-CFITSIO Message-ID: <201710101120.v9ABKYCW039098@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Oct 10 11:20:34 2017 New Revision: 451686 URL: https://svnweb.freebsd.org/changeset/ports/451686 Log: Add LICENSE - Strip shared library - Bump PORTREVISION for package change - Sort PLIST Modified: head/astro/p5-Astro-FITS-CFITSIO/Makefile head/astro/p5-Astro-FITS-CFITSIO/pkg-plist Modified: head/astro/p5-Astro-FITS-CFITSIO/Makefile ============================================================================== --- head/astro/p5-Astro-FITS-CFITSIO/Makefile Tue Oct 10 11:20:29 2017 (r451685) +++ head/astro/p5-Astro-FITS-CFITSIO/Makefile Tue Oct 10 11:20:34 2017 (r451686) @@ -3,6 +3,7 @@ PORTNAME= Astro-FITS-CFITSIO PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,10 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for using the cfitsio library +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + LIB_DEPENDS= libcfitsio.so:astro/cfitsio CONFIGURE_ENV= CFITSIO=${LOCALBASE} USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Astro/FITS/CFITSIO/CFITSIO.so .include <bsd.port.mk> Modified: head/astro/p5-Astro-FITS-CFITSIO/pkg-plist ============================================================================== --- head/astro/p5-Astro-FITS-CFITSIO/pkg-plist Tue Oct 10 11:20:29 2017 (r451685) +++ head/astro/p5-Astro-FITS-CFITSIO/pkg-plist Tue Oct 10 11:20:34 2017 (r451686) @@ -1,4 +1,4 @@ %%SITE_ARCH%%/Astro/FITS/CFITSIO.pm -%%SITE_ARCH%%/auto/Astro/FITS/CFITSIO/autosplit.ix %%SITE_ARCH%%/auto/Astro/FITS/CFITSIO/CFITSIO.so +%%SITE_ARCH%%/auto/Astro/FITS/CFITSIO/autosplit.ix %%PERL5_MAN3%%/Astro::FITS::CFITSIO.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710101120.v9ABKYCW039098>