Revision: 87395 http://trac.macports.org/changeset/87395 Author: ryandesign@macports.org Date: 2011-11-19 02:58:42 -0800 (Sat, 19 Nov 2011) Log Message: ----------- gnuplot: update to 4.4.4 and make luaterm and pangocairo variants default; see #32133 Modified Paths: -------------- trunk/dports/math/gnuplot/Portfile Modified: trunk/dports/math/gnuplot/Portfile =================================================================== --- trunk/dports/math/gnuplot/Portfile 2011-11-19 09:30:23 UTC (rev 87394) +++ trunk/dports/math/gnuplot/Portfile 2011-11-19 10:58:42 UTC (rev 87395) @@ -5,7 +5,7 @@ PortGroup xcodeversion 1.0 name gnuplot -version 4.4.3 +version 4.4.4 categories math science # the license has some inconvenient requirements that we're not meeting # to be allowed to distribute binaries @@ -32,11 +32,11 @@ distfiles-append ${name}.pdf:manual extract.only ${distname}.tar.gz checksums ${distname}.tar.gz \ - sha1 a4d315b9288739e3cbaa04d8ddda7861b4009bd4 \ - rmd160 90290eb2b6b9404dc520080439bdee9056e61fc4 \ + rmd160 7e1d039c05c46fa38b53a3c4afbd328509da901d \ + sha256 d228599d08d5f87bcb79af8af8bb432c77d942802b1643f920c7baaeaf1ddbfd \ ${name}.pdf \ - sha1 307a035a023cbe02a191273839f3227f143ad797 \ - rmd160 3be30cc28926721a62e4b880cbed487cf678e767 + rmd160 f8bd424418bbf87e405c0f3d7eb2bf759c4770d5 \ + sha256 3495b65604239d78cdad5ac3b34864572382c09ddf8ea202bddafce9133a1adf depends_lib port:expat \ port:fontconfig \ @@ -110,6 +110,8 @@ configure.args-append --with-tutorial } +default_variants +luaterm +pangocairo + destroot.destdir prefix=${destroot}${prefix} post-destroot {
participants (1)
-
ryandesign@macports.org