mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update irc/bitlbee to 3.4.2
This commit is contained in:
parent
62b2245889
commit
4b433cd8c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413028
3 changed files with 3 additions and 15 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bitlbee
|
||||
PORTVERSION= 3.4.1
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 3.4.2
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://get.bitlbee.org/src/ \
|
||||
LOCAL/brix
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bitlbee-3.4.1.tar.gz) = 500a0b19943040d67458eb3beb0a63d004abb2aa54a777addeb2a895d4f5c0e1
|
||||
SIZE (bitlbee-3.4.1.tar.gz) = 688072
|
||||
SHA256 (bitlbee-3.4.2.tar.gz) = 69c85554def74f314e3b6e390389a30b0e748f23ef37883e9d7545ee2c45ea57
|
||||
SIZE (bitlbee-3.4.2.tar.gz) = 719456
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- irc_channel.c.orig 2015-07-20 20:09:00 UTC
|
||||
+++ irc_channel.c
|
||||
@@ -444,7 +444,7 @@ void irc_channel_auto_joins(irc_t *irc,
|
||||
can only auto-join them if their account is online. */
|
||||
char *acc_s;
|
||||
|
||||
- if (!aj || (ic->flags & IRC_CHANNEL_JOINED)) {
|
||||
+ if (!aj && !(ic->flags & IRC_CHANNEL_JOINED)) {
|
||||
/* Only continue if this one's marked as auto_join
|
||||
or if we're in it already. (Possible if the
|
||||
client auto-rejoined it before identyfing.) */
|
Loading…
Add table
Reference in a new issue