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: x11/swaylock/Makefile

Number of commits found: 34

Friday, 12 Jan 2024
22:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

Approved by:	portmgr
commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 9f8f710
Saturday, 2 Dec 2023
21:13 Jan Beich (jbeich) search for other commits by this committer
x11/swaylock: unbreak snapshot --version after 60507c96737a

https://github.com/swaywm/swaylock/commit/84598b08f21a
commit hash: 2e2193873d5b5a4a5ff8d9a0ecbfa29f32068c16 commit hash: 2e2193873d5b5a4a5ff8d9a0ecbfa29f32068c16 commit hash: 2e2193873d5b5a4a5ff8d9a0ecbfa29f32068c16 commit hash: 2e2193873d5b5a4a5ff8d9a0ecbfa29f32068c16 2e21938
Wednesday, 26 Jul 2023
16:21 Jan Beich (jbeich) search for other commits by this committer
x11/swaylock: simplify PAM config after ca20c3923e51
commit hash: 4f53b9995818ef74754578c352061dc8418d43de commit hash: 4f53b9995818ef74754578c352061dc8418d43de commit hash: 4f53b9995818ef74754578c352061dc8418d43de commit hash: 4f53b9995818ef74754578c352061dc8418d43de 4f53b99
Saturday, 28 Jan 2023
22:22 Jan Beich (jbeich) search for other commits by this committer
x11/swaylock: update to 1.7.2

Changes:	https://github.com/swaywm/swaylock/releases/tag/v1.7.2
Reported by:	GitHub (watch releases)
commit hash: 748946b030c3d5e3ea875b3c9e18c56c5a8c1f21 commit hash: 748946b030c3d5e3ea875b3c9e18c56c5a8c1f21 commit hash: 748946b030c3d5e3ea875b3c9e18c56c5a8c1f21 commit hash: 748946b030c3d5e3ea875b3c9e18c56c5a8c1f21 748946b
Friday, 27 Jan 2023
11:54 Jan Beich (jbeich) search for other commits by this committer
x11/swaylock: update to 1.7.1

Changes:	https://github.com/swaywm/swaylock/releases/tag/v1.7.1
Reported by:	GitHub (watch releases)
commit hash: 60507c96737a6e35f772a6de15602414637397de commit hash: 60507c96737a6e35f772a6de15602414637397de commit hash: 60507c96737a6e35f772a6de15602414637397de commit hash: 60507c96737a6e35f772a6de15602414637397de 60507c9
Sunday, 27 Nov 2022
13:18 Jan Beich (jbeich) search for other commits by this committer
x11/swaylock: update to 1.7

Changes:	https://github.com/swaywm/swaylock/releases/tag/1.7
Reported by:	GitHub (watch releases)
commit hash: 3ee194ba374194b24620ea1f9157c02515b62e83 commit hash: 3ee194ba374194b24620ea1f9157c02515b62e83 commit hash: 3ee194ba374194b24620ea1f9157c02515b62e83 commit hash: 3ee194ba374194b24620ea1f9157c02515b62e83 3ee194b
Saturday, 10 Sep 2022
17:41 Stefan Eßer (se) search for other commits by this committer Author: Tobias Kortkamp
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 e79fe1a
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
Friday, 1 Jul 2022
08:01 Baptiste Daroussin (bapt) search for other commits by this committer
wayland: add wayland virtual category
commit hash: b2eed2d66478efa63594275ffecd1be2d565c983 commit hash: b2eed2d66478efa63594275ffecd1be2d565c983 commit hash: b2eed2d66478efa63594275ffecd1be2d565c983 commit hash: b2eed2d66478efa63594275ffecd1be2d565c983 b2eed2d
Tuesday, 28 Jun 2022
20:01 Jan Beich (jbeich) search for other commits by this committer
x11/swaylock: drop setuid bit via unix-selfauth-helper
commit hash: 1a6e018f624361ab51af5ba7d46d89ab42a243f2 commit hash: 1a6e018f624361ab51af5ba7d46d89ab42a243f2 commit hash: 1a6e018f624361ab51af5ba7d46d89ab42a243f2 commit hash: 1a6e018f624361ab51af5ba7d46d89ab42a243f2 1a6e018f
Thursday, 21 Apr 2022
11:36 Bernhard Froehlich (decke) search for other commits by this committer
x11/swaylock: Chase CPE_VENDOR change now that NIST has fixed CPE entry

