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: sysutils/polkit/pkg-plist

Number of commits found: 22

Saturday, 20 Jan 2024
16:53 Gleb Popov (arrowd) search for other commits by this committer
sysutils/polkit: Install policy config with a proper name.

PR:		276409
Reported by:	madpilot
Fixes:	5ac622032d86c28eddc023436ce8dc9e50387b3c
commit hash: d4a06ae98e8b3e2a15d252cfc432cc0a7e698759 commit hash: d4a06ae98e8b3e2a15d252cfc432cc0a7e698759 commit hash: d4a06ae98e8b3e2a15d252cfc432cc0a7e698759 commit hash: d4a06ae98e8b3e2a15d252cfc432cc0a7e698759 d4a06ae
Thursday, 18 Jan 2024
18:02 Gleb Popov (arrowd) search for other commits by this committer Author: Olivier Duchateau
sysutils/polkit: Update to 124

PR:		276409
Co-authored-by:	Gleb Popov <arrowd@FreeBSD.org>
commit hash: 5ac622032d86c28eddc023436ce8dc9e50387b3c commit hash: 5ac622032d86c28eddc023436ce8dc9e50387b3c commit hash: 5ac622032d86c28eddc023436ce8dc9e50387b3c commit hash: 5ac622032d86c28eddc023436ce8dc9e50387b3c 5ac6220
Friday, 12 Jan 2024
23:27 Charlie Li (vishwin) search for other commits by this committer
sysutils/polkit: fix package after 9f8f710b3ec3945ede5cf5d996c3391081d32df1

Missed during the MANPREFIX sweep in meson ports.
commit hash: 9d60aa8caa4fee5b51d8250702849814e7de4417 commit hash: 9d60aa8caa4fee5b51d8250702849814e7de4417 commit hash: 9d60aa8caa4fee5b51d8250702849814e7de4417 commit hash: 9d60aa8caa4fee5b51d8250702849814e7de4417 9d60aa8
Saturday, 12 Aug 2023
18:04 Gleb Popov (arrowd) search for other commits by this committer Author: Olivier Duchateau
sysutils/polkit: Update to 123.

PR:		272798
commit hash: b1dd314fe3facc37c243bbbe709d9deaa75c107f commit hash: b1dd314fe3facc37c243bbbe709d9deaa75c107f commit hash: b1dd314fe3facc37c243bbbe709d9deaa75c107f commit hash: b1dd314fe3facc37c243bbbe709d9deaa75c107f b1dd314
Friday, 6 Jan 2023
14:01 Dima Panov (fluffy) search for other commits by this committer
sysutils/polkit: update to 122 release (+)

Add DUKTAPE (set by default) and SPIDERMONKEY options
Add support of procctl(2) in pkexec program

Differential Revision:	https://reviews.freebsd.org/D37137

With hat:	desktop
commit hash: 2e8ea81a0df6d412f98828f4e19fb8160da122f0 commit hash: 2e8ea81a0df6d412f98828f4e19fb8160da122f0 commit hash: 2e8ea81a0df6d412f98828f4e19fb8160da122f0 commit hash: 2e8ea81a0df6d412f98828f4e19fb8160da122f0 2e8ea81
Saturday, 30 Oct 2021
17:32 Tobias C. Berner (tcberner) search for other commits by this committer Author: Olivier Duchateau
sysutils/polkit: update to 0.120

Changelog:
	https://gitlab.freedesktop.org/polkit/polkit/-/blob/92b910ce2273daf6a76038f6bd764fa6958d4e8e/NEWS

PR:		258971
commit hash: a14e412f1f00be2e173fc7066a4d9f80e67c4d6a commit hash: a14e412f1f00be2e173fc7066a4d9f80e67c4d6a commit hash: a14e412f1f00be2e173fc7066a4d9f80e67c4d6a commit hash: a14e412f1f00be2e173fc7066a4d9f80e67c4d6a a14e412
Sunday, 20 Sep 2020
13:16 swills search for other commits by this committer
sysutils/polkit: Update to 0.118

