git: 68c56c1b4a84 - main - Tools/scripts/search_lib_depends_and_bump.sh: remove svn in an echo

Rene Ladan rene at FreeBSD.org
Tue Apr 6 10:40:05 UTC 2021


The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=68c56c1b4a84e5af10dcd58a691aeb0d435894e1

commit 68c56c1b4a84e5af10dcd58a691aeb0d435894e1
Author:     Rene Ladan <rene at FreeBSD.org>
AuthorDate: 2021-04-06 10:32:03 +0000
Commit:     Rene Ladan <rene at FreeBSD.org>
CommitDate: 2021-04-06 10:39:46 +0000

    Tools/scripts/search_lib_depends_and_bump.sh: remove svn in an echo
    
    Differential Revision:  https://reviews.freebsd.org/D29451
---
 Tools/scripts/search_lib_depends_and_bump.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Tools/scripts/search_lib_depends_and_bump.sh b/Tools/scripts/search_lib_depends_and_bump.sh
index 568ce57bb6d0..408e4e72d287 100755
--- a/Tools/scripts/search_lib_depends_and_bump.sh
+++ b/Tools/scripts/search_lib_depends_and_bump.sh
@@ -94,7 +94,6 @@ do
 		echo "All portlint test successfull, please review the changes before you commit them carefully."
 		echo "You maybe want to run now"
 		echo "git diff"
-		echo "svn diff"
 		echo
 		break;
 	fi


More information about the dev-commits-ports-all mailing list