View | Details | Raw Unified | Return to bug 128161
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	mcabber
8
PORTNAME=	mcabber
9
PORTVERSION=	0.9.8
9
PORTVERSION=	0.9.9
10
CATEGORIES=	net-im
10
CATEGORIES=	net-im
11
MASTER_SITES=	http://www.lilotux.net/~mikael/mcabber/files/ CENKES
11
MASTER_SITES=	http://www.lilotux.net/~mikael/mcabber/files/ CENKES
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	adox@mcx2.org
14
COMMENT=	Small Jabber console client
14
COMMENT=	Small Jabber console client
15
15
16
USE_BZIP2=	yes
16
USE_BZIP2=	yes
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mcabber-0.9.8.tar.bz2) = 4b8278aaaaf89d3865ec102888f3127f
1
MD5 (mcabber-0.9.9.tar.bz2) = 189fb9d23f5a8412bc660884528475ea
2
SHA256 (mcabber-0.9.8.tar.bz2) = f2946354c301e6c130e5ea02ab3db1eeee7ca6c9943751703a1ffc2deaa401f0
2
SHA256 (mcabber-0.9.9.tar.bz2) = 2a231c9241211d33745f110f35cfa6bdb051b32791461b9579794b6623863bb1
3
SIZE (mcabber-0.9.8.tar.bz2) = 484286
3
SIZE (mcabber-0.9.9.tar.bz2) = 492360
(-)pkg-plist (+38 lines)
Lines 12-17 Link Here
12
%%DATADIR%%/contrib/themes/light.txt
12
%%DATADIR%%/contrib/themes/light.txt
13
%%DATADIR%%/contrib/themes/light2.txt
13
%%DATADIR%%/contrib/themes/light2.txt
14
%%DATADIR%%/contrib/themes/oliver.txt
14
%%DATADIR%%/contrib/themes/oliver.txt
15
%%DATADIR%%/help/cs/hlp.txt
16
%%DATADIR%%/help/cs/hlp_add.txt
17
%%DATADIR%%/help/cs/hlp_alias.txt
18
%%DATADIR%%/help/cs/hlp_authorization.txt
19
%%DATADIR%%/help/cs/hlp_bind.txt
20
%%DATADIR%%/help/cs/hlp_buffer.txt
21
%%DATADIR%%/help/cs/hlp_chat_disable.txt
22
%%DATADIR%%/help/cs/hlp_clear.txt
23
%%DATADIR%%/help/cs/hlp_color.txt
24
%%DATADIR%%/help/cs/hlp_connect.txt
25
%%DATADIR%%/help/cs/hlp_del.txt
26
%%DATADIR%%/help/cs/hlp_disconnect.txt
27
%%DATADIR%%/help/cs/hlp_echo.txt
28
%%DATADIR%%/help/cs/hlp_event.txt
29
%%DATADIR%%/help/cs/hlp_group.txt
30
%%DATADIR%%/help/cs/hlp_help.txt
31
%%DATADIR%%/help/cs/hlp_iline.txt
32
%%DATADIR%%/help/cs/hlp_info.txt
33
%%DATADIR%%/help/cs/hlp_move.txt
34
%%DATADIR%%/help/cs/hlp_msay.txt
35
%%DATADIR%%/help/cs/hlp_otr.txt
36
%%DATADIR%%/help/cs/hlp_otrpolicy.txt
37
%%DATADIR%%/help/cs/hlp_pgp.txt
38
%%DATADIR%%/help/cs/hlp_quit.txt
39
%%DATADIR%%/help/cs/hlp_rawxml.txt
40
%%DATADIR%%/help/cs/hlp_rename.txt
41
%%DATADIR%%/help/cs/hlp_request.txt
42
%%DATADIR%%/help/cs/hlp_room.txt
43
%%DATADIR%%/help/cs/hlp_roster.txt
44
%%DATADIR%%/help/cs/hlp_say.txt
45
%%DATADIR%%/help/cs/hlp_say_to.txt
46
%%DATADIR%%/help/cs/hlp_screen_refresh.txt
47
%%DATADIR%%/help/cs/hlp_set.txt
48
%%DATADIR%%/help/cs/hlp_source.txt
49
%%DATADIR%%/help/cs/hlp_status.txt
50
%%DATADIR%%/help/cs/hlp_status_to.txt
51
%%DATADIR%%/help/cs/hlp_version.txt
15
%%DATADIR%%/help/de/hlp.txt
52
%%DATADIR%%/help/de/hlp.txt
16
%%DATADIR%%/help/de/hlp_add.txt
53
%%DATADIR%%/help/de/hlp_add.txt
17
%%DATADIR%%/help/de/hlp_alias.txt
54
%%DATADIR%%/help/de/hlp_alias.txt
Lines 312-317 Link Here
312
@dirrm %%DATADIR%%/contrib/events
349
@dirrm %%DATADIR%%/contrib/events
313
@dirrm %%DATADIR%%/contrib/themes
350
@dirrm %%DATADIR%%/contrib/themes
314
@dirrm %%DATADIR%%/contrib
351
@dirrm %%DATADIR%%/contrib
352
@dirrm %%DATADIR%%/help/cs
315
@dirrm %%DATADIR%%/help/de
353
@dirrm %%DATADIR%%/help/de
316
@dirrm %%DATADIR%%/help/en
354
@dirrm %%DATADIR%%/help/en
317
@dirrm %%DATADIR%%/help/fr
355
@dirrm %%DATADIR%%/help/fr

Return to bug 128161