Revision: 53149 http://trac.macports.org/changeset/53149 Author: ryandesign@macports.org Date: 2009-06-30 03:54:37 -0700 (Tue, 30 Jun 2009) Log Message: ----------- rb-xslt: update to 0.9.6 and simplify; see #19967 Modified Paths: -------------- trunk/dports/ruby/rb-xslt/Portfile Modified: trunk/dports/ruby/rb-xslt/Portfile =================================================================== --- trunk/dports/ruby/rb-xslt/Portfile 2009-06-30 10:53:25 UTC (rev 53148) +++ trunk/dports/ruby/rb-xslt/Portfile 2009-06-30 10:54:37 UTC (rev 53149) @@ -1,24 +1,24 @@ # $Id$ PortSystem 1.0 PortGroup ruby 1.0 -revision 1 -ruby.setup {xslt ruby-xslt} 0.6.0 extconf.rb \ - {README AUTHORS COPYING tests} +ruby.setup ruby-xslt 0.9.6 setup.rb {AUTHORS COPYING ChangeLog README} rubyforge:35058 +extract.suffix .tgz +name rb-xslt maintainers nomaintainer description A Ruby class for processing XSLT long_description ${description} -homepage http://gregoire.lejeune.free.fr/ -master_sites ${homepage} -distname ${ruby.project}_${version} -worksrcdir ${ruby.project} -checksums md5 14c65fc57affe31ce5b5d22dc8500863 +homepage http://greg.rubyfr.net/pub/packages/ruby-xslt/files/README.html platforms darwin +checksums md5 1f0aa4908ed0fd8468201f8bc3d0ff6c \ + sha1 454da39148dac9bf6e3f405c346a65b8219f83c7 \ + rmd160 6c935f3767673e7afce992ebab54eded09e83f93 + depends_lib-append lib:libz:zlib \ lib:libxml2:libxml2 \ lib:libxslt:libxslt patch { - reinplace "s|'-g -Wall' \+|'-g -Wall ' \+|g" ${worksrcpath}/extconf.rb + reinplace "s|require \"xml/xslt_lib\"|require \"xslt_lib\"|g" ${worksrcpath}/lib/xml/xslt.rb }