Ticket #32249: clutter-gst-Portfile.diff

File clutter-gst-Portfile.diff, 1.9 KB (added by rmstonecipher@…, 12 years ago)
  • Portfile

    old new  
    44PortSystem      1.0
    55
    66name            clutter-gst
    7 version         1.3.2
    8 revision        1
    9 set branch      [string range $version 0 [expr [string last "." $version] - 1]]
     7version         1.9.92
     8set branch      [join [lrange [split ${version} .] 0 1] .]
    109categories      graphics
    1110description     Clutter GStreamer integration library.
    1211long_description Clutter-GStreamer (clutter-gst) is an integration library \
     
    1413                 the ClutterMedia interface using GStreamer.
    1514maintainers     nodamage.com:nodamage openmaintainer
    1615platforms       darwin
    17 homepage        http://www.clutter-project.org/
    18 master_sites    http://www.clutter-project.org/sources/${name}/${branch}/
     16homepage        http://blogs.gnome.org/clutter/
     17master_sites    gnome:sources/${name}/${branch}                                                                                                                                   
     18use_xz          yes
    1919
    20 checksums       md5     8baea48a2d9811ee5de9e6d131c301fa \
    21                 sha1    5277900c9f5965769ee39bb4371a26093c6c0c63 \
    22                 rmd160  e89e25247c557214023a61e5ffe0ef6095c5826c
     20checksums           rmd160  8458d50e7418ce5da815769f0326d9244876cfcf \
     21                    sha256  5c09dce218f711a44bd4d741e2dd10ffc47e7fcd7b0cf514ca0e92b825c76c45
    2322
    2423depends_build \
    2524    port:pkgconfig
     
    2827    port:clutter \
    2928    port:gst-plugins-base
    3029
    31 configure.args  --enable-introspection=no
     30configure.args  --enable-introspection=yes
    3231
    33 livecheck.type  regex
    34 livecheck.url   http://www.clutter-project.org/sources/${name}/${branch}/
    35 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
     32livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}