Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2015 02:09:48 +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: r402117 - head/devel/p5-Event
Message-ID:  <201511210209.tAL29mBa009740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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