Strip svn:executable just in case it's been set

Reported by:	db
This commit is contained in:
Chris Rees 2012-12-09 18:59:45 +00:00
parent 0b72c478f2
commit 10cfa863de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308553

View File

@ -405,6 +405,10 @@ foreach my $thisdir (@dirs) {
}
}
# strip svn:executable if added-- not allowed
system("cd $portname && svn -qR propdel svn:executable");
# figure out where the port name belongs in category Makefile
my ($spaces, @ports) = &lsports;
errx(1, "Error: $portname already exists in $category\'s Makefile") if (&contains($portname, @ports));