diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-18 19:48:35 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-18 19:48:35 +0000 |
commit | 8a6fe341ce0a4c690f59ad78a6d3be96c3fb1d98 (patch) | |
tree | f1406367adefd9868c52f345f8e63615e1ea5d96 /mail/sqlgrey/files/patch-sqlgrey | |
parent | - use new $opt-target (diff) |
mail/sqlgrey: Fix missing dependencies (bash, wget, md5sum)
PR: 205754
Submitted by: me@cschwarz.com
Notes
Notes:
svn path=/head/; revision=406608
Diffstat (limited to 'mail/sqlgrey/files/patch-sqlgrey')
-rw-r--r-- | mail/sqlgrey/files/patch-sqlgrey | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sqlgrey/files/patch-sqlgrey b/mail/sqlgrey/files/patch-sqlgrey new file mode 100644 index 000000000000..8de4190d0b4b --- /dev/null +++ b/mail/sqlgrey/files/patch-sqlgrey @@ -0,0 +1,11 @@ +--- sqlgrey.orig 2012-02-13 16:54:08 UTC ++++ sqlgrey +@@ -1037,7 +1037,7 @@ sub ipv6_smart($) { + return join(":", (split(/:/, $addr))[0..3]); + } else { + ## For Non-EUI64 or Non-Global-Unicast return the address +- return $addr; ++ return join(":", (split(/:/, $addr))[0..3]); + } + } + |