Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 07:20:22 +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: r543120 - head/databases/p5-SQL-Abstract
Message-ID:  <202007240720.06O7KM3O061425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 24 07:20:21 2020
New Revision: 543120
URL: https://svnweb.freebsd.org/changeset/ports/543120

Log:
  Sort *_DEPENDS

Modified:
  head/databases/p5-SQL-Abstract/Makefile

Modified: head/databases/p5-SQL-Abstract/Makefile
==============================================================================
--- head/databases/p5-SQL-Abstract/Makefile	Fri Jul 24 07:20:17 2020	(r543119)
+++ head/databases/p5-SQL-Abstract/Makefile	Fri Jul 24 07:20:21 2020	(r543120)
@@ -16,16 +16,17 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge \
-		p5-Moo>=2.000001:devel/p5-Moo \
 		p5-MRO-Compat>=0.12:devel/p5-MRO-Compat \
+		p5-Moo>=2.000001:devel/p5-Moo \
 		p5-Sub-Quote>=2.000001:devel/p5-Sub-Quote \
 		p5-Test-Deep>=0.101:devel/p5-Test-Deep
 TEST_DEPENDS=	p5-DBIx-Class>=0:databases/p5-DBIx-Class \
 		p5-Test-Exception>=0.31:devel/p5-Test-Exception \
 		p5-Test-Warn>=0:devel/p5-Test-Warn
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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