Date: Sat, 13 Jun 2015 13:57:00 +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: r389429 - head/devel/p5-Devel-Events Message-ID: <201506131357.t5DDv0I3057867@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 13 13:56:59 2015 New Revision: 389429 URL: https://svnweb.freebsd.org/changeset/ports/389429 Log: - Add LICENSE - Fix and update *_DEPENDS: - Time::HiRes is already in all supported Perl releases - Add missing Try::Tiny - Sort TEST_DEPENDS - Add NO_ARCH - Bump PORTREVISION for dependency - Pass maintainership to perl@ Modified: head/devel/p5-Devel-Events/Makefile Modified: head/devel/p5-Devel-Events/Makefile ============================================================================== --- head/devel/p5-Devel-Events/Makefile Sat Jun 13 13:56:55 2015 (r389428) +++ head/devel/p5-Devel-Events/Makefile Sat Jun 13 13:56:59 2015 (r389429) @@ -3,22 +3,26 @@ PORTNAME= Devel-Events PORTVERSION= 0.08 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module providing an extensible instrumentation framework -BUILD_DEPENDS= p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-AttributeHelpers>=0.13:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ - p5-Set-Object>=1.19:${PORTSDIR}/devel/p5-Set-Object \ - p5-Time-HiRes>=0.01:${PORTSDIR}/devel/p5-Time-HiRes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Moose>=0.33:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-AttributeHelpers>=0.03:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ + p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ - p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel +TEST_DEPENDS= p5-Sub-Uplevel>=0:${PORTSDIR}/devel/p5-Sub-Uplevel \ + p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok +NO_ARCH= yes USES= perl5 USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131357.t5DDv0I3057867>