Ticket #19956: 4.8.1.patch
File 4.8.1.patch, 1.3 KB (added by macports@…, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name py25-sip 6 version 4. 7.96 version 4.8.1 7 7 platforms macosx 8 8 categories python devel 9 9 maintainers saispo … … 22 22 http://www.gtlib.gatech.edu/pub/gentoo/distfiles/ 23 23 24 24 distname sip-${version} 25 checksums md5 597d7ff7edb42a18421c806ffd18a136 \ 26 sha1 a8eabe3890a1fc42ec77ac82fa41344ad23abe09 \ 27 rmd160 719f7c7ae211ceb2bb7609c5e70d864054ccd23d 25 checksums md5 859e5b103ba5a083e4f2021eb6d99b26 28 26 dist_subdir python 29 27 30 28 depends_lib port:python25 31 29 32 patchfiles patch-siputils.py.diff30 #patchfiles patch-siputils.py.diff 33 31 34 32 configure.cmd ${prefix}/bin/python2.5 configure.py 35 33 configure.pre_args -d ${prefix}/lib/python2.5/site-packages \ … … 44 42 post-destroot { 45 43 xinstall -m 755 -d ${destroot}${prefix}/share/doc 46 44 file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name} 47 xinstall -m 644 -W ${worksrcpath} LICENSE NEWS README TODO\45 xinstall -m 644 -W ${worksrcpath} LICENSE NEWS README \ 48 46 ${destroot}${prefix}/share/doc/${name} 49 47 system "${prefix}/bin/python2.5 ${prefix}/lib/python2.5/compileall.py ${destroot}${prefix}" 50 48 system "${prefix}/bin/python2.5 -O ${prefix}/lib/python2.5/compileall.py ${destroot}${prefix}"