Changeset 15612 for trunk/dports


Ignore:
Timestamp:
Dec 25, 2005, 1:38:05 AM (18 years ago)
Author:
yeled
Message:

make the warning more apaprent.
update to latest exciting stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/mutt-devel/Portfile

    r15470 r15612  
    1 # $Id: Portfile,v 1.29 2005/12/13 05:41:51 yeled Exp $
     1# $Id: Portfile,v 1.30 2005/12/25 01:38:05 yeled Exp $
    22
    33PortSystem 1.0
     
    5656
    5757variant cvs {
     58                ui_warn ""
    5859                ui_warn "due to a bug in the base code, using the +cvs variant will not download any patches first. Run something akin to \"sudo port fetch +variant1 +variant2\" then run a \"port clean mutt-devel\", and add the +cvs variant again to install it: \"port install mutt-devel +variant1 +variant2 +cvs\""
     60                ui_warn ""
    5961    fetch.type          cvs
    6062    cvs.root            :pserver:anonymous@cvs.mutt.org:/home/roessler/cvs
    6163    cvs.module          mutt
    6264    cvs.password        anonymous
    63         cvs.date                20051214
     65        cvs.date                20051224
    6466        version                 ${version}-${cvs.date}
    6567    worksrcdir          mutt
Note: See TracChangeset for help on using the changeset viewer.