Ticket #53880: Portfile-9.9.2.diff

File Portfile-9.9.2.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.2)

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

    a b  
    33PortSystem          1.0
    44
    55name                girl
    6 version             9.8.0
     6version             9.9.2
    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  8277d3335e2690045dbac0b530504303effc8c63 \
     21                    sha256  fe67b8efbe59703a2cb39438d47971c7998231b59147b3568afb2a8ff7fd4be4
    2222
    2323depends_build       port:pkgconfig \
    2424                    port:intltool \
     
    3131
    3232depends_lib         port:desktop-file-utils \
    3333                    port:gtk2 \
     34                    port:gtk3 \
     35                    port:libchamplain \
    3436                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
    3537                    port:libgnome \
    3638                    port:libgnomeui \
     
    3840                    port:gnome-vfs \
    3941                    port:gstreamer1 \
    4042                    port:gstreamer1-gst-plugins-base \
     43                    port:pango \
    4144                    port:zlib
    4245
    4346depends_run         port:gstreamer1-gst-plugins-good \