Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2017 16:44:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438188 - head/www/p5-Catalyst-Controller-SOAP
Message-ID:  <201704101644.v3AGiPwk034172@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Apr 10 16:44:25 2017
New Revision: 438188
URL: https://svnweb.freebsd.org/changeset/ports/438188

Log:
  - Unbreak by specifying correct depends
  - While here, add NO_ARCH
  
  Submitted by:	lacey.leanne@gmail.com

Modified:
  head/www/p5-Catalyst-Controller-SOAP/Makefile

Modified: head/www/p5-Catalyst-Controller-SOAP/Makefile
==============================================================================
--- head/www/p5-Catalyst-Controller-SOAP/Makefile	Mon Apr 10 16:40:23 2017	(r438187)
+++ head/www/p5-Catalyst-Controller-SOAP/Makefile	Mon Apr 10 16:44:25 2017	(r438188)
@@ -12,19 +12,16 @@ COMMENT=	Catalyst SOAP Controller
 
 LICENSE=	ARTPERL10
 
-BUILD_DEPENDS=	\
-		p5-Catalyst-Runtime>=5.90017:www/p5-Catalyst-Runtime \
-		p5-Moose>=0.9:devel/p5-MRO-Compat \
+BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.90017:www/p5-Catalyst-Runtime \
+		p5-Moose>=0.9:devel/p5-Moose \
 		p5-XML-Compile-SOAP>=2.35:net/p5-XML-Compile-SOAP \
 		p5-XML-Compile-WSDL11>=0:net/p5-XML-Compile-WSDL11 \
-		p5-XML-LibXML>=0:textproc/p5-XML-LibXML
+		p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
+		p5-IO-stringy>=0:devel/p5-IO-stringy
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-BROKEN=		wrong DEPENDS
-DEPRECATED=	Marked BROKEN for more than 6 months
-EXPIRATION_DATE=	2017-06-08
-
 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?201704101644.v3AGiPwk034172>