Ticket #24904: branch.diff

File branch.diff, 3.4 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

use ${branch} variable

  • devel/ice-python/Portfile

     
    44
    55name            ice-python
    66version         3.3.1
     7set branch      [join [lrange [split ${version} .] 0 1] .]
    78categories      devel python
    89maintainers     blair
    910description     Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP
     
    2829        Ice C++ runtime libraries.
    2930
    3031homepage        http://www.zeroc.com/
    31 master_sites    ${homepage}download/Ice/3.3/
     32master_sites    ${homepage}download/Ice/${branch}/
    3233dist_subdir     ice-cpp
    3334distname        Ice-${version}
    3435distfiles       ${distname}${extract.suffix}
  • devel/ice-cpp/Portfile

     
    44
    55name            ice-cpp
    66version         3.4.0
     7set branch      [join [lrange [split ${version} .] 0 1] .]
    78categories      devel
    89maintainers     blair
    910description     Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP
     
    2930        other languages: slice2cs, slice2java, slice2py, slice2rb and slice2vb.
    3031
    3132homepage        http://www.zeroc.com/
    32 master_sites    ${homepage}download/Ice/3.4/
     33master_sites    ${homepage}download/Ice/${branch}/
    3334
    3435set ice_dist    Ice-${version}${extract.suffix}
    3536
  • devel/ice-java/Portfile

     
    55name            ice-java
    66version         3.4.0
    77revision        1
     8set branch      [join [lrange [split ${version} .] 0 1] .]
    89categories      devel java
    910maintainers     blair
    1011description     Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP
     
    2930        You must install the db46 port with the +java variant.
    3031
    3132homepage        http://www.zeroc.com/
    32 master_sites    ${homepage}download/Ice/3.4/
     33master_sites    ${homepage}download/Ice/${branch}/
    3334dist_subdir     ice-cpp
    3435distname        Ice-${version}
    3536distfiles       ${distname}${extract.suffix}
  • devel/ice-python25/Portfile

     
    44
    55name            ice-python25
    66version         3.4.0
     7set branch      [join [lrange [split ${version} .] 0 1] .]
    78categories      devel python
    89maintainers     blair
    910description     Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP
     
    2829        Ice C++ runtime libraries.
    2930
    3031homepage        http://www.zeroc.com/
    31 master_sites    ${homepage}download/Ice/3.4/
     32master_sites    ${homepage}download/Ice/${branch}/
    3233dist_subdir     ice-cpp
    3334distname        Ice-${version}
    3435distfiles       ${distname}${extract.suffix}
  • devel/ice-python26/Portfile

     
    44
    55name            ice-python26
    66version         3.4.0
     7set branch      [join [lrange [split ${version} .] 0 1] .]
    78categories      devel python
    89maintainers     blair
    910description     Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP
     
    2829        Ice C++ runtime libraries.
    2930
    3031homepage        http://www.zeroc.com/
    31 master_sites    ${homepage}download/Ice/3.4/
     32master_sites    ${homepage}download/Ice/${branch}/
    3233dist_subdir     ice-cpp
    3334distname        Ice-${version}
    3435distfiles       ${distname}${extract.suffix}