Date: Thu, 4 Aug 2016 14:49:06 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419620 - head/www/p5-Catalyst-Controller-SOAP Message-ID: <201608041449.u74En656067603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 4 14:49:06 2016 New Revision: 419620 URL: https://svnweb.freebsd.org/changeset/ports/419620 Log: www/p5-Catalyst-Controller-SOAP: Remove extra specification on p5-MRO-Compat The p5-MRO-Compat package was specified twice: once for (unnecessary) MRO compatibility and once for p5-Moose. That makes 7 unique dependency specifications, but only 6 depenencies are registered. Remove one of the redundant p5-MRO-Compat dependencies. Approved by: infrastructure blanket (removal of redundant deps) Modified: head/www/p5-Catalyst-Controller-SOAP/Makefile Modified: head/www/p5-Catalyst-Controller-SOAP/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-SOAP/Makefile Thu Aug 4 14:41:32 2016 (r419619) +++ head/www/p5-Catalyst-Controller-SOAP/Makefile Thu Aug 4 14:49:06 2016 (r419620) @@ -14,7 +14,6 @@ LICENSE= ARTPERL10 BUILD_DEPENDS= \ p5-Catalyst-Runtime>=5.90017:www/p5-Catalyst-Runtime \ - p5-MRO-Compat>=0:devel/p5-MRO-Compat \ p5-Moose>=0.9:devel/p5-MRO-Compat \ p5-XML-Compile-SOAP>=2.35:net/p5-XML-Compile-SOAP \ p5-XML-Compile-WSDL11>=0:net/p5-XML-Compile-WSDL11 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041449.u74En656067603>