svn commit: r402117 - head/devel/p5-Event

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 21 02:09:49 UTC 2015


Author: sunpoet
Date: Sat Nov 21 02:09:48 2015
New Revision: 402117
URL: https://svnweb.freebsd.org/changeset/ports/402117

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

Modified:
  head/devel/p5-Event/Makefile

Modified: head/devel/p5-Event/Makefile
==============================================================================
--- head/devel/p5-Event/Makefile	Sat Nov 21 02:09:32 2015	(r402116)
+++ head/devel/p5-Event/Makefile	Sat Nov 21 02:09:48 2015	(r402117)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Event
 PORTVERSION=	1.24
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,4 +17,7 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Event/Event.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list