svn commit: r394483 - head/devel/p5-XS-Object-Magic
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 17 13:05:19 UTC 2015
Author: sunpoet
Date: Mon Aug 17 13:05:18 2015
New Revision: 394483
URL: https://svnweb.freebsd.org/changeset/ports/394483
Log:
- Strip shared library
- Bump PORTREVISION for package change
Modified:
head/devel/p5-XS-Object-Magic/Makefile
Modified: head/devel/p5-XS-Object-Magic/Makefile
==============================================================================
--- head/devel/p5-XS-Object-Magic/Makefile Mon Aug 17 13:05:14 2015 (r394482)
+++ head/devel/p5-XS-Object-Magic/Makefile Mon Aug 17 13:05:18 2015 (r394483)
@@ -3,7 +3,7 @@
PORTNAME= XS-Object-Magic
PORTVERSION= 0.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FLORA
@@ -24,4 +24,7 @@ USES= perl5
TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
.endif
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XS/Object/Magic/Magic.so
+
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list