New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80813


Ignore:
Timestamp:
07/18/11 09:04:29 (4 years ago)
Author:
jmr@…
Message:

postfix: use more reliable livecheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/postfix/Portfile

    r80339 r80813  
    199199    lappend CCARGS  -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE="dovecot" 
    200200} 
     201 
     202livecheck.type  regex 
     203livecheck.url   ftp://ftp.porcupine.org/mirrors/postfix-release/official/ 
     204livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} 
Note: See TracChangeset for help on using the changeset viewer.