notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-im/pidgin-sipe/Makefile

Number of commits found: 61

Friday, 29 Sep 2023
23:20 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-im/pidgin-sipe: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those

Approved by:	portmgr (blanket)
commit hash: 57bd542732b4a3f2718fe3a1fdfb04850994dc5e commit hash: 57bd542732b4a3f2718fe3a1fdfb04850994dc5e commit hash: 57bd542732b4a3f2718fe3a1fdfb04850994dc5e commit hash: 57bd542732b4a3f2718fe3a1fdfb04850994dc5e 57bd542
Friday, 18 Aug 2023
19:42 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-im/pidgin-sipe: Fix build on 14

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: df482f1d24267d943a1b1ff90396c527dac5801d commit hash: df482f1d24267d943a1b1ff90396c527dac5801d commit hash: df482f1d24267d943a1b1ff90396c527dac5801d commit hash: df482f1d24267d943a1b1ff90396c527dac5801d df482f1
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net-im: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alberto Villa <avilla@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
  *  Andrew Lewis <freeghb@gmail.com>
  *  Andrey Akhmichin <sepulkarium45@yahoo.com>
  *  Bartek Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Florent Thoumie <flz@FreeBSD.org>
  *  Frank Altpeter <frank@altpeter.de>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffrey Mainland <mainland@apeiron.net>
  *  Henry Hu <henry.hu.sh@gmail.com>
  *  Jim Mock <jim@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  John Prather
  *  Jonathan Chen <jonc@chen.org.nz>
  *  Joseph S. Atkinson <jsatkinson@embarqmail.com>
  *  Junji NAKANISHI <jun-g@daemonfreaks.com>
  *  Kelly Cochran <kcochran@trolans.net>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kris Moore <kmoore@freebsd.org>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Marc Bruenink
  *  Matthew West <mwest@uct.ac.za>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Max E. Kuznecov <mek@mek.uz.ua>
  *  Meethune Bhowmick <meethune@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nikolay Pavlov <qpadla@gmail.com>
  *  Oleg Ginzburg (olevole@olevole.ru)
  *  Pavel Andreev
  *  Saulius Menkevicius <bob@nulis.lt>
  *  SeaD
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yuri <yuri@tsoft.com>
  *  Yuri Victorovich
  *  Yuri Victorovich <yuri@rawbw.com>
  *  dd
  *  gahr
  *  gnome@freebsd.org
  *  jodocus <jodocus@jodocus.org>
  *  mph
  *  trasz
  *  vsevolod

With hat:	portmgr
commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 103413d
Saturday, 30 Apr 2022
08:03 Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk

- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 ca3f925
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 21 Oct 2020
18:46 pkubaj search for other commits by this committer
net-im/pidgin-sipe: fix build on GCC architectures

New glib needs newer GCC.
Original commitRevision:552878 
Sunday, 19 Jul 2020
11:29 pkubaj search for other commits by this committer
net-im/pidgin-sipe: fix build on GCC architectures

Set -Wno-error:
cc1: warnings being treated as errors
purple-plugin.c:165: warning: missing initializer

MFH:		2020Q3 (fix build blanket)
Original commitRevision:542560 
Saturday, 21 Sep 2019
15:19 pkubaj search for other commits by this committer
net-im/pidgin-sipe: update to 1.24.0, pet portlint

Update the port to 1.24.0.

Add explicit dependencies which are installed and linked to anyway for libdbus,
gstreamer1 and farstream.

Add USES=gnome.

Pet portlint by moving some entries.

Fix OCS2005 option, which had misspelled DESC and CONFIGURE_ENABLE entries, so
it didn't even work.

Remove unneeded patch.

PR:		240347
Approved by:	john.c.prather@gmail.com (maintainer timeout), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21714
Original commitRevision:512509 
Thursday, 30 Nov 2017
06:13 linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Original commitRevision:455167 
Saturday, 27 May 2017
16:00 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "clang_werror".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441850 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Sunday, 9 Oct 2016
12:10 jbeich search for other commits by this committer
devel/nspr, security/nss: drop version from SONAME