PR:		249302
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com> (previous version)
Approved by:	desktop (tcberner, maintainer)
Exp-run by:	antoine
Original commitRevision:549109 
Tuesday, 11 Feb 2020
18:37 tcberner search for other commits by this committer
sysutils/polkit: Update to 0.116

PR:		243378
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Original commitRevision:525883 
Thursday, 24 May 2018
20:46 kwm search for other commits by this committer
Update polkit to 0.114.

* Use spidermonkey52 instead of the ancient 17.0 version.

Obtained from:	gnome devel repo
Original commitRevision:470808 
Sunday, 12 Feb 2017
15:50 woodsb02 search for other commits by this committer
sysutils/polkit: Fix directory permissions to allow reading config files

If the $LOCALBASE/etc/polkit-1 directory is owned by root and set 700,
then polkit which is running as the polkitd user cannot read the config
files in $LOCALBASE/etc/polkit-1/rules.d/* resulting in this error:

Loading rules from directory /usr/local/etc/polkit-1/rules.d
Error opening rules directory: Error opening directory \
'/usr/local/etc/polkit-1/rules.d': Permission denied \
(g-file-error-quark, 2)
Loading rules from directory /usr/local/share/polkit-1/rules.d

To fix this, change the $LOCALBASE/etc/polkit-1 to be set 755, and the
$LOCALBASE/etc/polkit-1/localauthority to be set 700.
This was sense checked with Fedora Linux which does the same, and with
Debian/Ubuntu which have /etc/polkit-1/localauthority as owned by
root:polkitd and set 750.

PR:		202615
Reported by:	rozhuk.im@gmail.com
Original commitRevision:433951 
Thursday, 17 Sep 2015
17:36 amdmi3 search for other commits by this committer
- Modernize empty dir handling

Approved by:	kwm
Original commitRevision:397196 
Sunday, 9 Aug 2015
13:28 kwm search for other commits by this committer
Update polkit to 0.113. [1]

- Add LICENSE blob
- Adjust dependencies
- Reorganize options helper
- Update description file

PR:		201362 [1], 194789
Submitted by:	olivierd@ [1]
Tested by:	olivierd@, Tobias Berner <tcberner@gmail.com>, and myself
Original commitRevision:393789 
Tuesday, 7 Jul 2015
10:43 kwm search for other commits by this committer
Drop .la files.

While here, drop obsolete MCom tag.
Original commitRevision:391500 
Thursday, 1 Jan 2015
16:55 kwm search for other commits by this committer
Add @dir lines for empty directories reported by check-plist.

PR:		196417
Submitted by:	sunpoet@
Original commitRevision:376002 
Monday, 22 Sep 2014
15:44 bapt search for other commits by this committer
Simplify plist
Original commitRevision:368966 
Saturday, 8 Mar 2014
08:10 kwm search for other commits by this committer
Stagify
Use new lib_depend syntax.
Add USES=libtool
USE_GNOME= gnomehack -> USES=pathfix
USE_GMAKE -> USES=gmake
Use USE_GNOME introspection component
Use full path for commands in the pkg-install file
Original commitRevision:347452 
Tuesday, 29 Oct 2013
02:31 amdmi3 search for other commits by this committer
- Remove duplicate plist entry

PR:		182824
Submitted by:	amdmi3
Approved by:	maintainer timeout
Original commitRevision:331925 
Thursday, 4 Apr 2013
13:50 bapt search for other commits by this committer
Fix plist

Approved by:	gnome (kwm)
Approved by:	portmgr (implicit)
Original commitRevision:315723 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Saturday, 20 Nov 2010
15:37 kwm search for other commits by this committer
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore

And pav@ for 2 exp-runs

PR:             ports/152255
                ports/143260
                ports/141033
                ports/149629
                ports/150350
                ports/151523
With hat:       gnome@
Original commit
Monday, 18 Jan 2010
19:36 marcus search for other commits by this committer
Update to 0.96.
Original commit
Saturday, 28 Nov 2009
20:06 marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 22