pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/vim-share Move all VIM distfiles to a new subd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/428df85be865
branches:  trunk
changeset: 548031:428df85be865
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Oct 07 07:40:38 2008 +0000

description:
Move all VIM distfiles to a new subdirectory as the original vim-7.2.tar.bz2
was modified in the master site (yes I agree, this is bad practice).

This appears to be only some permission changes though. If you are really
interested to see what was changed, and you have the original distfile, execute

rm -rf /tmp/vim*
tar xjf vim-7.2.tar.bz2.orig -C /tmp
mv /tmp/vim72 /tmp/vim72.orig
tar xjf vim-7.2.tar.bz2 -C /tmp
cd /tmp
ls -lR vim72.orig | sed 's+vim72.orig+vim72+' > 1
ls -lR vim72 > 2
diff -u 1 2

diffstat:

 editors/vim-share/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 998d6ed241c1 -r 428df85be865 editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Tue Oct 07 07:24:06 2008 +0000
+++ b/editors/vim-share/Makefile.common Tue Oct 07 07:40:38 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.115 2008/10/03 05:05:57 martti Exp $
+# $NetBSD: Makefile.common,v 1.116 2008/10/07 07:40:38 martti Exp $
 
 # used by editors/vim/Makefile
 # used by editors/vim-gtk/Makefile
@@ -16,7 +16,7 @@
 CATEGORIES=            editors
 MASTER_SITES=          ftp://ftp.vim.org/pub/editors/vim/unix/
 MASTER_SITES+=         ftp://ftp.fu-berlin.de/misc/editors/vim/unix/
-DIST_SUBDIR=           vim
+DIST_SUBDIR=           vim${VIM_VERSION}
 EXTRACT_SUFX=          .tar.bz2
 
 SITES.vim-${VIM_VERSION}-extra.tar.gz= ftp://ftp.vim.org/pub/editors/vim/extra/



Home | Main Index | Thread Index | Old Index