No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
Original commitRevision:423591 
Friday, 9 Sep 2016
20:12 amdmi3 search for other commits by this committer
- Update to 1.21.1
- While here, switch to USES=localbase and options helpers

PR:		211880
Submitted by:	w.schwarzenfeld@utanet.at
Approved by:	john.c.prather@gmail.com (maintainer)
Original commitRevision:421636 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Wednesday, 5 Aug 2015
07:39 kwm search for other commits by this committer
Part 2 of adding USE_GNOME=intltool to ports that require it.

The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
Original commitRevision:393574 
Saturday, 17 May 2014
16:57 tijl search for other commits by this committer
Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2".  Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).

audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.

net/online-desktop: Remove obsolete patches.

net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.

net-im/pidgin-audacious-remote: Disable static plugin.

net-im/pidgin-birthday-reminder: Disable static plugin.

net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.

net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.

net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.

net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.

net-im/pidgin-manualsize: Fix build on systems without gcc.

net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.

net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.

security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.

security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
  when necessary like Mk/bsd.ssp.mk does.

Approved by:	portmgr (PORTREVISION bump on unstaged port)
Original commitRevision:354341 
Saturday, 15 Feb 2014
16:10 swills search for other commits by this committer
- Update to 1.18.0

PR:		ports/186783
Submitted by:	swills (myself)
Approved by:	John Prather <john.c.prather@gmail.com> (maintainer)
Original commitRevision:344418 
Thursday, 19 Dec 2013
20:11 swills search for other commits by this committer
- Fix build on 10.0 and 11-CURRENT

PR:		ports/181196
Submitted by:	myself
Approved by:	maintainer timeout (john.c.prather@gmail.com, >4 months)
Original commitRevision:336957 
Friday, 20 Sep 2013
22:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
Original commitRevision:327756 
Friday, 6 Sep 2013
14:23 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326504 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Tuesday, 5 Mar 2013
17:07 miwi search for other commits by this committer
- Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
Original commitRevision:313460 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 21 Apr 2012
08:25 pawel search for other commits by this committer
- Update to version 1.13.1
- Add options for OSC2005 msg timeout and Kerberos support

PR:             ports/167086
Submitted by:   Golyashov Sergey <svvord@ulona.org>
Approved by:    maintainer
Original commit
Wednesday, 1 Feb 2012
03:25 rm search for other commits by this committer
- update to 1.12.0 [1]
- fix pkg-plist problem

PR:             164391
Submitted by:   Golyashov Sergey <svvord at ulona dot org>
Approved by:    maintainer
Original commit
Tuesday, 18 Oct 2011
20:01 pawel search for other commits by this committer
Depend on security/nss, fixes misssing dep when net-im/libpurple and
net-im/pidgin are build without NSS support - this port still links
to it when it's available and this behaviour can be disabled.

PR:             ports/160352
Reported by:    Peter Jeremy <Peter.Jeremy@alcatel-lucent.com>
Approved by:    maintainer
Original commit
Saturday, 27 Aug 2011
17:28 marcus search for other commits by this committer
Update Pidgin and friends to 2.10.0.  See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
Original commit
Thursday, 7 Jul 2011
07:05 marcus search for other commits by this committer
Actually commit the libpurple shared lib bump.

Reported by:    pointyhat via pav
Original commit
Sunday, 19 Jun 2011
21:25 marcus search for other commits by this committer
Chase the libpurple shared lib version.
Original commit
Wednesday, 24 Nov 2010
07:29 wen search for other commits by this committer
- Update to 1.11.2

PR:             ports/152501
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Thursday, 21 Oct 2010
08:24 wen search for other commits by this committer
- Update to 1.11.0

