aboutsummaryrefslogtreecommitdiff
path: root/irc/bitlbee-facebook
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2017-05-04 12:33:03 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2017-05-04 12:33:03 +0000
commitc9bd228a74d16cb5a1202e70817b4116c8a8b47c (patch)
tree0f89c120780938800097c03ad731f62dc6fb4e29 /irc/bitlbee-facebook
parent4fda0bc91c2a242031f6913ac014dc62049c330c (diff)
downloadports-c9bd228a74d16cb5a1202e70817b4116c8a8b47c.tar.gz
ports-c9bd228a74d16cb5a1202e70817b4116c8a8b47c.zip
irc/bitlbee-facebook: update to 1.1.1, drop patch released upstream
Notes
Notes: svn path=/head/; revision=440101
Diffstat (limited to 'irc/bitlbee-facebook')
-rw-r--r--irc/bitlbee-facebook/Makefile2
-rw-r--r--irc/bitlbee-facebook/distinfo6
-rw-r--r--irc/bitlbee-facebook/files/patch-issue-13948
3 files changed, 4 insertions, 52 deletions
diff --git a/irc/bitlbee-facebook/Makefile b/irc/bitlbee-facebook/Makefile
index 8335cbdc3956..ad2983877498 100644
--- a/irc/bitlbee-facebook/Makefile
+++ b/irc/bitlbee-facebook/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bitlbee-facebook
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.1
DISTVERSIONPREFIX=v
PORTEPOCH= 1
CATEGORIES= irc
diff --git a/irc/bitlbee-facebook/distinfo b/irc/bitlbee-facebook/distinfo
index 011161f235dc..c8a9a8a17914 100644
--- a/irc/bitlbee-facebook/distinfo
+++ b/irc/bitlbee-facebook/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490859018
-SHA256 (bitlbee-bitlbee-facebook-v1.1.0_GH0.tar.gz) = ac6d72b0f5b10971ff811fed5cdb9e4fdded43174fe8c16b1bfe7bbfa6c11088
-SIZE (bitlbee-bitlbee-facebook-v1.1.0_GH0.tar.gz) = 66317
+TIMESTAMP = 1493900905
+SHA256 (bitlbee-bitlbee-facebook-v1.1.1_GH0.tar.gz) = 100cd5977fdb2495cb7d0325d12cc3825ccba0c7a2adce9146c9228f15c4e699
+SIZE (bitlbee-bitlbee-facebook-v1.1.1_GH0.tar.gz) = 66460
diff --git a/irc/bitlbee-facebook/files/patch-issue-139 b/irc/bitlbee-facebook/files/patch-issue-139
deleted file mode 100644
index 541b6a711c63..000000000000
--- a/irc/bitlbee-facebook/files/patch-issue-139
+++ /dev/null
@@ -1,48 +0,0 @@
---- facebook/facebook-api.h.orig
-+++ facebook/facebook-api.h
-@@ -89,26 +89,36 @@
- #define FB_API_SECRET "374e60f8b9bb6b8cbb30f78030438895"
-
- /**
-+ * FB_ORCA_AGENT
-+ *
-+ * The part of the user agent that looks like the official client, since the
-+ * server started checking this.
-+ *
-+ * We announce ourselves as compatible with Orca-Android 38.0 since that's the
-+ * closest version to the last major protocol update. Some parts use older
-+ * features, some parts use newer ones.
-+ *
-+ * Fun fact: this version sends old-style MQIsdp CONNECT messages for the first
-+ * connection, with JSON payloads instead of compressed thrift.
-+ *
-+ */
-+
-+#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/38.0.0.22.155;FBBV/14477681]"
-+
-+/**
- * FB_API_AGENT:
- *
- * The HTTP User-Agent header.
- */
--#define FB_API_AGENT "Facebook plugin / BitlBee / " PACKAGE_VERSION
-+#define FB_API_AGENT "Facebook plugin / BitlBee / " PACKAGE_VERSION " " FB_ORCA_AGENT
-
- /**
- * FB_API_MQTT_AGENT
- *
- * The client information string sent in the MQTT CONNECT message
-- *
-- * We announce ourselves as compatible with Orca-Android 38.0 since that's the
-- * closest version to the last major protocol update. Some parts use older
-- * features, some parts use newer ones.
-- *
-- * Fun fact: this version sends old-style MQIsdp CONNECT messages for the first
-- * connection, with JSON payloads instead of compressed thrift.
- */
-
--#define FB_API_MQTT_AGENT FB_API_AGENT " [FBAN/Orca-Android;FBAV/38.0.0.22.155;FBBV/14477681]"
-+#define FB_API_MQTT_AGENT FB_API_AGENT
-
-
- /**