mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
- Use single space after WWW: - While I'm here: - Add LICENSE - Remove unnecessary MASTER_SITE_SUBDIR - Sort *_DEPENDS - Use TEST_DEPENDS Changes: http://search.cpan.org/dist/NetApp/CHANGES PR: ports/185417 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: snowfly <snowfly@yuntech.edu.tw> (maintainer)
11 lines
466 B
Perl
11 lines
466 B
Perl
--- lib/NetApp/Filer/Version.pm.orig 2013-12-30 22:00:16.000000000 +0800
|
|
+++ lib/NetApp/Filer/Version.pm 2013-12-30 22:00:33.000000000 +0800
|
|
@@ -40,7 +40,7 @@
|
|
$string_of{$ident} = $args{string};
|
|
|
|
$args{string} =~
|
|
- m{ NetApp \s+ Release \s+ (\S+) : \s+ (.*) }gmx ||
|
|
+ m{ NetApp \s+ Release \s+ (.+): \s+ (.+) }gmx ||
|
|
croak ("Invalid version string: $args{string}\n");
|
|
|
|
$release_of{$ident} = $1;
|