Ticket #12845: py-4suite-xml_1.0b3_to_1.2.patch
File py-4suite-xml_1.0b3_to_1.2.patch, 1.1 KB (added by boeyms@…, 17 years ago) |
---|
-
dports/python/py-4suite-xml/Portfile
4 4 PortGroup python24 1.0 5 5 6 6 name py-4suite-xml 7 version 1.0 b37 version 1.0.2 8 8 categories-append devel textproc 9 9 maintainers css@macports.org 10 10 description suite of python modules for XML and RDF processing … … 18 18 homepage http://4suite.org/ 19 19 master_sites ftp://ftp.4suite.org/pub/4Suite/ sourceforge:foursuite 20 20 distname 4Suite-XML-${version} 21 worksrcdir 4Suite-${version} 22 checksums md5 40a49c19c0b16fb39e356527b891728b 21 checksums md5 3ca3db95cb0263ad80beba034d1ff6ea 23 22 24 23 depends_lib-append port:py-xml 25 24 … … 27 26 configure.cmd ${python.bin} setup.py config 28 27 configure.args --prefix=${prefix} \ 29 28 --mandir=${prefix}/share/man 30 31 # See http://sourceforge.net/tracker/index.php?func=detail&aid=1166710&group_id=39954&atid=42829432 destroot.cmd ${python.bin} setup.py33 destroot.target bdist_install34 destroot.destdir --root=${destroot}