Ticket #38432: Portfile.diff
File Portfile.diff, 966 bytes (added by cooljeanius (Eric Gallager), 12 years ago) |
---|
-
Portfile
old new 5 5 PortGroup github 1.0 6 6 7 7 epoch 2 8 github.setup cooljeanius macportsscripts 0. 1.4v8 github.setup cooljeanius macportsscripts 0.2.0 v 9 9 categories sysutils macports 10 10 platforms darwin 11 11 maintainers phw gwmail.gwu.edu:egall openmaintainer … … 16 16 17 17 long_description ${description} 18 18 19 checksums rmd160 62171a4def12655d46fb0469f9b64f0b24bfcff7\20 sha256 099ccdef11df77d1b7ef3c8857c9f56ef08d2843182335b72bd708008634b2a319 checksums rmd160 3d24d9fdf6dacfab405e9ec7772e7969e0771270 \ 20 sha256 62261afafd9021876c9e2717e76165e365ef71f9936ada392ee89ed561fc80ca 21 21 22 22 use_configure no 23 23 build {} 24 24 25 25 destroot { 26 26 eval xinstall -m 755 [glob ${worksrcpath}/*.sh] ${destroot}${prefix}/bin 27 eval xinstall -m 755 [glob ${worksrcpath}/*.pl] ${destroot}${prefix}/bin 27 28 }