Ticket #34461: patch-Portfile.diff
File patch-Portfile.diff, 1.5 KB (added by BjarneDMat, 12 years ago) |
---|
-
devel/git-core/Portfile
old new 3 3 4 4 PortSystem 1.0 5 PortGroup perl5 1.0 5 6 6 7 name git-core … … 27 27 28 28 depends_run port:rsync \ 29 port:p 5.12-error \30 port:p 5.12-term-readkey29 port:p${perl5.major}-error \ 30 port:p${perl5.major}-term-readkey 31 31 32 depends_lib port:perl 5.12\32 depends_lib port:perl${perl5.major} \ 33 33 port:curl \ 34 34 port:zlib \ 35 35 port:openssl \ … … 56 57 CURLDIR=${prefix} \ 57 58 OPENSSLDIR=${prefix} \ 58 59 ICONVDIR=${prefix} \ 59 PERL_PATH="${prefix}/bin/perl 5.12" \60 PERL_PATH="${prefix}/bin/perl${perl5.major}" \ 60 61 NO_FINK=1 \ 61 62 NO_DARWIN_PORTS=1 \ 62 63 NO_R_TO_GCC_LINKER=1 \ … … 149 150 150 151 variant svn description {Bi-directional subversion repository support} { 151 152 depends_run-append port:subversion \ 152 port:p 5.12-libwww-perl \153 port:p 5.12-svn-simple153 port:p${perl5.major}-libwww-perl \ 154 port:p${perl5.major}-svn-simple 154 155 } 155 156 156 157 variant bash_completion {