svn commit: r394462 - head/astro/p5-Astro-PAL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 17 13:03:42 UTC 2015


Author: sunpoet
Date: Mon Aug 17 13:03:41 2015
New Revision: 394462
URL: https://svnweb.freebsd.org/changeset/ports/394462

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/astro/p5-Astro-PAL/Makefile

Modified: head/astro/p5-Astro-PAL/Makefile
==============================================================================
--- head/astro/p5-Astro-PAL/Makefile	Mon Aug 17 12:53:50 2015	(r394461)
+++ head/astro/p5-Astro-PAL/Makefile	Mon Aug 17 13:03:41 2015	(r394462)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Astro-PAL
 PORTVERSION=	1.07
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,4 +18,7 @@ TEST_DEPENDS=	p5-Test-Number-Delta>=1:${
 USE_PERL5=	modbuild
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Astro/PAL/PAL.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list