Changeset 2417 for trunk/dports


Ignore:
Timestamp:
Apr 6, 2003, 5:19:32 AM (21 years ago)
Author:
mij
Message:

Update to version 6.1.405. The checksums file is currently unused, but
leave it in place for future updates.

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/editors/vim/Portfile

    r2153 r2417  
    1 # $Id: Portfile,v 1.33 2003/03/05 23:11:03 mij Exp $
     1# $Id: Portfile,v 1.34 2003/04/06 05:19:32 mij Exp $
    22
    33PortSystem 1.0
    44name                    vim
    5 set vim_patchlevel      365
     5set vim_patchlevel      405
    66version                 6.1.$vim_patchlevel
    77categories              editors
     
    1414                        enhanced version of the vi editor.
    1515
    16 master_sites            ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
    17                         ftp://relay.nuxi.com/pub/vim/unix/ \
    18                         ftp://ftp.vim.org/pub/vim/unix/  \
     16master_sites            ftp://ftp.vim.org/pub/vim/unix/  \
    1917                        ftp://ftp.is.co.za/applications/editors/vim/unix/  \
    2018                        ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/  \
    2119                        ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix/
    22 eval patch_sites        [strsed $master_sites g/unix/patches/]
    2320
    24 dist_subdir             vim
     21checksums               md5 d220ff58f2c72ed606e6d0297c2f2a7c
     22
     23use_bzip2               yes
     24
    2525worksrcdir              vim61
    26 distname                $portname-[strsed $portversion {s/\.[0-9]*$//}]
    27 use_bzip2               yes
    28 configure.type          gnu
    29 configure.args          --enable-gui=no --without-x
    30 use_autoconf            yes
    31 autoconf.dir            ${workpath}/${worksrcdir}/src
    3226
    33 set vim_badpatches      "002 016 019 023 035 044 049 050 066 073 076 083 086 088 093 100 119 147 148 149 151 154 151 154 155 156 163 166 173 184 188 190 198 202 221 223 228 230 235 238 240 243 245 253 259 285 287 290 291 292 295 300 301 303 304 311 313 315 320 322 332 333 334 335 336 340 345 346 349 351 352 353 354 355 356 359"
     27configure.args          --enable-gui=no --without-x --disable-gpm
    3428
    35 eval patchfiles         [split [exec /usr/bin/jot -s " " -w \
    36                         [ strsed $portversion {s/\.[0-9]*$//}].%03d \
    37                         $vim_patchlevel 1 $vim_patchlevel] " "]
    38 
    39 foreach p ${vim_badpatches} {
    40         patchfiles-delete 6.1.${p}
    41 }
    42 
    43 variant x11 {
    44         configure.args --enable-gui=auto --with-x
    45 }
    46 
    47 include checksums
     29variant x11             { configure.args --enable-gui=auto --with-x }
Note: See TracChangeset for help on using the changeset viewer.