svn commit: r404845 - head/textproc/p5-Lingua-Identify-CLD

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 30 12:13:56 UTC 2015


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


More information about the svn-ports-head mailing list