svn commit: r397292 - head/devel/rubygem-aws-sdk-v1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 18 18:00:54 UTC 2015


Author: sunpoet
Date: Fri Sep 18 18:00:53 2015
New Revision: 397292
URL: https://svnweb.freebsd.org/changeset/ports/397292

Log:
  - Sort RUN_DEPENDS

Modified:
  head/devel/rubygem-aws-sdk-v1/Makefile

Modified: head/devel/rubygem-aws-sdk-v1/Makefile
==============================================================================
--- head/devel/rubygem-aws-sdk-v1/Makefile	Fri Sep 18 18:00:39 2015	(r397291)
+++ head/devel/rubygem-aws-sdk-v1/Makefile	Fri Sep 18 18:00:53 2015	(r397292)
@@ -10,8 +10,8 @@ COMMENT=	AWS SDK for Ruby V1
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \
-		rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json
+RUN_DEPENDS=	rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json \
+		rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list