[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.46-3-gc1337a7
Alex Vandiver
alexmv at bestpractical.com
Mon Jan 27 16:52:22 EST 2014
The branch, master has been updated
via c1337a7a63517da5a4a14a1f829f6f0f23f4a485 (commit)
from 4056a418641d83ddcf3e74d0f27a7d13665efbcf (commit)
Summary of changes:
Makefile.PL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c1337a7a63517da5a4a14a1f829f6f0f23f4a485
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jan 27 16:52:19 2014 -0500
Accept "gpg (GnuPG/MacGPG2)" a valid GPG version
diff --git a/Makefile.PL b/Makefile.PL
index 8156e7f..50b56d2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,7 @@ die "gpg (GnuPG) not found" if ( $? != 0 );
my $output = `gpg --version`;
die "Can't determine gpg version"
- unless $output =~ /^gpg \(GnuPG\) (\d+\.\d+)/;
+ unless $output =~ /^gpg \(GnuPG.*?\) (\d+\.\d+)/;
die "gpg (GnuPG) 1.4 or later is required" unless $1 >= 1.4;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list