Ticket #53880: Portfile-9.9.6.diff

File Portfile-9.9.6.diff, 1.4 KB (added by oleaamot (Ole Aamot), 7 years ago)

Unified diff against previous Portfile (9.8.0) and new Portfile (9.9.6)

  • (a) Portfile-9.8.0 vs. (b) Portfile

    a b  
    33PortSystem          1.0
    44
    55name                girl
    6 version             9.8.0
     6version             9.9.6
    77set branch          [join [lrange [split $version .] 0 1] .]
    88categories          gnome
    99platforms           darwin
     
    1717
    1818use_xz              yes
    1919
    20 checksums           rmd160  f85d8cc03fe059e5c29941e049cf4dc6f95e7541 \
    21                     sha256  c38b0a635e2bf7774af9302a4b180a39ca6fec5100abdaca56c8b24fed6fe9d6
     20checksums           rmd160  11d83cb0126f381330d32a280f735c1075ca33c2 \
     21                    sha256  80ea013b21405e7cc4e4c10e94a7f41d3e2ff1791d303985d61bb89a47aa023b
    2222
    2323depends_build       port:pkgconfig \
    2424                    port:intltool \
     
    3131
    3232depends_lib         port:desktop-file-utils \
    3333                    port:gtk2 \
     34                    port:gtk3 \
     35                    port:pango-devel \
     36                    port:libchamplain \
    3437                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
    3538                    port:libgnome \
    3639                    port:libgnomeui \
     
    3841                    port:gnome-vfs \
    3942                    port:gstreamer1 \
    4043                    port:gstreamer1-gst-plugins-base \
     44                    port:pango \
    4145                    port:zlib
    4246
    4347depends_run         port:gstreamer1-gst-plugins-good \