PR:             ports/151610
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Monday, 12 Jul 2010
03:02 miwi search for other commits by this committer
- Update to 1.10.1

PR:             148479
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Thursday, 27 May 2010
09:45 ehaupt search for other commits by this committer
Fix build

PR:             147089
Submitted by:   freebsd@nagilum.org
Approved by:    John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Wednesday, 26 May 2010
07:43 pav search for other commits by this committer
- Mark BROKEN: does not build with pidgin 2.7

Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Saturday, 22 May 2010
05:21 marcus search for other commits by this committer
Update Pidgin and friends to 2.7.0.  See
http://developer.pidgin.im/wiki/ChangeLog for the list of changes.  Also,
enable Tcl 8.5 support.

PR:             146607
Submitted by:   dougb
Original commit
Thursday, 8 Apr 2010
20:53 sylvio search for other commits by this committer
- Update to 1.10.0
- Add support to NLS

PR:             ports/145464
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Approved by:    itetcu (mentor, implicit)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 20 Mar 2010
19:12 miwi search for other commits by this committer
- Update to 1.9.1

PR:             144803
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Wednesday, 10 Mar 2010
23:41 miwi search for other commits by this committer
- Update to 1.9.0

PR:             144635
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Wednesday, 17 Feb 2010
22:02 lwhsu search for other commits by this committer
- Update to to 1.8.1

PR:             ports/144049
Submitted by:   John Prather <john.c.prather AT gmail.com> (maintainer)

Feature safe:   yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 20 Dec 2009
14:35 ehaupt search for other commits by this committer
Update to 1.7.1

PR:             141100
Approved by:    maintainer timeout (18 days)
Original commit
Wednesday, 21 Oct 2009
11:48 miwi search for other commits by this committer
- Update to 1.7.0

PR:             139803
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Friday, 2 Oct 2009
23:17 amdmi3 search for other commits by this committer
- Update to 1.6.3

PR:             139260
Submitted by:   John Prather <john.prather@ticketmaster.com> (maintainer from
another email)
Original commit
Saturday, 29 Aug 2009
22:08 miwi search for other commits by this committer
- Update to 1.6.2

PR:             138286
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Thursday, 27 Aug 2009
15:04 amdmi3 search for other commits by this committer
- Remove remaining SFP references (switch these ports to SF)

Approved by:    portmgr (pav)
Original commit
Saturday, 22 Aug 2009
05:54 marcus search for other commits by this committer
Mark BROKEN pending an update for libpurple-2.6.1.

Reported by:    pointyhat via erwin
Original commit
Thursday, 20 Aug 2009
20:45 marcus search for other commits by this committer
Chase the libpurple shared lib bump.
Original commit
Thursday, 13 Aug 2009
15:25 amdmi3 search for other commits by this committer
- Update to 1.6.1
- Switch to SFP

PR:             137709
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Tuesday, 11 Aug 2009
14:26 amdmi3 search for other commits by this committer
- Update to 1.6.0

PR:             137614
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Sunday, 5 Jul 2009
22:15 miwi search for other commits by this committer
- Update to 1.4.1

PR:             136165
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Saturday, 20 Jun 2009
14:49 beat search for other commits by this committer
- Update to 1.4.1

PR:             ports/135714
Submitted by:   John Prather <john.c.prather AT gmail.com> (maintainer)
Original commit
Thursday, 21 May 2009
13:41 amdmi3 search for other commits by this committer
- Update to 1.4.0
- While here, use SF macro and fix some identation

PR:             134729
Submitted by:   John Prather <john.c.prather@gmail.com> (maintainer)
Original commit
Sunday, 17 May 2009
14:58 miwi search for other commits by this committer
Pidgin Plug-in for OCS/LCS (Live Communication Server).
SIP/Simple protocol implementation for connect to LCS/OCS.

WWW: http://www.sourceforge.net/projects/sipe

PR:             ports/134349
Submitted by:   John Prather
Original commit

Number of commits found: 61