Ticket #16796: patch-gegl-Portfile.diff

File patch-gegl-Portfile.diff, 1.8 KB (added by dbevans (David B. Evans), 16 years ago)

Patch for Portfile

  • Portfile

    old new  
    44PortSystem      1.0
    55
    66name            gegl
    7 version         0.0.18
     7version         0.0.20
    88set branch      [join [lrange [split ${version} .] 0 1] .]
    99categories      graphics
    1010maintainers     gmail.com:dbevans
    1111platforms       darwin
    1212homepage        http://gegl.org/
    13 master_sites    ftp://ftp.gimp.org/pub/gegl/${branch}/
     13master_sites    ftp://ftp.gimp.org/pub/${name}/${branch}/
    1414use_bzip2       yes
    1515
    1616description \
     
    2121    compositing on large images. GEGL is suitable for projects ranging from small \
    2222    one-off projects to interactive applications.
    2323
    24 checksums        md5     e458409440a7b51f446df321c3657e4d \
    25                  sha1    f8113ad33161337eb107ad84c0ac968dca1d02d2 \
    26                  rmd160  baff271141c0a569c98537b3d727b1a3564cdebb
     24checksums       md5     2e1f97ec8abd9a4a21f458b43799bff2 \
     25                sha1    37be399b58d50a87134f2dfad389a476e1155874 \
     26                rmd160  b4bc7169eafa4fea512f1190f1ad835d688c4080
    2727
    2828depends_build \
    2929    port:pkgconfig
     
    3636    port:librsvg \
    3737    port:libsdl \
    3838    port:graphviz \
    39     port:ffmpeg \
    40     port:asciidoc
     39    port:ffmpeg
    4140
    4241configure.args-append  --disable-docs
    4342
    44 variant doc description {Build docs with gtk-doc}  {
     43variant gtk_doc description {Build docs with gtk-doc}  {
    4544    depends_build-append port:gtk-doc
    4645    configure.args-append  --enable-gtk-doc
    4746}
    4847
     48variant html_doc description {Build html docs with enscript and asciidoc} {
     49    depends_build-append port:asciidoc
     50    configure.args-delete --disable-docs
     51    configure.args-append --enable-docs
     52}
     53
     54
    4955variant workshop description {Enable build of workshop operations} {
    5056    configure.args-append --enable-workshop
    5157}