Ticket #32068: Portfile.diff

File Portfile.diff, 1.7 KB (added by rudloff@…, 12 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            midori
    6 version         0.2.9
    7 revision        5
     6version         0.4.2
    87categories      www
    98description     Midori is a lightweight web browser
    109long_description        ${description}
     
    1716master_sites    http://archive.xfce.org/src/apps/midori/${branch}
    1817use_bzip2       yes
    1918
    20 checksums           md5     a5821d8e31fa944374ed51c09ca4e740 \
    21                     sha1    3329c3b9cbe1d2fa0cb94e3f864802fae4fc5e9b \
    22                     rmd160  3b8f2f8fa55f10e80a9e769e4085f96b7fa769ab
    23 
    24 # patch-extensions-mouse-gestures-c.diff reported as
    25 # http://www.twotoasts.de/bugs/index.php?do=details&task_id=903
    26 patchfiles      patch-extensions-mouse-gestures-c.diff \
    27                 patch-wscript.diff
     19checksums           md5     4ec9c3daa332ebe865cba6aa8256ef63 \
     20                    sha1    fac3dc4bb8935f35b38ffc4d6c7a5daba9dc52f1 \
     21                    rmd160  ca16f66bafa4dcb49b0cfbcef9900cee94a0066b
     22
     23patchfiles      patch-wscript.diff
    2824
    2925                # glib 2.16.5 or later is required:
    3026depends_lib     port:gtk2 path:include/gio/gio.h:glib2 \
     
    3834configure.universal_args-delete --disable-dependency-tracking
    3935
    4036platform darwin {
     37    configure.env-append    PYTHON=/usr/bin/python
    4138        patchfiles-append patch-extensions-wscript_build.diff \
    4239                          patch-wscript-dont-look-for-libm.diff \
    4340                          patch-wscript-darwin-options.diff
     
    4946        configure.args-append   --disable-libnotify
    5047}
    5148
     49variant quartz requires no_x11 {
     50
     51}
     52
    5253# can't seem to get libunique to work (throws dbus errors on startup)
    5354# http://www.twotoasts.de/bugs/index.php?do=details&task_id=1040
    5455