Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 13:03:58 +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: r394466 - head/databases/p5-Search-Xapian
Message-ID:  <201508171303.t7HD3w5v096236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Aug 17 13:03:58 2015
New Revision: 394466
URL: https://svnweb.freebsd.org/changeset/ports/394466

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

Modified:
  head/databases/p5-Search-Xapian/Makefile

Modified: head/databases/p5-Search-Xapian/Makefile
==============================================================================
--- head/databases/p5-Search-Xapian/Makefile	Mon Aug 17 13:03:53 2015	(r394465)
+++ head/databases/p5-Search-Xapian/Makefile	Mon Aug 17 13:03:58 2015	(r394466)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Search-Xapian
 PORTVERSION=	1.2.21.0
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
 		LOCAL/sunpoet \
@@ -29,4 +30,7 @@ USES=		perl5
 post-patch:
 	@${REINPLACE_CMD} -e 's|^if (defined $$builddir) {|if (0) {|' ${WRKSRC}/Makefile.PL
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Search/Xapian/Xapian.so
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508171303.t7HD3w5v096236>