View | Details | Raw Unified | Return to bug 244924 | Differences between
and this patch

Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 14522-14524 Link Here
14522
devel/rubygem-cucumber-tag_expressions|devel/rubygem-cucumber-tag-expressions|2020-04-04|Renamed by upstream
14522
devel/rubygem-cucumber-tag_expressions|devel/rubygem-cucumber-tag-expressions|2020-04-04|Renamed by upstream
14523
devel/p5-Glib2|devel/p5-Glib|2020-04-07|Rename to match our p5- port naming
14523
devel/p5-Glib2|devel/p5-Glib|2020-04-07|Rename to match our p5- port naming
14524
devel/jucipp|editors/jucipp|2020-04-07|Remove duplicate
14524
devel/jucipp|editors/jucipp|2020-04-07|Remove duplicate
14525
net-im/pidgin-rocketchat|net-im/purple-rocketchat|2020-04-11|Generalized into a libpurple plugin
(-)UPDATING (+13 lines)
Lines 5-10 Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20200411:
9
  AFFECTS: users of net-im/pidgin-rocketchat
10
  AUTHOR: tobias.rehbein@web.de
11
12
  This port has been turned into a libpurple plugin (net-im/purple-rocketchat)
13
  to support other libpurple clients than pidgin.
14
15
  This also changes some dependencies and you should run the following command
16
  to prevent pidgin from being autoremoved.
17
18
  # mark pidgin as being not automatically installed
19
  pkg set -A 0 pidgin
20
8
20200408:
21
20200408:
9
  AFFECTS: users of security/openssh-portable
22
  AFFECTS: users of security/openssh-portable
10
  AUTHOR: bdrewery@FreeBSD.org
23
  AUTHOR: bdrewery@FreeBSD.org
(-)net-im/Makefile (-1 / +1 lines)
Lines 112-118 Link Here
112
    SUBDIR += pidgin-libnotify
112
    SUBDIR += pidgin-libnotify
113
    SUBDIR += pidgin-manualsize
113
    SUBDIR += pidgin-manualsize
114
    SUBDIR += pidgin-osd
114
    SUBDIR += pidgin-osd
115
    SUBDIR += pidgin-rocketchat
116
    SUBDIR += pidgin-sipe
115
    SUBDIR += pidgin-sipe
117
    SUBDIR += pidgin-skypeweb
116
    SUBDIR += pidgin-skypeweb
118
    SUBDIR += pidgin-twitter
117
    SUBDIR += pidgin-twitter
Lines 125-130 Link Here
125
    SUBDIR += purple-discord
124
    SUBDIR += purple-discord
126
    SUBDIR += purple-facebook
125
    SUBDIR += purple-facebook
127
    SUBDIR += purple-hangouts
126
    SUBDIR += purple-hangouts
127
    SUBDIR += purple-rocketchat
128
    SUBDIR += purple-slack
128
    SUBDIR += purple-slack
129
    SUBDIR += py-fbmq
129
    SUBDIR += py-fbmq
130
    SUBDIR += py-matrix-synapse
130
    SUBDIR += py-matrix-synapse
(-)net-im/purple-rocketchat/Makefile (-8 / +7 lines)
Lines 1-10 Link Here
1
# $FreeBSD: head/net-im/pidgin-rocketchat/Makefile 517063 2019-11-08 13:34:26Z tobik $
1
# $FreeBSD$
2
2
3
PORTNAME=	pidgin-rocketchat
3
PORTNAME=	purple-rocketchat
4
PORTVERSION=	0.0.20171004
4
PORTVERSION=	0.0.20190416
5
CATEGORIES=	net-im
5
CATEGORIES=	net-im
6
MASTER_SITES=	https://bitbucket.org/EionRobb/purple-rocketchat/get/
6
MASTER_SITES=	https://bitbucket.org/EionRobb/purple-rocketchat/get/
7
DISTNAME=	fb8dcc649782
7
DISTNAME=	826990b48f41
8
8
9
MAINTAINER=	mizhka@gmail.com
9
MAINTAINER=	mizhka@gmail.com
10
COMMENT=	Rocket.Chat Plugin for libpurple
10
COMMENT=	Rocket.Chat Plugin for libpurple
Lines 14-30 Link Here
14
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
14
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
15
		libpurple.so:net-im/libpurple
15
		libpurple.so:net-im/libpurple
16
BUILD_DEPENDS=	${LOCALBASE}/lib/libmarkdown.a:textproc/discount
16
BUILD_DEPENDS=	${LOCALBASE}/lib/libmarkdown.a:textproc/discount
17
RUN_DEPENDS=	pidgin:net-im/pidgin
18
17
19
USES=		gmake gnome pkgconfig zip
18
USES=		gmake gnome pkgconfig zip
20
USE_GNOME=	glib20
19
USE_GNOME=	glib20
21
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
22
21
23
PLIST_FILES=	lib/pidgin/librocketchat.so
22
PLIST_FILES=	lib/purple-2/librocketchat.so
24
WRKSRC=		${WRKDIR}/EionRobb-purple-rocketchat-${DISTNAME}
23
WRKSRC=		${WRKDIR}/EionRobb-purple-rocketchat-${DISTNAME}
25
24
26
do-install:
25
do-install:
27
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin
26
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/purple-2
28
	${INSTALL_LIB} ${WRKSRC}/librocketchat.so ${STAGEDIR}${PREFIX}/lib/pidgin
27
	${INSTALL_LIB} ${WRKSRC}/librocketchat.so ${STAGEDIR}${PREFIX}/lib/purple-2
29
28
30
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)net-im/purple-rocketchat/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1507146563
1
TIMESTAMP = 1584639201
2
SHA256 (fb8dcc649782.zip) = fd918356721c8b87ec039a5cb09aab8c5810d431caf7e1c15b95ebe15b534829
2
SHA256 (826990b48f41.zip) = 0732819202166e4c9ded127d0dde52c3622ab2bc8f714b0248373ee7914fb179
3
SIZE (fb8dcc649782.zip) = 50260
3
SIZE (826990b48f41.zip) = 53090
(-)net-im/purple-rocketchat/pkg-descr (-2 / +2 lines)
Lines 1-4 Link Here
1
pidgin-rocketchar is libpurple plugin which adds support for Rocket.Char
1
purple-rocketchat adds support for Rocket.Chat to libpurple clients, such as
2
to the users who use pidgin
2
Pidgin.
3
3
4
WWW: https://bitbucket.org/EionRobb/purple-rocketchat
4
WWW: https://bitbucket.org/EionRobb/purple-rocketchat

Return to bug 244924