From owner-svn-ports-head@FreeBSD.ORG Fri Feb 14 10:15:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F104480E; Fri, 14 Feb 2014 10:15:01 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBFF01679; Fri, 14 Feb 2014 10:15:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1EAF1FR071007; Fri, 14 Feb 2014 10:15:01 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1EAF1At071006; Fri, 14 Feb 2014 10:15:01 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402141015.s1EAF1At071006@svn.freebsd.org> From: Antoine Brodin Date: Fri, 14 Feb 2014 10:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344181 - head/www/p5-Amon2-Plugin-Web-MobileAgent 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.17 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, 14 Feb 2014 10:15:02 -0000 Author: antoine Date: Fri Feb 14 10:15:01 2014 New Revision: 344181 URL: http://svnweb.freebsd.org/changeset/ports/344181 QAT: https://qat.redports.org/buildarchive/r344181/ Log: Fix DEPENDS Reported by: pkg-fallout Modified: head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile Modified: head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile ============================================================================== --- head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile Fri Feb 14 10:12:51 2014 (r344180) +++ head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile Fri Feb 14 10:15:01 2014 (r344181) @@ -14,7 +14,7 @@ RUN_DEPENDS= \ ja-p5-Encode-JP-Mobile>=0.29:${PORTSDIR}/japanese/p5-Encode-JP-Mobile \ p5-HTTP-MobileAgent>0:${PORTSDIR}/www/p5-HTTP-MobileAgent \ p5-HTTP-MobileAgent-Plugin-Charset>0:${PORTSDIR}/www/p5-HTTP-MobileAgent-Plugin-Charset \ - p5-Lingua-JA-Regular-Unicode>0:${PORTSDIR}/japanese/p5-Lingua-JA-Regular-Unicode + ja-p5-Lingua-JA-Regular-Unicode>0:${PORTSDIR}/japanese/p5-Lingua-JA-Regular-Unicode BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \