svn commit: r394466 - head/databases/p5-Search-Xapian
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 17 13:03:59 UTC 2015
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>
More information about the svn-ports-all
mailing list