Ticket #16046: patch-Portfile.diff

File patch-Portfile.diff, 607 bytes (added by dbevans (David B. Evans), 16 years ago)

Portfile patch

  • Portfile

    old new  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id: Portfile 37226 2008-05-31 07:53:28Z jmr@macports.org $
    23
    34PortSystem              1.0
     
    2829    port:pkgconfig \
    2930    port:libwpd
    3031
     32livecheck.check         regex
     33livecheck.url           http://sourceforge.net/export/rss2_projfiles.php?project=${name}
     34livecheck.regex         <title>${name} ${name}-(\[0-9.\]+) released.*</title>
     35