From owner-svn-ports-head@freebsd.org Wed Dec 13 21:09:30 2017 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 A6A2FE8736B; Wed, 13 Dec 2017 21:09:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6D4B96400E; Wed, 13 Dec 2017 21:09:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBDL9TEW074589; Wed, 13 Dec 2017 21:09:29 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBDL9TSq074588; Wed, 13 Dec 2017 21:09:29 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201712132109.vBDL9TSq074588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 13 Dec 2017 21:09:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456264 - head/www/p5-AnyEvent-WebSocket-Client X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/www/p5-AnyEvent-WebSocket-Client X-SVN-Commit-Revision: 456264 X-SVN-Commit-Repository: ports 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.25 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: Wed, 13 Dec 2017 21:09:30 -0000 Author: feld Date: Wed Dec 13 21:09:29 2017 New Revision: 456264 URL: https://svnweb.freebsd.org/changeset/ports/456264 Log: www/p5-AnyEvent-WebSocket-Client: Add missing dependencies Modified: head/www/p5-AnyEvent-WebSocket-Client/Makefile Modified: head/www/p5-AnyEvent-WebSocket-Client/Makefile ============================================================================== --- head/www/p5-AnyEvent-WebSocket-Client/Makefile Wed Dec 13 20:51:35 2017 (r456263) +++ head/www/p5-AnyEvent-WebSocket-Client/Makefile Wed Dec 13 21:09:29 2017 (r456264) @@ -3,6 +3,7 @@ PORTNAME= AnyEvent-WebSocket-Client PORTVERSION= 0.43 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PLICEASE @@ -14,7 +15,12 @@ COMMENT= WebSocket client for AnyEvent LICENSE= ART10 BUILD_DEPENDS= p5-AnyEvent>0:devel/p5-AnyEvent -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} \ + p5-Moo>0:devel/p5-Moo \ + p5-PerlX-Maybe>0:devel/p5-PerlX-Maybe \ + p5-Protocol-WebSocket>0:www/p5-Protocol-WebSocket \ + p5-URI>0:net/p5-URI \ + p5-URI-ws>0:net/p5-URI-ws NO_ARCH= yes USES= perl5