Ticket #45598: Portfile.v2.1.0.diff
File Portfile.v2.1.0.diff, 1.4 KB (added by gthb (Gunnlaugur Thor Briem), 10 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 118012 2014-03-19 10:32:53Z raimue@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.06 5 7 github.setup visionmedia git-extras 1.9.0 8 revision 2 6 name git-extras 7 version 2.1.0 8 distname v${version} 9 worksrcdir ${name}-${version} 10 revision 0 11 homepage https://github.com/tj/git-extras 12 master_sites ${homepage}/archive 9 13 maintainers nomaintainer 10 14 platforms darwin 11 15 categories devel … … 16 20 ${description} -- repo summary, repl, changelog population, author \ 17 21 commit percentages and more 18 22 license MIT 19 checksums rmd160 31271c980b71305c3d0432f961baafbf1298734f\20 sha256 64043f4193217ecdc115f41e1093f88910e759d7cf2883cd0e72824e61e9885423 checksums rmd160 6285ac20687eeb2f54cadc6bc0d55ea6e5a16d44 \ 24 sha256 54d7e5678e9e12b5a1eb0e83bf06a8299821a21f11d74dab1180078725afcdba 21 25 22 patchfiles patch-remove-auto-updater.diff 26 patchfiles patch-remove-auto-updater.diff \ 27 patch-fix-mktemp-invocation.diff 23 28 24 29 configure { 25 30 reinplace "s| /etc| ${prefix}/etc|g" ${worksrcpath}/Makefile