diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 06:21:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 06:21:20 +0000 |
commit | 12f56a38a7178dc6335f27c4ce0a2d6336762ba2 (patch) | |
tree | 88dd7135fa5b41bfb4f596c8373ecc6a242577ab /net/spread/files/patch-perl::Spread::Spread.pm | |
parent | [New Port]:: www/drupal 4.3.1 Update & Fix plist (diff) |
[MAINTAINER UPDATE] New versions of spread, spread-j and py-spreadmodule
* Use more bsd.port.mk convenience switches.
* Use rc.subr properly for spread daemon.
* Write a logfile rather than spewing to stdio.
* Move rendezvous socket to /var/run.
* Make Makefile.PL behave properly with PREFIX.
PR: ports/60053
Submitted by: Joshua Goodall <joshua@roughtrade.net>
Notes
Notes:
svn path=/head/; revision=96846
Diffstat (limited to 'net/spread/files/patch-perl::Spread::Spread.pm')
-rw-r--r-- | net/spread/files/patch-perl::Spread::Spread.pm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/spread/files/patch-perl::Spread::Spread.pm b/net/spread/files/patch-perl::Spread::Spread.pm new file mode 100644 index 000000000000..a753b18f6b45 --- /dev/null +++ b/net/spread/files/patch-perl::Spread::Spread.pm @@ -0,0 +1,13 @@ +--- perl/Spread/Spread.pm Mon Dec 8 21:12:18 2003 ++++ perl/Spread/Spread.pm Mon Dec 8 21:15:44 2003 +@@ -177,8 +177,8 @@ + + # Connect + my($mailbox, $private_group) = Spread::connect( +- spread_name => '4444@host.domain.com', +- private_name => 'mrcool', ++ { spread_name => '4803@host.domain.com', ++ private_name => 'mrcool', } + ); + + # Join and leave groups |