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/finch/pkg-plist

Number of commits found: 14

Wednesday, 10 Jan 2024
13:13 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d 64631af
Sunday, 21 Jun 2020
14:06 marcus search for other commits by this committer
Update to 2.14.1.

See https://bitbucket.org/pidgin/main/src/release-2.x.y/ChangeLog for a list
of changes in this release.

PR:		247148
Submitted by:	swills
Original commitRevision:539765 
Friday, 21 Nov 2014
23:55 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:373023 
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 
Friday, 14 Feb 2014
16:10 marcus search for other commits by this committer
Remove a bogus file that sneaked in due to a manual apply of the previous
patch.

Submitted by:	olgeni
Original commitRevision:344273 
02:08 marcus search for other commits by this committer
When converting to stage I accidentally left out finch.1.gz.  Re-add this
and sort the plist.

PR:		186746
Submitted by:	olgeni
Original commitRevision:344159 
Monday, 25 Feb 2013
17:23 marcus search for other commits by this committer
Forgot to commit this plist change for the 2.10.7 update.

Reported by:	sunpoet
Original commitRevision:312934 
Thursday, 20 Aug 2009
20:41 marcus search for other commits by this committer
Update to 2.6.1.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
Original commit
Sunday, 2 Mar 2008
05:31 marcus search for other commits by this committer
Update to 2.4.0.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
Original commit
Monday, 29 Oct 2007
15:02 marcus search for other commits by this committer
Update to 2.2.2.  See http://developer.pidgin.im/wiki/ChangeLog for all
of the changes.
Original commit
Monday, 17 Sep 2007
19:46 marcus search for other commits by this committer
Update to 2.2.0.  See http://pidgin.im/ChangeLog for the list of changes
in this release.
Original commit
Saturday, 4 Aug 2007
21:43 marcus search for other commits by this committer
Update to 2.1.0.

libpurple:
* Core changes to allow UIs to use second-granularity for scheduling. Pidgin and
Finch, which use the glib event loop, were changed to use
g_timeout_add_seconds() on glib >= 2.14 when possible. This allows glib to
better group our longer timers to increase power fficiency. (Arjan van de Ven
with Intel Corporation)
* No longer linkifies screennames containing @ signs in join/part notifications
in chats
* With the HTML logger, images in conversations are now saved. NOTE: Saved
images are not yet displayed when loading logs.
* Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)

Pidgin:
* Ensure only one copy of Pidgin is running with a given configuration
directory. The net effect of this is that trying to start Pidgin a second time
will raise the buddy list. (Gabriel Schulhof)
* Undo capability in the conversation window
* The formatting toolbar has been reorganized to be more concise.
* A new status area has been added to the top of conversations to provide
additional detail about the buddy, including buddy icon, protocol and status
message.
* Show idle times in the buddy list as days, hours, seconds

Finch:
* There's support for workspaces now (details in the manpage)
* There's a new custom window manager, Irssi
* Some improvements for tab-completion, tooltip and the password entries
* Some bugs regarding search results fixed
* A new DBus-script to create a docklet for finch
* Support for showing empty groups in the buddy list (Eric Polino)
Original commit
Tuesday, 22 May 2007
06:21 marcus search for other commits by this committer
Remove leftover lib/finch.

Reported by:    pointyhat via kris
Approved by:    portmgr (implicit)
Original commit
Thursday, 3 May 2007
06:55 marcus search for other commits by this committer
Add finch after a repocopy from net-im/gaim-consoleui-devel.  Finch is the new
name for the Gaim instant messenger client (ncurses UI version).
See http://www.pidgin.im/ for more details on the name.

This is a direct upgrade for gaim-consoleui-devel users from 2.0.0.b6 to
2.0.0.b7.
Original commit

Number of commits found: 14