Ticket #14259: Portfile.diff
File Portfile.diff, 1.3 KB (added by macports_dharland@…, 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 PortGroup python24 1.0 5 5 name py-logilab-common 6 version 0. 15.07 maintainers nomaintainer6 version 0.28.2 7 maintainers trashmail.net:macports_dharland 8 8 description A number of modules used by various projects from Logilab 9 9 long_description ${description} 10 10 … … 12 12 13 13 homepage http://www.logilab.org/projects/common 14 14 master_sites ftp://ftp.logilab.fr/pub/common/ 15 distname common-${version}15 distname logilab-common-${version} 16 16 17 checksums md5 1cf6ae5086e1dfd81e8836ac4fa3a206\18 sha1 5cb6df46c5bf47b1078885af636807fdf99cebd1 17 checksums md5 c736357261516d771f65f8c8306bea64 \ 18 sha1 a0bcc360d5d5957b4880919cc848c819c0a5bc13 19 19 20 20 post-destroot { 21 21 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 22 22 xinstall -m 644 -W ${worksrcpath} ChangeLog README \ 23 23 ${destroot}${prefix}/share/doc/${name} 24 25 # alter the install name of pytest to include version name 26 move ${destroot}${prefix}/bin/pytest ${destroot}${prefix}/bin/pytest2.4 24 27 } 25 28 26 29 # Shared-file warning; the following file is installed by this module as