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: security/gnomekeyring/Makefile

Number of commits found: 22

Sunday, 28 May 2006
15:22 pav search for other commits by this committer
- Rename ports

  security/gnomekeyring -> security/gnome-keyring
  security/gnomekeyringmanager -> security/gnome-keyring-manager
Original commit
Monday, 15 May 2006
22:23 mezz search for other commits by this committer
Add USE_GETTEXT to appease portlint.
Original commit
Wednesday, 15 Mar 2006
05:43 marcus search for other commits by this committer
Update to 0.4.9.
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 14 Feb 2006
20:44 marcus search for other commits by this committer
Update to 0.4.7.
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
00:04 ahze search for other commits by this committer
- Update to 0.4.6
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Thursday, 15 Sep 2005
06:48 marcus search for other commits by this committer
Update to 0.4.5.
Original commit
Monday, 5 Sep 2005
18:29 marcus search for other commits by this committer
Update to 0.4.4.
Original commit
Sunday, 17 Jul 2005
01:54 marcus search for other commits by this committer
Fix alignment problems on non-i386 platforms.
Original commit
Sunday, 3 Jul 2005
19:15 marcus search for other commits by this committer
Update to 0.4.3.
Original commit
Tuesday, 26 Apr 2005
06:02 marcus search for other commits by this committer
Fix dbus and gnomekeyring on -CURRENT by not using LOCAL_CREDS.  While it
works, it does not provide the pid information that the cmsgcred structure
gives us. Dbus and gnomekeyring will now behave the same way on all versions
of FreeBSD.
Original commit
Monday, 7 Mar 2005
08:51 marcus search for other commits by this committer
Update to 0.4.2.
Original commit
Tuesday, 11 Jan 2005
15:41 adamw search for other commits by this committer
Update to 0.4.1.
Original commit
Saturday, 18 Dec 2004
00:27 marcus search for other commits by this committer
Fix some alignment errors with socket authentication which fixes
gnome-keyring on non-i386 platforms.

Submitted by:   Sean McNeil <sean@mcneil.com>
Original commit
Sunday, 7 Nov 2004
22:24 marcus search for other commits by this committer
Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).

This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Tuesday, 29 Jun 2004
06:09 marcus search for other commits by this committer
Correct a typo.  CONFIGURE_ARGS should obviously be CONFIGURE_ENV here.
Original commit
Tuesday, 11 May 2004
20:28 marcus search for other commits by this committer
Fix gnomekeyring on platforms that support SCM_CREDS but not the LOCAL_CREDS
socket option (e.g. FreeBSD).
Original commit
Monday, 19 Apr 2004
19:38 marcus search for other commits by this committer
Update to 0.2.1.
Original commit
Monday, 5 Apr 2004
02:54 marcus search for other commits by this committer
Add gnomekeyring, an API and daemon for managing lists of credentials.  This
is similar to the Keychain in MacOS.
Original commit

Number of commits found: 22