Date: Sat, 22 Feb 2020 15:58:31 +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: r526814 - head/devel/p5-POE-Component-Syndicator Message-ID: <202002221558.01MFwVpI057554@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 22 15:58:30 2020 New Revision: 526814 URL: https://svnweb.freebsd.org/changeset/ports/526814 Log: Remove Perl core module - Sort *_DEPENDS - Add NO_ARCH - Bump PORTREVISION for dependency change Modified: head/devel/p5-POE-Component-Syndicator/Makefile Modified: head/devel/p5-POE-Component-Syndicator/Makefile ============================================================================== --- head/devel/p5-POE-Component-Syndicator/Makefile Sat Feb 22 15:58:25 2020 (r526813) +++ head/devel/p5-POE-Component-Syndicator/Makefile Sat Feb 22 15:58:30 2020 (r526814) @@ -3,7 +3,7 @@ PORTNAME= POE-Component-Syndicator PORTVERSION= 0.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HINRIK @@ -16,11 +16,12 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-POE>=1.311:devel/p5-POE \ - p5-Object-Pluggable>=1.29:devel/p5-Object-Pluggable \ - p5-Test-Simple>=0:devel/p5-Test-Simple +RUN_DEPENDS= p5-Object-Pluggable>=1.29:devel/p5-Object-Pluggable \ + p5-POE>=1.311:devel/p5-POE USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002221558.01MFwVpI057554>