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

Philippe Audeoud jadawin at FreeBSD.org
Thu Jan 3 08:59:15 UTC 2013


Author: jadawin
Date: Thu Jan  3 08:59:14 2013
New Revision: 309857
URL: http://svnweb.freebsd.org/changeset/ports/309857

Log:
  - USE_GCC set to 4.6+
  - Bump PORTREVISION
  
  PR:		ports/174629
  Submitted by:	Kurt Jaeger <fbsd-ports at opsec.eu> (maintainer)

Modified:
  head/math/p5-Math-Int128/Makefile   (contents, props changed)

Modified: head/math/p5-Math-Int128/Makefile
==============================================================================
--- head/math/p5-Math-Int128/Makefile	Thu Jan  3 07:52:07 2013	(r309856)
+++ head/math/p5-Math-Int128/Makefile	Thu Jan  3 08:59:14 2013	(r309857)
@@ -4,6 +4,7 @@
 
 PORTNAME=	Math-Int128
 PORTVERSION=	0.07
+PORTREVISION=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,7 +19,7 @@ RUN_DEPENDS=    p5-Math-Int64>=0.28:${PO
 
 PERL_CONFIGURE=	yes
 
-USE_GCC=	4.4+
+USE_GCC=	4.6+
 
 MAN3=		Math::Int128.3 \
 		Math::Int128::die_on_overflow.3


More information about the svn-ports-all mailing list