svn commit: r348272 - head/math/p5-Math-GSL
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 14 17:21:15 UTC 2014
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
More information about the svn-ports-all
mailing list