1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Remove support for CVS from MOVEDLint

Approved by:	portmgr (beat)
This commit is contained in:
Eitan Adler 2012-07-15 23:16:13 +00:00
parent e949d15275
commit 3770374e75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300906

View File

@ -30,7 +30,7 @@
# MOVEDlint - check MOVED for consistency
#
# Usage:
# [env PORTSDIR=/usr/ports CVS=yes] /usr/ports/Tools/scripts/MOVEDlint.awk
# [env PORTSDIR=/usr/ports] /usr/ports/Tools/scripts/MOVEDlint.awk
#
BEGIN {
@ -38,8 +38,6 @@ BEGIN {
portsdir = ENVIRON["PORTSDIR"] ? ENVIRON["PORTSDIR"] : "/usr/ports"
if (ARGC == 1) {
ARGV[ARGC++] = portsdir "/MOVED"
if (ENVIRON["CVS"] && !system("test -d " portsdir "/CVS"))
annotate = "cd " portsdir "; cvs -R annotate MOVED 2>/dev/null"
}
sort = "/usr/bin/sort -n"
lastdate="1999-12-31"