Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2017 18:00:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450012 - head/net-im/p5-AnyEvent-XMPP
Message-ID:  <201709171800.v8HI098R076070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 17 18:00:08 2017
New Revision: 450012
URL: https://svnweb.freebsd.org/changeset/ports/450012

Log:
  Sort *_DEPENDS

Modified:
  head/net-im/p5-AnyEvent-XMPP/Makefile

Modified: head/net-im/p5-AnyEvent-XMPP/Makefile
==============================================================================
--- head/net-im/p5-AnyEvent-XMPP/Makefile	Sun Sep 17 18:00:04 2017	(r450011)
+++ head/net-im/p5-AnyEvent-XMPP/Makefile	Sun Sep 17 18:00:08 2017	(r450012)
@@ -15,12 +15,12 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-AnyEvent>=0:devel/p5-AnyEvent \
-		p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \
 		p5-Authen-SASL>=0:security/p5-Authen-SASL \
 		p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
+		p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \
+		p5-Object-Event>=0.7:devel/p5-Object-Event \
 		p5-XML-Parser>=0:textproc/p5-XML-Parser \
-		p5-XML-Writer>=0:textproc/p5-XML-Writer \
-		p5-Object-Event>=0.7:devel/p5-Object-Event
+		p5-XML-Writer>=0:textproc/p5-XML-Writer
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes



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