Ticket #23069: patch-Portfile.diff

File patch-Portfile.diff, 1.3 KB (added by royliu@…, 14 years ago)

The Portfile diff.

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                gtkspell2
    7 version             2.0.15
     7version             2.0.16
    88categories          x11 gnome textproc
    99platforms           darwin
    1010maintainers         nomaintainer
     
    1717master_sites        ${homepage}/download
    1818distname            gtkspell-${version}
    1919
    20 checksums           md5     d90a7fe883f29caca149f04f31e2f0f9 \
    21                     sha1    2eaf2de22e2bec39552416b66dcb2d5a7bbb833e \
    22                     rmd160  bdfb9f432c93aec7c43c5df6663bac5270d97b1d
     20checksums           md5     f75dcc9338f182c571b321d37c606a94 \
     21                    sha1    49a3eaff850d119a94fc929635270f01e87cdca1 \
     22                    rmd160  92c29780a43cd6fa2270d5ee77f9bc1ac09e56df
    2323
    2424depends_build       port:pkgconfig \
    2525                    port:gtk-doc
     
    2727depends_lib         port:enchant \
    2828                    port:gtk2
    2929
     30patchfiles          patch-Makefile.in.diff
     31
    3032configure.args      --disable-debug
    3133
    3234livecheck.type      regex
     
    3638#NOTES   Port is named gtkspell2 due to ongoing development of gtkspell3
    3739#        Although there are no ports that require this port, there are a
    3840#        number of ports that will build with it if it is present.
    39