Module Name:    src
Committed By:   christos
Date:           Thu Jul 24 15:03:30 UTC 2014

Modified Files:
        src/external/bsd/tmux: prepare-import.sh

Log Message:
cleantags to avoid conflicts.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tmux/prepare-import.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/tmux/prepare-import.sh
diff -u src/external/bsd/tmux/prepare-import.sh:1.2 src/external/bsd/tmux/prepare-import.sh:1.3
--- src/external/bsd/tmux/prepare-import.sh:1.2	Wed Aug 17 14:37:59 2011
+++ src/external/bsd/tmux/prepare-import.sh	Thu Jul 24 11:03:30 2014
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $NetBSD: prepare-import.sh,v 1.2 2011/08/17 18:37:59 jmmv Exp $
+# $NetBSD: prepare-import.sh,v 1.3 2014/07/24 15:03:30 christos Exp $
 #
 # Use this script to recreate the 'dist' subdirectory from a newly released
 # distfile.  The script takes care of unpacking the distfile, removing any
@@ -98,6 +98,7 @@ main() {
 	extract_distfile "${distfile}" "${distname}"
 	cleanup_dist
 	diff_dirs dist.old dist
+	cleantags dist
 	log "Don't forget to update the -D flags in usr.bin/tmux/Makefile" \
 	    "and to update the version in doc/3RDPARTY"
 }

Reply via email to