most recent changes, diff for pari

Index: math/pari/Portfile
--- math/pari/Portfile (revision 33158)
+++ math/pari/Portfile (revision 33159)
@@ -4,6 +4,7 @@

name pari
version 2.3.3
+revision 1
categories math
platforms darwin
maintainers vincent-opdarw@vinc17.org
@@ -17,6 +18,7 @@
sha1 5304442a631fd87681112e5e7a8d071eeda3e192 \
rmd160 ad81a5332f42025b822d8906b7e04039f8d50187
depends_build path:${prefix}/bin/tex:texlive port:readline
+build.target gp docpdf

# PARI/GP doesn't use autoconf, and if only *FLAGS environment variables are
# used, libreadline is not found. One needs *PATH environment variables.
@@ -27,6 +29,17 @@
file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure
}

+post-destroot {
+ set docdir ${destroot}${prefix}/share/doc/${name}
+ file mkdir ${docdir}
+ xinstall -m 644 -v -W ${worksrcpath} \
+ AUTHORS CHANGES COPYING TODO ${docdir}
+ system "ln -s ../../${name}/doc ${docdir}/doc"
+ xinstall -m 644 -v -W ${worksrcpath}/doc \
+ develop.pdf libpari.pdf refcard.pdf tutorial.pdf users.pdf \
+ ${destroot}${prefix}/share/${name}/doc
+}
+
livecheck.check regex
livecheck.url ${master_sites}?M=D
livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)