svn commit: r383888 - head/net-mgmt/pandorafms_agent/files
Mathieu Arnold
mat at FreeBSD.org
Sun Apr 12 22:19:23 UTC 2015
Author: mat
Date: Sun Apr 12 22:19:22 2015
New Revision: 383888
URL: https://svnweb.freebsd.org/changeset/ports/383888
Log:
Fix with Perl 5.20+
With hat: perl@
Sponsored by: Absolight
Added:
head/net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer (contents, props changed)
Added: head/net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer Sun Apr 12 22:19:22 2015 (r383888)
@@ -0,0 +1,11 @@
+--- pandora_agent_installer.orig 2015-04-12 22:14:02 UTC
++++ pandora_agent_installer
+@@ -89,7 +89,7 @@ fi
+ [ "$4" ] && PANDORA_PERL_PATH=$4
+
+ # Check for Perl 5.6.x or higher available
+-PERL_VERSION=`$PANDORA_PERL_PATH -v | egrep 'v5.6|v5.7|v5.8|v5.9|v5.1[0-9]' | grep perl`
++PERL_VERSION=`$PANDORA_PERL_PATH -v | egrep 'v5.6|v5.7|v5.8|v5.9|v5.1[0-9]|v5.2[0-9]' | grep perl`
+
+ if [ -z "$PERL_VERSION" ]
+ then
More information about the svn-ports-all
mailing list