Ticket #10160: Portfile.diff

File Portfile.diff, 1.5 KB (added by vincent-opdarw@…, 18 years ago)

Update to pari 2.3.0

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/pari/Portfile,v
    retrieving revision 1.5
    diff -d -u -r1.5 Portfile
     
    1 # $Id: Portfile,v 1.5 2006/01/29 02:58:50 gwright Exp $
     1# $Id: Portfile 13333 2006-07-30 18:11:16Z lefevre $
    22
    33PortSystem 1.0
    44name            pari
    5 version         2.2.12
     5version         2.3.0
    66categories      math
    77maintainers     mvitocruz@gmail.com
    88description     PARI/GP computer algebra system
     
    1010                for fast  computations in number theory (factorizations,   \
    1111                algebraic number theory,  elliptic curves...)
    1212homepage        http://pari.math.u-bordeaux.fr/
    13 master_sites    ${homepage}/pub/pari/unstable/
    14 checksums       md5 cd03122b04e6c7d4a198a8c23fe3eaa6
    15 distname        ${name}-${version}.beta
    16 depends_build   bin:tex:teTeX
    17 configure.args  --mandir=${prefix}/share/man
    18 configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include C_INCLUDE_PATH=${prefix}/include
     13master_sites    ${homepage}/pub/pari/unix/
     14checksums       md5 ea685da18e015a4365965e82e6e2a2dd \
     15                sha1 73a0b2cb02d38d81b9b14d7edb1a4ec8e59fa9b4
     16depends_build   bin:tex:teTeX port:readline
     17configure.args  --mandir=${prefix}/share/man --with-readline
     18configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include C_INCLUDE_PATH=${prefix}/include LIBRARY_PATH=${prefix}/lib
    1919pre-configure   { file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure }