svn commit: r451686 - head/astro/p5-Astro-FITS-CFITSIO

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 10 11:20:35 UTC 2017


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 at 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


More information about the svn-ports-all mailing list