svn commit: r394471 - head/devel/p5-DateTime-Astro
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 17 13:04:22 UTC 2015
Author: sunpoet
Date: Mon Aug 17 13:04:21 2015
New Revision: 394471
URL: https://svnweb.freebsd.org/changeset/ports/394471
Log:
- Strip shared library
- Bump PORTREVISION for package change
Modified:
head/devel/p5-DateTime-Astro/Makefile
Modified: head/devel/p5-DateTime-Astro/Makefile
==============================================================================
--- head/devel/p5-DateTime-Astro/Makefile Mon Aug 17 13:04:17 2015 (r394470)
+++ head/devel/p5-DateTime-Astro/Makefile Mon Aug 17 13:04:21 2015 (r394471)
@@ -3,7 +3,7 @@
PORTNAME= DateTime-Astro
PORTVERSION= 1.00
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DMAKI
@@ -24,4 +24,7 @@ USES= gmake perl5
post-configure:
@${REINPLACE_CMD} -e '/^INC = / s|$$| -I${LOCALBASE}/include|' ${WRKSRC}/Makefile
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DateTime/Astro/Astro.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list