Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2015 03:56:37 +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: r395584 - head/devel/p5-Moose
Message-ID:  <201508300356.t7U3ubGU003895@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 30 03:56:36 2015
New Revision: 395584
URL: https://svnweb.freebsd.org/changeset/ports/395584

Log:
  - Update *_DEPENDS
  - Reword COMMENT
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-Moose/Makefile

Modified: head/devel/p5-Moose/Makefile
==============================================================================
--- head/devel/p5-Moose/Makefile	Sun Aug 30 03:56:31 2015	(r395583)
+++ head/devel/p5-Moose/Makefile	Sun Aug 30 03:56:36 2015	(r395584)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Moose
 PORTVERSION=	2.1603
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
@@ -15,12 +16,12 @@ COMMENT=	Complete modern object system f
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-# Do not add devel/p5-Data-Visitor to TEST_DEPENDS to avoid cyclic dependency in tinderbox
+# Do not add p5-Data-Visitor to TEST_DEPENDS to avoid cyclic dependency
 BUILD_DEPENDS=	p5-Class-Load>=0.09:${PORTSDIR}/devel/p5-Class-Load \
 		p5-Class-Load-XS>=0.01:${PORTSDIR}/devel/p5-Class-Load-XS \
 		p5-Data-OptList>=0.107:${PORTSDIR}/devel/p5-Data-OptList \
 		p5-Devel-GlobalDestruction>=0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \
-		p5-Devel-OverloadInfo>=0.002:${PORTSDIR}/devel/p5-Devel-OverloadInfo \
+		p5-Devel-OverloadInfo>=0.004:${PORTSDIR}/devel/p5-Devel-OverloadInfo \
 		p5-Devel-StackTrace>=1.33:${PORTSDIR}/devel/p5-Devel-StackTrace \
 		p5-Eval-Closure>=0.04:${PORTSDIR}/devel/p5-Eval-Closure \
 		p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils \
@@ -74,4 +75,7 @@ BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.
 RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.35:${PORTSDIR}/lang/p5-Scalar-List-Utils
 .endif
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Moose/Moose.so
+
 .include <bsd.port.post.mk>



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