From owner-svn-ports-head@freebsd.org Sat Jan 21 18:46:05 2017 Return-Path: Delivered-To: svn-ports-head@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 3C7DCCBB3E5; Sat, 21 Jan 2017 18:46:05 +0000 (UTC) (envelope-from riggs@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 172ED1F08; Sat, 21 Jan 2017 18:46:05 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0LIk4YU076615; Sat, 21 Jan 2017 18:46:04 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0LIk3oP076612; Sat, 21 Jan 2017 18:46:03 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201701211846.v0LIk3oP076612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 21 Jan 2017 18:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432070 - in head/math/pari: . files 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.23 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: Sat, 21 Jan 2017 18:46:05 -0000 Author: riggs Date: Sat Jan 21 18:46:03 2017 New Revision: 432070 URL: https://svnweb.freebsd.org/changeset/ports/432070 Log: Update to upstream version 2.9.0; new maintainer yuri@rawbw.com PR: 201381 Submitted by: yuri@rawbw.com (maintainer) Reviewed by: pi, riggs Deleted: head/math/pari/files/ Modified: head/math/pari/Makefile head/math/pari/distinfo head/math/pari/pkg-plist Modified: head/math/pari/Makefile ============================================================================== --- head/math/pari/Makefile Sat Jan 21 18:35:01 2017 (r432069) +++ head/math/pari/Makefile Sat Jan 21 18:46:03 2017 (r432070) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= pari -PORTVERSION= 2.3.5 +PORTVERSION= 2.9.0 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/ \ http://mirrors.rit.edu/zi/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@rawbw.com COMMENT= Mathematics library and advanced calculator package LICENSE= GPLv2 @@ -30,7 +30,7 @@ USE_LDCONFIG= yes USE_PERL5= build USES= perl5 -OPTIONS_DEFINE= OPTIMIZED_CFLAGS X11 +OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS X11 OPTIONS_DEFAULT= OPTIMIZED_CFLAGS X11 .ifndef WITH_DEBUG OPTIMIZED_CFLAGS_CFLAGS= -O3 -fno-strict-aliasing -fomit-frame-pointer @@ -47,12 +47,12 @@ PORTEXAMPLES= * GP_VERSION= ${PORTVERSION:R} post-patch: - @${REINPLACE_CMD} -E '/^list=/s/(ld|ranlib|perl|emacs)//g' \ + ${REINPLACE_CMD} -E '/^list=/s/(ld|ranlib|perl|emacs)//g' \ ${WRKSRC}/Configure - @${REINPLACE_CMD} -e '/^CFLAGS=/s/\$$cflags//' \ + ${REINPLACE_CMD} -e '/^CFLAGS=/s/\$$cflags//' \ ${WRKSRC}/config/get_cc -post-build: - @${STRIP_CMD} ${WRKSRC}/*/libpari-gmp.so.* +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpari-gmp.so.* .include Modified: head/math/pari/distinfo ============================================================================== --- head/math/pari/distinfo Sat Jan 21 18:35:01 2017 (r432069) +++ head/math/pari/distinfo Sat Jan 21 18:46:03 2017 (r432070) @@ -1,2 +1,3 @@ -SHA256 (pari-2.3.5.tar.gz) = 47ddae1af73b4476660d2a89338483949067a97ffb8758c82e8189dfa4c89d88 -SIZE (pari-2.3.5.tar.gz) = 2018097 +TIMESTAMP = 1479059053 +SHA256 (pari-2.9.0.tar.gz) = 4aa4f737ad41e856001b13194fab281d07ef030dfd5d0a890dc73fb9b3fd9266 +SIZE (pari-2.9.0.tar.gz) = 3833906 Modified: head/math/pari/pkg-plist ============================================================================== --- head/math/pari/pkg-plist Sat Jan 21 18:35:01 2017 (r432069) +++ head/math/pari/pkg-plist Sat Jan 21 18:46:03 2017 (r432070) @@ -2,6 +2,7 @@ bin/gp bin/gp-%%GP_VERSION%% bin/gphelp bin/tex2mail +include/pari/mpinl.h include/pari/genpari.h include/pari/pari.h include/pari/paricast.h @@ -11,19 +12,18 @@ include/pari/paridecl.h include/pari/parierr.h include/pari/parigen.h include/pari/pariinl.h +include/pari/parimt.h include/pari/parinf.h include/pari/pariold.h include/pari/paripriv.h include/pari/paristio.h include/pari/parisys.h include/pari/paritune.h -include/pari/pariport.h -include/pari/paritype.h lib/libpari-gmp.so.%%PORTVERSION%% -lib/libpari-gmp.so.2 +lib/libpari-gmp.so.5 lib/libpari.so lib/pari/pari.cfg -man/man1/gp-2.3.1.gz +man/man1/gp-%%GP_VERSION%%.1.gz man/man1/gp.1.gz man/man1/gphelp.1.gz man/man1/pari.1.gz