Revision: 79724 http://trac.macports.org/changeset/79724 Author: l2g@macports.org Date: 2011-06-23 18:04:31 -0700 (Thu, 23 Jun 2011) Log Message: ----------- p5-www-wolframalpha: new version 1.10; moved examples dir into the docs dir (/opt/local/share/doc/p5-www-wolframalpha); example scripts have shorter names now Modified Paths: -------------- trunk/dports/perl/p5-www-wolframalpha/Portfile Modified: trunk/dports/perl/p5-www-wolframalpha/Portfile =================================================================== --- trunk/dports/perl/p5-www-wolframalpha/Portfile 2011-06-24 00:54:06 UTC (rev 79723) +++ trunk/dports/perl/p5-www-wolframalpha/Portfile 2011-06-24 01:04:31 UTC (rev 79724) @@ -4,8 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup WWW-WolframAlpha 1.0 -revision 1 +perl5.setup WWW-WolframAlpha 1.10 platforms darwin license Artistic GPL maintainers l2g openmaintainer @@ -19,8 +18,8 @@ conditions and limitations\; see \ http://products.wolframalpha.com/developers/ for details. -checksums sha1 1cef65fb9478d3963fe41622d0cbabff65035130 \ - rmd160 2daf66a15d68c6a953a2a90e68ee8bd15f853645 +checksums sha1 bb38dfa6d9ff0f53b775b0edec3d09cb282926aa \ + rmd160 b1a1f2da5b79544c5bc9ca4780ecb4d5143ef83b depends_lib-append port:p5-libwww-perl \ port:p5-uri \ @@ -31,10 +30,10 @@ xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} Changes README ${destroot}${docdir} - set exampledir ${prefix}/share/examples/${name} + set exampledir ${docdir}/examples xinstall -d ${destroot}${exampledir} - xinstall -m 644 -W ${worksrcpath} \ - example.asyncPod.pl example.query.pl example.validatequery.pl \ + xinstall -m 644 -W ${worksrcpath}/ex \ + asyncPod.pl query.pl validatequery.pl \ ${destroot}${exampledir} }
participants (1)
-
l2g@macports.org