From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 09:00:05 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9CCE97E0 for ; Thu, 3 Jan 2013 09:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 910597C7 for ; Thu, 3 Jan 2013 09:00:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r03905Wa019138 for ; Thu, 3 Jan 2013 09:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r03905gY019137; Thu, 3 Jan 2013 09:00:05 GMT (envelope-from gnats) Date: Thu, 3 Jan 2013 09:00:05 GMT Message-Id: <201301030900.r03905gY019137@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174629: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2013 09:00:05 -0000 The following reply was made to PR ports/174629; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174629: commit references a PR Date: Thu, 3 Jan 2013 08:59:26 +0000 (UTC) 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 (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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"