freebsd-ports/mail/sqlgrey/files/patch-ipv6
Mark Felder 98a149bb83 Revive from the dead. This port is too important to let slip through the
cracks.

- Support STAGE
- Appease rclint and portlint
- Remove pkg-install. We can do this in @unexec and rc script.
- Set a default database option -- PGSQL will be default as recommended
upstream.
- Use new @sample capability
- SHEBANGFIX

Sponsored by:	SupraNet Communications, Inc
2014-09-03 20:49:19 +00:00

11 lines
347 B
Text

--- sqlgrey.orig 2013-09-27 06:51:40.913265753 -0500
+++ sqlgrey 2013-09-27 06:51:25.000000000 -0500
@@ -1037,7 +1037,7 @@
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]);
}
}