From owner-svn-ports-head@FreeBSD.ORG Thu Jul 31 19:15:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1D7740C; Thu, 31 Jul 2014 19:15:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F7F52A7E; Thu, 31 Jul 2014 19:15:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VJFkeR060435; Thu, 31 Jul 2014 19:15:46 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VJFkUP060434; Thu, 31 Jul 2014 19:15:46 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201407311915.s6VJFkUP060434@svn.freebsd.org> From: Ryan Steinmetz Date: Thu, 31 Jul 2014 19:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363669 - head/math/pari X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 19:15:46 -0000 Author: zi Date: Thu Jul 31 19:15:45 2014 New Revision: 363669 URL: http://svnweb.freebsd.org/changeset/ports/363669 QAT: https://qat.redports.org/buildarchive/r363669/ Log: - Add additional mirror to fix fetch Modified: head/math/pari/Makefile Modified: head/math/pari/Makefile ============================================================================== --- head/math/pari/Makefile Thu Jul 31 18:57:08 2014 (r363668) +++ head/math/pari/Makefile Thu Jul 31 19:15:45 2014 (r363669) @@ -5,7 +5,8 @@ PORTNAME= pari PORTVERSION= 2.3.5 PORTEPOCH= 2 CATEGORIES= math -MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/ +MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/ \ + http://mirrors.rit.edu/zi/ MAINTAINER= bf@FreeBSD.org COMMENT= Mathematics library and advanced calculator package