Ticket #47598: Portfile-gawk.diff

File Portfile-gawk.diff, 1.2 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    55PortGroup               conflicts_build 1.0
    66
    77name                    gawk
    8 version                 4.1.1
    9 revision                2
     8version                 4.1.2
    109categories              lang
    1110license                 GPL-3+
    1211installs_libs           no
     
    2221    that makes it possible to handle simple data-reformatting jobs with \
    2322    just a few lines of code. It is a free, extended version of awk.
    2423
    25 checksums               sha256  efd4c6aafb1ce996309fc903ceb625e7012221c464eb72483dbb23adef1ee8db \
    26                         rmd160  a5a6ab9491bf702310cef7c035531cc7fad0a62d
     24checksums               sha256  ea8b53c5834ee27012fecba7273f97fca7104884975cf81ddae6f85c5581f481 \
     25                        rmd160  40f3d26d0e49916f81a43eab765b80b532541440
    2726
    2827depends_lib             port:gettext \
    2928                        port:readline
    3029
    3130conflicts_build         nawk
    3231
    33 patchfiles              patch-extensions-Makefile.in.diff
    34 
    3532configure.args          --with-libiconv-prefix=${prefix} \
    3633                        --without-mpfr \
    3734                        ac_cv_libsigsegv=no