Ticket #39295: Portfile.patch

File Portfile.patch, 1.4 KB (added by andre.dos.anjos@…, 11 years ago)
  • Portfile

    old new  
    66PortGroup           github 1.0
    77PortGroup           active_variants 1.1
    88
    9 github.setup        idiap bob 1.1.3 v
     9github.setup        idiap bob 1.1.4 v
    1010set soversion       1.1
    11 revision            1
    1211categories          science math devel
    1312platforms           darwin
    1413maintainers         idiap.ch:andre.anjos \
     
    2524license             GPL-3
    2625homepage            http://idiap.github.com/bob/
    2726
    28 checksums           rmd160  9590385229fc954fda4306a282c0880551eb496b \
    29                     sha256  ddce848631f5bf19bf1aecfe772b2a6477658c9a1b384d64b6c82f3073cdb3a9
    30 
    31 patchfiles          patch-include-bob-visioner-util-util.h.diff
     27checksums           rmd160  6ecd918b81f2969f7164836121f2151f33cea9d2 \
     28                    sha256  5a3718335efdbc3854978c169106c440287236b22a5e85a3d3bf1cdedfaa183b
    3229
    3330depends_lib         port:blitz \
    3431    path:lib/libavcodec.dylib:ffmpeg \
     
    6461      port:py26-sqlalchemy \
    6562      port:py26-argparse \
    6663      port:py26-scipy \
    67       port:py26-nose
     64      port:py26-nose \
     65      port:py26-pillow
    6866}
    6967
    7068variant python27 conflicts python26 description "Build for python 2.7" {
     
    7573      port:py27-matplotlib \
    7674      port:py27-sqlalchemy \
    7775      port:py27-scipy \
    78       port:py27-nose
     76      port:py27-nose \
     77      port:py27-pillow
    7978}
    8079
    8180variant doc description "Build documentation" {