Approved by:	portmgr (blanket)
commit hash: b073fbf3c7b0dc3721528cefe4b0e96506b93353 commit hash: b073fbf3c7b0dc3721528cefe4b0e96506b93353 commit hash: b073fbf3c7b0dc3721528cefe4b0e96506b93353 commit hash: b073fbf3c7b0dc3721528cefe4b0e96506b93353 b073fbf
Monday, 18 Apr 2022
17:45 Bernhard Froehlich (decke) search for other commits by this committer
x11/swaylock: Add CPE information

I know that "swayvm" is obviously a typing mistake in the CPE database
and I contacted NIST already about it. As soon as it's fixed I will
correct it here as well.

Approved by:	portmgr (blanket)
commit hash: 2133ab7538270ec80a0651adc7d0191090fa92a6 commit hash: 2133ab7538270ec80a0651adc7d0191090fa92a6 commit hash: 2133ab7538270ec80a0651adc7d0191090fa92a6 commit hash: 2133ab7538270ec80a0651adc7d0191090fa92a6 2133ab7
Monday, 7 Mar 2022
23:58 Jan Beich (jbeich) search for other commits by this committer
x11/swaylock: update to 1.6

Changes:	https://github.com/swaywm/swaylock/releases/tag/1.6
Reported by:	GitHub (watch releases)
commit hash: 2ac0d05fe3294d824b0cd9e5b724e4dec2ac59a0 commit hash: 2ac0d05fe3294d824b0cd9e5b724e4dec2ac59a0 commit hash: 2ac0d05fe3294d824b0cd9e5b724e4dec2ac59a0 commit hash: 2ac0d05fe3294d824b0cd9e5b724e4dec2ac59a0 2ac0d05
Sunday, 20 Feb 2022
18:30 Jan Beich (jbeich) search for other commits by this committer
x11/swaylock: prepare to drop setuid bit on -CURRENT
commit hash: 2a8fb21e7cb6892d4f1da49d0aa0917f3440ac88 commit hash: 2a8fb21e7cb6892d4f1da49d0aa0917f3440ac88 commit hash: 2a8fb21e7cb6892d4f1da49d0aa0917f3440ac88 commit hash: 2a8fb21e7cb6892d4f1da49d0aa0917f3440ac88 2a8fb21
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Monday, 16 Nov 2020
16:34 jbeich search for other commits by this committer
x11/swaylock-effects: fix COMMENT override
Original commitRevision:555495 
13:05 jbeich search for other commits by this committer
x11/swaylock-effects: add new port

Swaylock-effects is a fork of swaylock which adds built-in screenshots
and image manipulation effects like blurring. It's inspired by
i3lock-color, although the feature sets aren't perfectly overlapping.

https://github.com/mortie/swaylock-effects
Original commitRevision:555475 
Friday, 17 Jul 2020
22:34 jbeich search for other commits by this committer
x11/swaylock: limit root to authenticating child process

Taken from initialize_pw_backend in shadow.c.

PR:		248053
Original commitRevision:542454 
22:12 jbeich search for other commits by this committer
x11/swaylock: unbreak PAM locking

Since 1.5 it includes "login" service which doesn't ask for password
from user running Wayland session. Before pam_authenticate(3) failed
with PAM_AUTH_ERR due to missing permissions password database.

PR:		248053
Reported by:	many
Submitted by:	andrew|_|tao11.riddles.org.uk, jbeich
Tested by:	ashish
Original commitRevision:542450 
Wednesday, 22 Jan 2020
20:16 jbeich search for other commits by this committer
x11/swaylock: update to 1.5

Changes:	https://github.com/swaywm/swaylock/compare/1.4...1.5
Reported by:	GitHub (watch releases)
Original commitRevision:523837 
Friday, 8 Nov 2019
11:21 tobik search for other commits by this committer
x11*: Add missing USES={gl,gnome,mate}
Original commitRevision:517047 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Monday, 20 May 2019
16:56 jbeich search for other commits by this committer
x11/swaylock: unbreak on DragonFly

