svn commit: r377837 - head/textproc/p5-XML-Feed-Deduper

Antoine Brodin antoine at FreeBSD.org
Sat Jan 24 23:00:15 UTC 2015


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


More information about the svn-ports-all mailing list