Ticket #19967: Portfile-rb-xslt.patch
File Portfile-rb-xslt.patch, 1.3 KB (added by astricker@…, 15 years ago) |
---|
-
ruby/rb-xslt/Portfile
old new 1 1 # $Id: Portfile 30250 2007-10-23 02:16:17Z jmpp@macports.org $ 2 2 PortSystem 1.0 3 3 PortGroup ruby 1.0 4 revision 15 4 6 ruby.setup {xslt ruby-xslt} 0.6.0 extconf.rb \ 7 {README AUTHORS COPYING tests} 5 ruby.setup ruby-xslt 0.9.6 setup.rb {} rubyforge:35058 6 extract.suffix .tgz 7 name rb-xslt 8 8 maintainers nomaintainer 9 9 description A Ruby class for processing XSLT 10 10 long_description ${description} 11 homepage http://gregoire.lejeune.free.fr/ 12 master_sites ${homepage} 13 distname ${ruby.project}_${version} 14 worksrcdir ${ruby.project} 15 checksums md5 14c65fc57affe31ce5b5d22dc8500863 11 homepage http://greg.rubyfr.net/pub/packages/ruby-xslt/files/README.html 16 12 platforms darwin 17 13 14 checksums md5 1f0aa4908ed0fd8468201f8bc3d0ff6c \ 15 sha1 454da39148dac9bf6e3f405c346a65b8219f83c7 \ 16 rmd160 6c935f3767673e7afce992ebab54eded09e83f93 17 18 18 depends_lib-append lib:libz:zlib \ 19 19 lib:libxml2:libxml2 \ 20 20 lib:libxslt:libxslt 21 21 22 22 patch { 23 reinplace "s| '-g -Wall' \+|'-g -Wall ' \+|g" ${worksrcpath}/extconf.rb23 reinplace "s|require \"xml/xslt_lib\"|require \"xslt_lib\"|g" ${worksrcpath}/lib/xml/xslt.rb 24 24 }