Index: MOVED =================================================================== --- MOVED (revision 531337) +++ MOVED (working copy) @@ -14522,3 +14522,4 @@ devel/rubygem-cucumber-tag_expressions|devel/rubygem-cucumber-tag-expressions|2020-04-04|Renamed by upstream devel/p5-Glib2|devel/p5-Glib|2020-04-07|Rename to match our p5- port naming devel/jucipp|editors/jucipp|2020-04-07|Remove duplicate +net-im/pidgin-rocketchat|net-im/purple-rocketchat|2020-04-11|Generalized into a libpurple plugin Index: UPDATING =================================================================== --- UPDATING (revision 531337) +++ UPDATING (working copy) @@ -5,6 +5,19 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20200411: + 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 + 20200408: AFFECTS: users of security/openssh-portable AUTHOR: bdrewery@FreeBSD.org Index: net-im/Makefile =================================================================== --- net-im/Makefile (revision 531337) +++ net-im/Makefile (working copy) @@ -112,7 +112,6 @@ SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-osd - SUBDIR += pidgin-rocketchat SUBDIR += pidgin-sipe SUBDIR += pidgin-skypeweb SUBDIR += pidgin-twitter @@ -125,6 +124,7 @@ SUBDIR += purple-discord SUBDIR += purple-facebook SUBDIR += purple-hangouts + SUBDIR += purple-rocketchat SUBDIR += purple-slack SUBDIR += py-fbmq SUBDIR += py-matrix-synapse diff -u /usr/ports/net-im/purple-rocketchat/Makefile net-im/purple-rocketchat/Makefile --- /usr/ports/net-im/purple-rocketchat/Makefile 2020-04-11 07:18:26.047549000 +0200 +++ net-im/purple-rocketchat/Makefile 2020-04-11 07:14:00.499192000 +0200 @@ -1,10 +1,10 @@ -# $FreeBSD: head/net-im/pidgin-rocketchat/Makefile 517063 2019-11-08 13:34:26Z tobik $ +# $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 @@ -14,17 +14,16 @@ 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 +PLIST_FILES= lib/purple-2/librocketchat.so WRKSRC= ${WRKDIR}/EionRobb-purple-rocketchat-${DISTNAME} 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 diff -u /usr/ports/net-im/purple-rocketchat/distinfo net-im/purple-rocketchat/distinfo --- /usr/ports/net-im/purple-rocketchat/distinfo 2020-04-11 07:18:26.046489000 +0200 +++ net-im/purple-rocketchat/distinfo 2020-04-11 07:13:11.552117000 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1507146563 -SHA256 (fb8dcc649782.zip) = fd918356721c8b87ec039a5cb09aab8c5810d431caf7e1c15b95ebe15b534829 -SIZE (fb8dcc649782.zip) = 50260 +TIMESTAMP = 1584639201 +SHA256 (826990b48f41.zip) = 0732819202166e4c9ded127d0dde52c3622ab2bc8f714b0248373ee7914fb179 +SIZE (826990b48f41.zip) = 53090 diff -u /usr/ports/net-im/purple-rocketchat/pkg-descr net-im/purple-rocketchat/pkg-descr --- /usr/ports/net-im/purple-rocketchat/pkg-descr 2020-04-11 07:18:26.045448000 +0200 +++ net-im/purple-rocketchat/pkg-descr 2020-04-11 07:13:11.552599000 +0200 @@ -1,4 +1,4 @@ -pidgin-rocketchar is libpurple plugin which adds support for Rocket.Char -to the users who use pidgin +purple-rocketchat adds support for Rocket.Chat to libpurple clients, such as +Pidgin. WWW: https://bitbucket.org/EionRobb/purple-rocketchat