Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2014 06:29:59 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372762 - head/math/p5-Math-Int128
Message-ID:  <201411190629.sAJ6TxG7029319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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