Commits
David B. Evans authored f4b74f61ec7
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name pidgin |
6 6 | version 2.13.0 |
7 - | revision 1 |
7 + | revision 2 |
8 8 | categories net |
9 9 | platforms darwin |
10 10 | license GPL-2+ |
11 11 | maintainers {devans @dbevans} openmaintainer |
12 12 | description Multi-protocol Instant Messaging client |
13 13 | long_description Pidgin is an Open Source clone of America OnLine's \ |
14 14 | Instant Messenger client that uses GTK+ version 2. It \ |
15 15 | features multiple groups, group chat, user information \ |
16 16 | fetching and registration, time stamping, and more. It \ |
17 17 | also supports other IM protocols, including Yahoo!, \ |
26 26 | size 8994457 |
27 27 | |
28 28 | use_bzip2 yes |
29 29 | |
30 30 | # Python is only required if --enable-dbus is used, and only for |
31 31 | # the build process to generate the dbus code, not for running pidgin. |
32 32 | |
33 33 | # set 'pbranch' to desired perl version for perl plugin support |
34 34 | # currently 5.26 (#55208) |
35 35 | |
36 - | set pbranch 5.26 |
36 + | set pbranch 5.28 |
37 37 | |
38 38 | depends_build port:pkgconfig \ |
39 39 | port:intltool \ |
40 40 | port:autoconf \ |
41 41 | port:automake \ |
42 42 | port:libtool \ |
43 43 | port:gsed \ |
44 44 | port:python27 |
45 45 | |
46 46 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ |