diff --git a/devel/git-lfs/Portfile b/devel/git-lfs/Portfile
index da0878a254..3fbf3bef7a 100644
|
a
|
b
|
|
| 3 | 3 | PortSystem 1.0 |
| 4 | 4 | PortGroup github 1.0 |
| 5 | 5 | |
| 6 | | github.setup git-lfs git-lfs 2.4.2 v |
| | 6 | github.setup git-lfs git-lfs 2.5.1 v |
| 7 | 7 | maintainers {raimue @raimue} \ |
| 8 | 8 | openmaintainer |
| 9 | 9 | platforms darwin |
| … |
… |
long_description ${description} is an extension for versioning large file |
| 15 | 15 | homepage https://git-lfs.github.com/ |
| 16 | 16 | license MIT |
| 17 | 17 | |
| 18 | | checksums rmd160 bdf7b71221ec5edf2ebd4b332002e5a6145d6afd \ |
| 19 | | sha256 245a57c688aded74bd2c6326e251fdaaafa93594429be6de2a83ea65ceea0367 \ |
| 20 | | size 790767 |
| 21 | | |
| 22 | | patchfiles patch-ronn.diff |
| | 18 | checksums rmd160 7b8a8ccdd3bad228ca606cf49c0088864701c0a0 \ |
| | 19 | sha256 c377b9249735e0fa033b4bbc77c03999efd92e01691380a9682f501671deb18c \ |
| | 20 | size 945876 |
| 23 | 21 | |
| 24 | 22 | depends_build port:go \ |
| 25 | 23 | port:rb19-ronn |
| 26 | 24 | depends_run port:git |
| 27 | 25 | |
| 28 | | post-patch { |
| 29 | | reinplace "s:@@PREFIX@@:${prefix}:" ${worksrcpath}/script/man |
| 30 | | } |
| 31 | | |
| 32 | 26 | use_configure no |
| 33 | 27 | |
| 34 | | build.cmd ./script/bootstrap && ./script/man |
| 35 | | build.target |
| | 28 | build.target all |
| | 29 | build.args RONN=${prefix}/bin/ronn-1.9 |
| | 30 | build.env GOPATH=${workpath} |
| 36 | 31 | |
| 37 | 32 | destroot { |
| 38 | 33 | set bindir ${destroot}${prefix}/bin |