From owner-svn-ports-head@FreeBSD.ORG Sat Jan 24 23:00:15 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 213D0C80; Sat, 24 Jan 2015 23:00:15 +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 0CC05D27; Sat, 24 Jan 2015 23:00:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0ON0Ego050956; Sat, 24 Jan 2015 23:00:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0ON0E9o050955; Sat, 24 Jan 2015 23:00:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501242300.t0ON0E9o050955@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 24 Jan 2015 23:00:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377837 - head/textproc/p5-XML-Feed-Deduper 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: Sat, 24 Jan 2015 23:00:15 -0000 Author: antoine Date: Sat Jan 24 23:00:14 2015 New Revision: 377837 URL: https://svnweb.freebsd.org/changeset/ports/377837 QAT: https://qat.redports.org/buildarchive/r377837/ Log: Make the DEPENDS more consistent Modified: head/textproc/p5-XML-Feed-Deduper/Makefile Modified: head/textproc/p5-XML-Feed-Deduper/Makefile ============================================================================== --- head/textproc/p5-XML-Feed-Deduper/Makefile Sat Jan 24 22:52:51 2015 (r377836) +++ head/textproc/p5-XML-Feed-Deduper/Makefile Sat Jan 24 23:00:14 2015 (r377837) @@ -14,9 +14,9 @@ COMMENT= Remove duplicated entries from LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Mouse>=1.08:${PORTSDIR}/devel/p5-Any-Moose \ +BUILD_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \ p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed -RUN_DEPENDS= p5-Mouse>=1.08:${PORTSDIR}/devel/p5-Any-Moose \ +RUN_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \ p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed USES= perl5