From owner-svn-ports-head@FreeBSD.ORG Fri Mar 13 17:33:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65836272; Fri, 13 Mar 2015 17:33:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 50D169CA; Fri, 13 Mar 2015 17:33:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2DHXLuZ008483; Fri, 13 Mar 2015 17:33:21 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2DHXL5v008482; Fri, 13 Mar 2015 17:33:21 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201503131733.t2DHXL5v008482@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 13 Mar 2015 17:33:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381222 - head/editors/p5-Vimana X-SVN-Group: ports-head 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.18-1 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: Fri, 13 Mar 2015 17:33:21 -0000 Author: adamw Date: Fri Mar 13 17:33:20 2015 New Revision: 381222 URL: https://svnweb.freebsd.org/changeset/ports/381222 QAT: https://qat.redports.org/buildarchive/r381222/ Log: Fix typos. Modified: head/editors/p5-Vimana/Makefile Modified: head/editors/p5-Vimana/Makefile ============================================================================== --- head/editors/p5-Vimana/Makefile Fri Mar 13 17:29:58 2015 (r381221) +++ head/editors/p5-Vimana/Makefile Fri Mar 13 17:33:20 2015 (r381222) @@ -25,10 +25,10 @@ RUN_DEPENDS= vim:${PORTSDIR}/editors/vim p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \ p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ - p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools + p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ - p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww \ + p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww USES= perl5 USE_PERL5= configure