Ticket #16046: patch-Portfile.diff
File patch-Portfile.diff, 607 bytes (added by dbevans (David B. Evans), 16 years ago) |
---|
-
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 1 2 # $Id: Portfile 37226 2008-05-31 07:53:28Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 … … 28 29 port:pkgconfig \ 29 30 port:libwpd 30 31 32 livecheck.check regex 33 livecheck.url http://sourceforge.net/export/rss2_projfiles.php?project=${name} 34 livecheck.regex <title>${name} ${name}-(\[0-9.\]+) released.*</title> 35