svn commit: r430959 - head/databases/p5-DBI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 9 14:42:04 UTC 2017


Author: sunpoet
Date: Mon Jan  9 14:42:02 2017
New Revision: 430959
URL: https://svnweb.freebsd.org/changeset/ports/430959

Log:
  Strip shared library
  
  - Bump PORTREVISION for package change

Modified:
  head/databases/p5-DBI/Makefile

Modified: head/databases/p5-DBI/Makefile
==============================================================================
--- head/databases/p5-DBI/Makefile	Mon Jan  9 14:41:58 2017	(r430958)
+++ head/databases/p5-DBI/Makefile	Mon Jan  9 14:42:02 2017	(r430959)
@@ -3,6 +3,7 @@
 
 PORTNAME=	DBI
 PORTVERSION=	1.636
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -26,4 +27,7 @@ SHEBANG_FILES=	dbixs_rev.pl
 PROXY_BUILD_DEPENDS=	p5-PlRPC>=0.2001:net/p5-PlRPC
 PROXY_RUN_DEPENDS=	p5-PlRPC>=0.2001:net/p5-PlRPC
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBI/DBI.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list