svn commit: r394465 - head/databases/p5-BDB

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


Author: sunpoet
Date: Mon Aug 17 13:03:53 2015
New Revision: 394465
URL: https://svnweb.freebsd.org/changeset/ports/394465

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/databases/p5-BDB/Makefile

Modified: head/databases/p5-BDB/Makefile
==============================================================================
--- head/databases/p5-BDB/Makefile	Mon Aug 17 13:03:49 2015	(r394464)
+++ head/databases/p5-BDB/Makefile	Mon Aug 17 13:03:53 2015	(r394465)
@@ -3,7 +3,7 @@
 
 PORTNAME=	BDB
 PORTVERSION=	1.90
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MLEHMANN
@@ -30,4 +30,7 @@ USES=		perl5
 post-patch:
 	@${REINPLACE_CMD} -e '18 s|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/Makefile.PL
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BDB/BDB.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list