Ticket #32980: apache-ant_89222_Portfile_livecheck-fix.diff
File apache-ant_89222_Portfile_livecheck-fix.diff, 650 bytes (added by nhojpatrick (John Patrick), 13 years ago) |
---|
-
Portfile
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$ 2 3 3 4 PortSystem 1.0 … … 78 79 79 80 universal_variant no 80 81 81 livecheck.type 82 livecheck.url http://www.apache.org/dist/ant/README.html83 livecheck.regex { Ant (\d+(?:\.\d+)*)}82 livecheck.type regex 83 livecheck.url ${homepage}bindownload.cgi 84 livecheck.regex apache-ant-(\[0-9\]+(?:\.\[0-9\]+)*)-bin\\.tar\\.gz