Skip to content

Commit

Permalink
Sync with FreeBSD. Update to vim 6.2 patchlevel 21.
Browse files Browse the repository at this point in the history
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3027 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jim Mock committed Jul 11, 2003
1 parent f4e6b71 commit f3eeb43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions editors/vim/Portfile
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
# $Id: Portfile,v 1.36 2003/06/20 23:25:47 mij Exp $ # $Id: Portfile,v 1.37 2003/07/11 17:23:31 mij Exp $


PortSystem 1.0 PortSystem 1.0
name vim name vim
set vim_patchlevel 14 set vim_patchlevel 21
version 6.2.$vim_patchlevel version 6.2.$vim_patchlevel
categories editors categories editors
maintainers mij@opendarwin.org maintainers mij@opendarwin.org
Expand All @@ -28,7 +28,7 @@ use_bzip2 yes


configure.args --enable-gui=no --without-x --disable-gpm configure.args --enable-gui=no --without-x --disable-gpm


set vim_badpatches "009 013" set vim_badpatches "009 013 019"


eval patchfiles [split [exec /usr/bin/jot -s " " -w \ eval patchfiles [split [exec /usr/bin/jot -s " " -w \
[strsed $portversion {s/\.[0-9]*$//}].%03d \ [strsed $portversion {s/\.[0-9]*$//}].%03d \
Expand Down
9 changes: 8 additions & 1 deletion editors/vim/checksums
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ checksums vim-6.2.tar.bz2 md5 c49d360bbd069d00e2a57804f2a123d9 \
6.2.010 md5 b6625937784e219ebdc75087b7c03678 \ 6.2.010 md5 b6625937784e219ebdc75087b7c03678 \
6.2.011 md5 03bf70f97496a7b68416b0bf687ac77e \ 6.2.011 md5 03bf70f97496a7b68416b0bf687ac77e \
6.2.012 md5 e2ff4e3acdd33ab5325b23a0fccd7db2 \ 6.2.012 md5 e2ff4e3acdd33ab5325b23a0fccd7db2 \
6.2.014 md5 2f0b2b23c7085e7ccf0b2fd07ac0efd6 6.2.014 md5 2f0b2b23c7085e7ccf0b2fd07ac0efd6 \
6.2.015 md5 22c5842c56f5c473ae149a665ae4b978 \
6.2.016 md5 dbca966871be4c46bafd0621ca80de13 \
6.2.017 md5 0fe7ccdb94be8620d1b217f3fdfe19c1 \
6.2.018 md5 4e956cc748f1614441d117c0174bc029 \
6.2.019 md5 c44736a0ac243cee7fae05b94cdb4177 \
6.2.020 md5 dd1db97c918ae8832b011752080c6a45 \
6.2.021 md5 bc977a0d554bb5ce1776037cc6d84fde

0 comments on commit f3eeb43

Please sign in to comment.