svn commit: r394489 - head/net/p5-MaxMind-DB-Writer

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


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>


More information about the svn-ports-all mailing list