Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/tmux cleantags to avoid conflicts.



details:   https://anonhg.NetBSD.org/src/rev/756a08dde74e
branches:  trunk
changeset: 330854:756a08dde74e
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 24 15:03:30 2014 +0000

description:
cleantags to avoid conflicts.

diffstat:

 external/bsd/tmux/prepare-import.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 28266513faf5 -r 756a08dde74e external/bsd/tmux/prepare-import.sh
--- a/external/bsd/tmux/prepare-import.sh       Thu Jul 24 14:28:54 2014 +0000
+++ b/external/bsd/tmux/prepare-import.sh       Thu Jul 24 15:03:30 2014 +0000
@@ -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 @@
        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"
 }



Home | Main Index | Thread Index | Old Index