diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | UPDATING | 13 | ||||
-rw-r--r-- | net-im/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-rocketchat/distinfo | 3 | ||||
-rw-r--r-- | net-im/pidgin-rocketchat/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/purple-rocketchat/Makefile (renamed from net-im/pidgin-rocketchat/Makefile) | 16 | ||||
-rw-r--r-- | net-im/purple-rocketchat/distinfo | 3 | ||||
-rw-r--r-- | net-im/purple-rocketchat/pkg-descr | 4 |
8 files changed, 30 insertions, 16 deletions
@@ -14554,3 +14554,4 @@ net/py-pcap|net/py-pypcap|2020-05-01|Has expired: Broken with python3 please con x11-drivers/xf86-video-tseng||2020-05-01|Has expired: broken x11-drivers/xf86-video-s3virge||2020-05-01|Has expired: broken net/py-smart_open|net/py-smart-open|2020-05-02|Rename to match upstream naming +net-im/pidgin-rocketchat|net-im/purple-rocketchat|2020-05-05|Generalized into a libpurple plugin @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20200505: + AFFECTS: users of net-im/pidgin-rocketchat + AUTHOR: tobias.rehbein@web.de + + This port has been turned into a libpurple plugin (net-im/purple-rocketchat) + to support other libpurple clients than pidgin. + + This also changes some dependencies and you should run the following command + to prevent pidgin from being autoremoved. + + # mark pidgin as being not automatically installed + pkg set -A 0 pidgin + 20200504: AFFECTS: users of x11-wm/hs-xmonad AUTHOR: arrowd@FreeBSD.org diff --git a/net-im/Makefile b/net-im/Makefile index c69a59484d1c..85bfc9835138 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -115,7 +115,6 @@ SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-osd - SUBDIR += pidgin-rocketchat SUBDIR += pidgin-sipe SUBDIR += pidgin-skypeweb SUBDIR += pidgin-twitter @@ -128,6 +127,7 @@ SUBDIR += purple-discord SUBDIR += purple-facebook SUBDIR += purple-hangouts + SUBDIR += purple-rocketchat SUBDIR += purple-slack SUBDIR += py-fbmq SUBDIR += py-matrix-synapse diff --git a/net-im/pidgin-rocketchat/distinfo b/net-im/pidgin-rocketchat/distinfo deleted file mode 100644 index ca9ff992e34a..000000000000 --- a/net-im/pidgin-rocketchat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1507146563 -SHA256 (fb8dcc649782.zip) = fd918356721c8b87ec039a5cb09aab8c5810d431caf7e1c15b95ebe15b534829 -SIZE (fb8dcc649782.zip) = 50260 diff --git a/net-im/pidgin-rocketchat/pkg-descr b/net-im/pidgin-rocketchat/pkg-descr deleted file mode 100644 index 6a1c2f824a85..000000000000 --- a/net-im/pidgin-rocketchat/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -pidgin-rocketchar is libpurple plugin which adds support for Rocket.Char -to the users who use pidgin - -WWW: https://bitbucket.org/EionRobb/purple-rocketchat diff --git a/net-im/pidgin-rocketchat/Makefile b/net-im/purple-rocketchat/Makefile index 2b32b5262b6a..fad8e2e21862 100644 --- a/net-im/pidgin-rocketchat/Makefile +++ b/net-im/purple-rocketchat/Makefile @@ -1,30 +1,30 @@ # $FreeBSD$ -PORTNAME= pidgin-rocketchat -PORTVERSION= 0.0.20171004 +PORTNAME= purple-rocketchat +PORTVERSION= 0.0.20190416 CATEGORIES= net-im MASTER_SITES= https://bitbucket.org/EionRobb/purple-rocketchat/get/ -DISTNAME= fb8dcc649782 +DISTNAME= 826990b48f41 MAINTAINER= mizhka@gmail.com COMMENT= Rocket.Chat Plugin for libpurple LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${LOCALBASE}/lib/libmarkdown.a:textproc/discount LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple -BUILD_DEPENDS= ${LOCALBASE}/lib/libmarkdown.a:textproc/discount -RUN_DEPENDS= pidgin:net-im/pidgin USES= gmake gnome pkgconfig zip USE_GNOME= glib20 USE_LDCONFIG= yes -PLIST_FILES= lib/pidgin/librocketchat.so WRKSRC= ${WRKDIR}/EionRobb-purple-rocketchat-${DISTNAME} +PLIST_FILES= lib/purple-2/librocketchat.so do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin - ${INSTALL_LIB} ${WRKSRC}/librocketchat.so ${STAGEDIR}${PREFIX}/lib/pidgin + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/purple-2 + ${INSTALL_LIB} ${WRKSRC}/librocketchat.so ${STAGEDIR}${PREFIX}/lib/purple-2 .include <bsd.port.mk> diff --git a/net-im/purple-rocketchat/distinfo b/net-im/purple-rocketchat/distinfo new file mode 100644 index 000000000000..f77449e2e87e --- /dev/null +++ b/net-im/purple-rocketchat/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1584639201 +SHA256 (826990b48f41.zip) = 0732819202166e4c9ded127d0dde52c3622ab2bc8f714b0248373ee7914fb179 +SIZE (826990b48f41.zip) = 53090 diff --git a/net-im/purple-rocketchat/pkg-descr b/net-im/purple-rocketchat/pkg-descr new file mode 100644 index 000000000000..ebe1f8ccc64b --- /dev/null +++ b/net-im/purple-rocketchat/pkg-descr @@ -0,0 +1,4 @@ +purple-rocketchat adds support for Rocket.Chat to libpurple clients, such as +Pidgin. + +WWW: https://bitbucket.org/EionRobb/purple-rocketchat |