Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 23:00:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201501242300.t0ON0E9o050955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501242300.t0ON0E9o050955>