Index: head/irc/bitlbee-facebook/Makefile =================================================================== --- head/irc/bitlbee-facebook/Makefile (revision 562541) +++ head/irc/bitlbee-facebook/Makefile (revision 562542) @@ -1,33 +1,34 @@ # Created by: gahr # $FreeBSD$ PORTNAME= bitlbee-facebook PORTVERSION= 1.2.1 DISTVERSIONPREFIX=v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= irc MAINTAINER= gahr@FreeBSD.org COMMENT= Facebook plugin for bitlbee LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib BUILD_DEPENDS= bitlbee:irc/bitlbee USES= autoreconf gettext-runtime gnome libtool pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-plugindir=${PREFIX}/lib/bitlbee USE_GITHUB= yes GH_ACCOUNT= bitlbee MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip PLIST_FILES= lib/bitlbee/facebook.so .include Index: head/irc/bitlbee-facebook/files/patch-facebook_facebook-api.h =================================================================== --- head/irc/bitlbee-facebook/files/patch-facebook_facebook-api.h (nonexistent) +++ head/irc/bitlbee-facebook/files/patch-facebook_facebook-api.h (revision 562542) @@ -0,0 +1,26 @@ +From 49ea312d98b0578b9b2c1ff759e2cfa820a41f4d Mon Sep 17 00:00:00 2001 +From: Frantisek Sumsal +Date: Wed, 20 Jan 2021 13:19:45 +0100 +Subject: [PATCH] Bump the FB_ORCA_AGENT version once again (#208) + +* Bump the FB_ORCA_AGENT version once again + +Recently FB started returning ERROR_QUEUE_UNDERFLOW upon login (again). +Given the similarity to #180, the fix seemed quite straightforward, and +it indeed is - bumping the client version fixes the login issue. + +Fixes: #207 + +diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h +index 988dbf5..cecfa05 100644 +--- facebook/facebook-api.h.orig ++++ facebook/facebook-api.h +@@ -117,7 +117,7 @@ + * + */ + +-#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/192.0.0.31.101;FBBV/14477681]" ++#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/537.0.0.31.101;FBBV/14477681]" + + /** + * FB_API_AGENT: Property changes on: head/irc/bitlbee-facebook/files/patch-facebook_facebook-api.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property