aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-11 02:47:16 +0800
committerpeter <peter@FreeBSD.org>1999-09-11 02:47:16 +0800
commite06f6b6fd58d4acd343900618d6641b6d602af54 (patch)
treea596001567a6a5c34aab615b24885cec1c8f2822 /CVSROOT
parent68a4e6f81feb9c93ac692d3210c671c6e4d7777e (diff)
downloadfreebsd-ports-gnome-e06f6b6fd58d4acd343900618d6641b6d602af54.tar.gz
freebsd-ports-gnome-e06f6b6fd58d4acd343900618d6641b6d602af54.tar.zst
freebsd-ports-gnome-e06f6b6fd58d4acd343900618d6641b6d602af54.zip
argh! the remote cvs strips the directory..
Diffstat (limited to 'CVSROOT')
-rwxr-xr-xCVSROOT/commit_prep.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl
index 4c4caee55c3b..2161b63a3120 100755
--- a/CVSROOT/commit_prep.pl
+++ b/CVSROOT/commit_prep.pl
@@ -111,10 +111,10 @@ sub check_version {
return(0);
}
- if ($rname ne "$directory/$filename,v") {
- printf($BadName, $filename, substr($rname, 0, length($rname)-2));
- return(1);
- }
+# if ($rname ne "$directory/$filename,v") {
+# printf($BadName, $filename, substr($rname, 0, length($rname)-2));
+# return(1);
+# }
if ($cvsversion{$filename} < $version) {
printf($BadVersion, $filename, $filename, $cvsversion{$filename},
"newer", $version, $filename);
@@ -167,6 +167,7 @@ if ($directory =~ /src\/contrib\//) {
if ($directory =~ /src\/crypto\//) {
$check_id = 3;
}
+ $check_id = 0;
if ($check_id != 0 && $ENV{'CVSFUBAR'}) {
$check_id = 0;
print "CVS VERSION CHECK BYPASSED!\n";