Date: Mon, 17 Aug 2015 13:05:46 +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: r394489 - head/net/p5-MaxMind-DB-Writer Message-ID: <201508171305.t7HD5kcH098818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 17 13:05:45 2015 New Revision: 394489 URL: https://svnweb.freebsd.org/changeset/ports/394489 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/net/p5-MaxMind-DB-Writer/Makefile Modified: head/net/p5-MaxMind-DB-Writer/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Writer/Makefile Mon Aug 17 13:05:41 2015 (r394488) +++ head/net/p5-MaxMind-DB-Writer/Makefile Mon Aug 17 13:05:45 2015 (r394489) @@ -3,6 +3,7 @@ PORTNAME= MaxMind-DB-Writer PORTVERSION= 0.100004 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND @@ -40,4 +41,7 @@ TEST_DEPENDS= p5-Data-Printer>=0:${PORTS USE_PERL5= modbuild USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MaxMind/DB/Writer/Tree/Tree.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508171305.t7HD5kcH098818>