svn commit: r450012 - head/net-im/p5-AnyEvent-XMPP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 17 18:00:10 UTC 2017


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


More information about the svn-ports-all mailing list