svn commit: r372762 - head/math/p5-Math-Int128

Kurt Jaeger pi at FreeBSD.org
Wed Nov 19 06:29:59 UTC 2014


Author: pi
Date: Wed Nov 19 06:29:58 2014
New Revision: 372762
URL: https://svnweb.freebsd.org/changeset/ports/372762
QAT: https://qat.redports.org/buildarchive/r372762/

Log:
  math/p5-Math-Int128: fix _DEPENDS
  
  PR:		194736

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

Modified: head/math/p5-Math-Int128/Makefile
==============================================================================
--- head/math/p5-Math-Int128/Makefile	Wed Nov 19 06:28:05 2014	(r372761)
+++ head/math/p5-Math-Int128/Makefile	Wed Nov 19 06:29:58 2014	(r372762)
@@ -12,8 +12,8 @@ COMMENT=	Manipulate 128 bits integers in
 
 LICENSE=	ART10
 
-BUILD_DEPENDS=	p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64
-RUN_DEPENDS=	p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64
+BUILD_DEPENDS=	p5-Math-Int64>=0.34:${PORTSDIR}/math/p5-Math-Int64
+RUN_DEPENDS=	p5-Math-Int64>=0.34:${PORTSDIR}/math/p5-Math-Int64
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list