Ticket #2359: version.diff
File version.diff, 919 bytes (added by nsiam@…, 20 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python 1.0 5 5 6 6 name py-numarray 7 version 0.97 version 1.1 8 8 categories python devel math 9 9 platforms darwin 10 10 maintainers mww@opendarwin.org … … 19 19 homepage http://www.stsci.edu/resources/software_hardware/numarray 20 20 master_sites sourceforge:numpy 21 21 distname numarray-${version} 22 checksums md5 d7235ecae18da538701520c0a2e009eb22 checksums md5 cd7520b3859bc5d5c73be0124e10c0c1 23 23 24 24 build.args --gencode 25 25 26 26 post-destroot { 27 27 xinstall -m 644 -W ${worksrcpath} Doc/Announce.txt Doc/ChangeLog \ 28 Doc/ CHANGES Doc/Repackaging.txt Doc/INSTALL.txt Doc/Design.txt \28 Doc/Repackaging.txt Doc/INSTALL.txt Doc/Design.txt \ 29 29 Doc/UsersGuide.txt LICENSE.txt README.txt \ 30 30 ${destroot}${prefix}/share/doc/${name} 31 31 file delete ${destroot}${prefix}/share/doc/${name}/examples