Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 17:21:15 +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: r348272 - head/math/p5-Math-GSL
Message-ID:  <201403141721.s2EHLFkF095877@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar 14 17:21:14 2014
New Revision: 348272
URL: http://svnweb.freebsd.org/changeset/ports/348272
QAT: https://qat.redports.org/buildarchive/r348272/

Log:
  - Sort TEST_DEPENDS

Modified:
  head/math/p5-Math-GSL/Makefile

Modified: head/math/p5-Math-GSL/Makefile
==============================================================================
--- head/math/p5-Math-GSL/Makefile	Fri Mar 14 17:16:37 2014	(r348271)
+++ head/math/p5-Math-GSL/Makefile	Fri Mar 14 17:21:14 2014	(r348272)
@@ -16,8 +16,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
 LIB_DEPENDS=	libgsl.so:${PORTSDIR}/math/gsl
 TEST_DEPENDS=	p5-Test-Class>=0.12:${PORTSDIR}/devel/p5-Test-Class \
-		p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most \
-		p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception
+		p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
+		p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most
 
 USE_PERL5=	modbuild
 USES=		perl5



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