Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133485525
D10235.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
676 B
Referenced Files
None
Subscribers
None
D10235.diff
View Options
Index: ports-mgmt/portlint/src/portlint.pl
===================================================================
--- ports-mgmt/portlint/src/portlint.pl
+++ ports-mgmt/portlint/src/portlint.pl
@@ -1405,16 +1405,6 @@
}
#
- # whole file: use of :LU variable expansion modifiers
- #
- print "OK: checking for use of :LU variable expansion modifiers.\n" if ($verbose);
- if ($whole =~ /\$\{[^}]+:[LU]/m) {
- my $lineno = &linenumber($`);
- &perror("FATAL", $file, $lineno, ":U and :L syntax is not supported ".
- "anymore. Please use :tu and :tl instead.");
- }
-
- #
# whole file: use of IGNOREFILES
#
print "OK: checking for use of IGNOREFILES.\n" if ($verbose);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 27, 3:39 AM (7 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24268212
Default Alt Text
D10235.diff (676 B)
Attached To
Mode
D10235: ports-mgmt/portlint: Remove errors for use of :L and :U variable modifiers
Attached
Detach File
Event Timeline
Log In to Comment