Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 12:13:55 +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: r404845 - head/textproc/p5-Lingua-Identify-CLD
Message-ID:  <201512301213.tBUCDtSl058665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec 30 12:13:55 2015
New Revision: 404845
URL: https://svnweb.freebsd.org/changeset/ports/404845

Log:
  - Strip shared library
  - Bump PORTREVISION for package change
  
  PR:		205715
  Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)

Modified:
  head/textproc/p5-Lingua-Identify-CLD/Makefile

Modified: head/textproc/p5-Lingua-Identify-CLD/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Identify-CLD/Makefile	Wed Dec 30 12:13:50 2015	(r404844)
+++ head/textproc/p5-Lingua-Identify-CLD/Makefile	Wed Dec 30 12:13:55 2015	(r404845)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Lingua-Identify-CLD
 PORTVERSION=	0.09
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -22,4 +23,7 @@ RUN_DEPENDS=	p5-XSLoader>=0:${PORTSDIR}/
 USES=		perl5
 USE_PERL5=	modbuild
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lingua/Identify/CLD/CLD.so
+
 .include <bsd.port.mk>



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