Ticket #14569: pv.patch

File pv.patch, 977 bytes (added by meissnem@…, 16 years ago)

patch to update to version 1.1.4

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            pv
    6 version         1.1.0
     6version         1.1.4
    77categories      sysutils
    88platforms       darwin
    99maintainers     meissnem@gmail.com
     
    1818homepage        http://www.ivarch.com/programs/pv.shtml
    1919master_sites    sourceforge:pipeviewer
    2020use_bzip2       yes
    21 checksums       md5 c0ca1f0cac602ac04ea1d8834231af99 \
    22                 sha1 d45afb281f379fa9b1da6c7c5985f5b25a2856bd \
    23                 rmd160 0951132e7691ba63981c3441bed8994ec8c90fd0
     21checksums       md5 63033e090d61a040407bfd043aeb6d27 \
     22                sha1 9c86e65751f56715a92ce849f6389533700db6d0 \
     23                rmd160 e10582d21bd13e11e6b1cb4ae138c148f1995561
    2424configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info
    2525depends_lib     port:gettext
    26 
    27 platform darwin 9 {
    28         post-patch {
    29                 reinplace "s|^# define stat64 stat$||g" ${worksrcpath}/autoconf/header.in
    30                 reinplace "s|^# define fstat64 fstat$||g" ${worksrcpath}/autoconf/header.in
    31         }
    32 }