diff options
author | mat <mat@FreeBSD.org> | 2015-04-13 06:19:22 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-13 06:19:22 +0800 |
commit | 1ccf16624c9cdc456a2c45dda0b023e693e33325 (patch) | |
tree | 2ef9e8c43b6832f53d3e1d55bd178856e65dc4e7 /net-mgmt | |
parent | 5b2b320027ad5d94fc50816e48c8bac969cfa825 (diff) | |
download | freebsd-ports-gnome-1ccf16624c9cdc456a2c45dda0b023e693e33325.tar.gz freebsd-ports-gnome-1ccf16624c9cdc456a2c45dda0b023e693e33325.tar.zst freebsd-ports-gnome-1ccf16624c9cdc456a2c45dda0b023e693e33325.zip |
Fix with Perl 5.20+
With hat: perl@
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer b/net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer new file mode 100644 index 000000000000..29d8b56c1df4 --- /dev/null +++ b/net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer @@ -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 |