Date: Thu, 26 Jan 2017 19:26:56 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432532 - head/math/p5-Math-Pari Message-ID: <201701261926.v0QJQuVv064044@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701261926.v0QJQuVv064044>