From owner-svn-ports-head@freebsd.org Sun Aug 30 03:56:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EC009C4DF3; Sun, 30 Aug 2015 03:56:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F5C0DEC; Sun, 30 Aug 2015 03:56:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3ublb003896; Sun, 30 Aug 2015 03:56:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3ubGU003895; Sun, 30 Aug 2015 03:56:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300356.t7U3ubGU003895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395584 - head/devel/p5-Moose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:56:37 -0000 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