Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 18:34:35 +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: r404158 - head/archivers/p5-Compress-LZF
Message-ID:  <201512211834.tBLIYZsR058151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec 21 18:34:35 2015
New Revision: 404158
URL: https://svnweb.freebsd.org/changeset/ports/404158

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

Modified:
  head/archivers/p5-Compress-LZF/Makefile

Modified: head/archivers/p5-Compress-LZF/Makefile
==============================================================================
--- head/archivers/p5-Compress-LZF/Makefile	Mon Dec 21 18:34:30 2015	(r404157)
+++ head/archivers/p5-Compress-LZF/Makefile	Mon Dec 21 18:34:35 2015	(r404158)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Compress-LZF
 PORTVERSION=	3.70
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,4 +18,7 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZF/LZF.so
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512211834.tBLIYZsR058151>