Ticket #49655: git-flow-avh.diff
File git-flow-avh.diff, 1.0 KB (added by gorticus (Jason Mitchell), 9 years ago) |
---|
-
Portfile
old new 53 53 # This will be removed once the python re-write is complete. 54 54 system -W ${worksrcpath} "git submodule update --init" 55 55 } 56 57 livecheck.type none 56 58 } 57 59 58 60 subport ${realname}-avh { 59 github.setup petervanderdoes gitflow 1. 8.061 github.setup petervanderdoes gitflow 1.9.1 60 62 fetch.type standard 61 63 62 64 license {BSD LGPL-2.1+} … … 66 68 conflicts ${realname} ${realname}-devel ${realname}-hf 67 69 68 70 distfiles ${distname}${extract.suffix} 69 checksums rmd160 80332b94697fefaa3055b47f181e584f8ce77cf7\70 sha256 11bb69d7253b97404a86b9c803d3f4a9f610e8723e85aa3c3865dfa11416e48f71 checksums rmd160 4cc3cf0f5ecdcc9702606eb4307017e82ba313ff \ 72 sha256 aa95cee1fbf3994ce6da3e9489536dde7c7ffbbb6a14b3b20e060621ba964ab9 71 73 72 74 destroot.destdir prefix=${destroot}${prefix} 73 75 }