Index: MOVED =================================================================== --- MOVED (revision 528743) +++ MOVED (working copy) @@ -14481,3 +14481,4 @@ www/yarn-node8|www/yarn-node10|2020-03-10|Removed, slave of www/node8 security/swatch|security/swatchdog|2020-03-15|Rename to match upstream naming lang/go14||2020-03-17|Unused in the ports tree +net-im/pidgin-rocketchat|net-im/purple-rocketchat|2020-03-19|Generalized int a libpurple plugin Index: UPDATING =================================================================== --- UPDATING (revision 528743) +++ 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. +20200319: + 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 + 20200316: AFFECTS: users of net-im/slack-term AUTHOR: dmgk@FreeBSD.org Index: net-im/pidgin-rocketchat/Makefile =================================================================== --- net-im/pidgin-rocketchat/Makefile (revision 528743) +++ net-im/pidgin-rocketchat/Makefile (nonexistent) @@ -1,30 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pidgin-rocketchat -PORTVERSION= 0.0.20171004 -CATEGORIES= net-im -MASTER_SITES= https://bitbucket.org/EionRobb/purple-rocketchat/get/ -DISTNAME= fb8dcc649782 - -MAINTAINER= mizhka@gmail.com -COMMENT= Rocket.Chat Plugin for libpurple - -LICENSE= GPLv3 - -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} - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin - ${INSTALL_LIB} ${WRKSRC}/librocketchat.so ${STAGEDIR}${PREFIX}/lib/pidgin - -.include Property changes on: net-im/pidgin-rocketchat/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: net-im/pidgin-rocketchat/distinfo =================================================================== --- net-im/pidgin-rocketchat/distinfo (revision 528743) +++ net-im/pidgin-rocketchat/distinfo (nonexistent) @@ -1,3 +0,0 @@ -TIMESTAMP = 1507146563 -SHA256 (fb8dcc649782.zip) = fd918356721c8b87ec039a5cb09aab8c5810d431caf7e1c15b95ebe15b534829 -SIZE (fb8dcc649782.zip) = 50260 Property changes on: net-im/pidgin-rocketchat/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: net-im/pidgin-rocketchat/pkg-descr =================================================================== --- net-im/pidgin-rocketchat/pkg-descr (revision 528743) +++ net-im/pidgin-rocketchat/pkg-descr (nonexistent) @@ -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 Property changes on: net-im/pidgin-rocketchat/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: net-im/purple-rocketchat/Makefile =================================================================== --- net-im/purple-rocketchat/Makefile (revision 528743) +++ net-im/purple-rocketchat/Makefile (working copy) @@ -1,10 +1,10 @@ # $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 Index: net-im/purple-rocketchat/distinfo =================================================================== --- net-im/purple-rocketchat/distinfo (revision 528743) +++ net-im/purple-rocketchat/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507146563 -SHA256 (fb8dcc649782.zip) = fd918356721c8b87ec039a5cb09aab8c5810d431caf7e1c15b95ebe15b534829 -SIZE (fb8dcc649782.zip) = 50260 +TIMESTAMP = 1584639201 +SHA256 (826990b48f41.zip) = 0732819202166e4c9ded127d0dde52c3622ab2bc8f714b0248373ee7914fb179 +SIZE (826990b48f41.zip) = 53090 Index: net-im/purple-rocketchat/pkg-descr =================================================================== --- net-im/purple-rocketchat/pkg-descr (revision 528743) +++ net-im/purple-rocketchat/pkg-descr (working copy) @@ -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