From owner-svn-ports-all@freebsd.org Thu Jan 26 19:26:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C05FBCC365F; Thu, 26 Jan 2017 19:26:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8D465DBE; Thu, 26 Jan 2017 19:26:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0QJQumK064045; Thu, 26 Jan 2017 19:26:56 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0QJQuVv064044; Thu, 26 Jan 2017 19:26:56 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201701261926.v0QJQuVv064044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 26 Jan 2017 19:26:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432532 - head/math/p5-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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2017 19:26:57 -0000 Author: marino Date: Thu Jan 26 19:26:56 2017 New Revision: 432532 URL: https://svnweb.freebsd.org/changeset/ports/432532 Log: math/p5-Math-Pari: Fix fetch on older Pari source Approved by: Just-fix-it Modified: head/math/p5-Math-Pari/Makefile Modified: head/math/p5-Math-Pari/Makefile ============================================================================== --- head/math/p5-Math-Pari/Makefile Thu Jan 26 18:48:47 2017 (r432531) +++ head/math/p5-Math-Pari/Makefile Thu Jan 26 19:26:56 2017 (r432532) @@ -5,7 +5,7 @@ PORTNAME= Math-Pari PORTVERSION= 2.01080900 CATEGORIES= math perl5 MASTER_SITES= CPAN \ - http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/:pari \ + http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/2.3/:pari \ http://mirrors.rit.edu/zi/:pari PKGNAMEPREFIX= p5- DISTFILES= ${DISTNAME}.zip \