../loop.c: In function 'loop_poll':
../loop.c:83:2: error: implicit declaration of function 'poll'; did you mean
'powl'? [-Werror=implicit-function-declaration]
  poll(loop->fds, loop->fd_length, ms);
  ^~~~
  powl

Reported by:	DPorts (muscles)
Original commitRevision:502125 
Friday, 3 May 2019
17:37 jbeich search for other commits by this committer
x11/swaylock: update to 1.4

Changes:	https://github.com/swaywm/swaylock/compare/1.3...1.4
Original commitRevision:500745 
Monday, 25 Feb 2019
22:07 jbeich search for other commits by this committer
Add option helper for MESON_ARGS = -Dfoo=enabled

feature options define combo like auto/yes/no in a standand way.
In other words, upstream projects of ports that use _MESON_YES are
supposed to migrate to _MESON_ENABLED.

https://mesonbuild.com/Build-options.html#features

Reviewed by:	tobik (implicit)
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D19127
Original commitRevision:493901 
Tuesday, 5 Feb 2019
12:52 jbeich search for other commits by this committer
x11/swaylock: update to 1.3 (nop)

Changes:	https://github.com/swaywm/swayidle/compare/effdea5...1.3
Changes:	https://github.com/swaywm/swaylock/releases/tag/1.3
Original commitRevision:492205 
Wednesday, 30 Jan 2019
17:18 jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.291

Changes:	https://github.com/swaywm/sway/compare/606f6a37...5cb3d476
Changes:	https://github.com/swaywm/wlroots/compare/9fe8e379...41af8d84
Changes:	https://github.com/swaywm/swaylock/compare/ecc8402...effdea5
Original commitRevision:491634 
Tuesday, 29 Jan 2019
00:47 jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.282

Changes:	https://github.com/swaywm/sway/compare/5f45a4bb...606f6a37
Changes:	https://github.com/swaywm/wlroots/compare/209210d3...9fe8e379
Changes:	https://github.com/swaywm/swayidle/compare/f002a7a...d18c7cb
Changes:	https://github.com/swaywm/swaylock/compare/368f53e...ecc8402
Original commitRevision:491530 
Saturday, 26 Jan 2019
00:43 jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.274

Changes:	https://github.com/swaywm/sway/compare/1a1133dc...5f45a4bb
Changes:	https://github.com/swaywm/wlroots/compare/c41d0130...209210d3
Changes:	https://github.com/swaywm/swaylock/compare/72d15f8...f002a7a
Changes:	https://github.com/swaywm/swaylock/compare/3d94a60...368f53e
Original commitRevision:491216 
Thursday, 24 Jan 2019
00:14 jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.270

Changes:	https://github.com/swaywm/sway/compare/410c9613...1a1133dc
Changes:	https://github.com/swaywm/wlroots/compare/b619ab4d...c41d0130
Changes:	https://github.com/swaywm/swaylock/compare/4e72a36...3d94a60
Original commitRevision:491073 
Tuesday, 22 Jan 2019
00:42 jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.243

Changes:	https://github.com/swaywm/sway/compare/1cce14e7...410c9613
Changes:	https://github.com/swaywm/wlroots/compare/5dde2e79...b619ab4d
Changes:	https://github.com/swaywm/swayidle/compare/c94949d...72d15f8
Changes:	https://github.com/swaywm/swaylock/compare/52eeb9f...4e72a36
Original commitRevision:490913 
Saturday, 19 Jan 2019
00:32 jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.226

Changes:	https://github.com/swaywm/sway/compare/70637b40...1cce14e7
Changes:	https://github.com/swaywm/wlroots/compare/10b1de6e...5dde2e79
Changes:	https://github.com/swaywm/swayidle/compare/1.1...c94949d
Changes:	https://github.com/swaywm/swaylock/compare/1.2...52eeb9f
Original commitRevision:490689 
Tuesday, 15 Jan 2019
00:52 jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.189

The last beta is several months old, so use a snapshot to help users
evaluate the current state.

Changes:	https://github.com/swaywm/sway/compare/1.0-beta.2...2573606b
Changes:	https://github.com/swaywm/wlroots/compare/0.2...10a2c4ed
Original commitRevision:490329 

Number of commits found: 34