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/plasma-wayland-protocols/Makefile

Number of commits found: 21

Thursday, 7 Dec 2023
20:11 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: update to 0.12.0
commit hash: a5b94447c01c7b11647ee2eb5186e30aa438d07b commit hash: a5b94447c01c7b11647ee2eb5186e30aa438d07b commit hash: a5b94447c01c7b11647ee2eb5186e30aa438d07b commit hash: a5b94447c01c7b11647ee2eb5186e30aa438d07b a5b9444
Saturday, 2 Dec 2023
20:20 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: add upstream fix for Plasma 6

* x11/plasma6-libkscreen will require this change to be able to be built
commit hash: bdc6d22f7714c38d8ed6bfa94fe2cc1432f2ae96 commit hash: bdc6d22f7714c38d8ed6bfa94fe2cc1432f2ae96 commit hash: bdc6d22f7714c38d8ed6bfa94fe2cc1432f2ae96 commit hash: bdc6d22f7714c38d8ed6bfa94fe2cc1432f2ae96 bdc6d22
08:14 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: update to 1.11.1

This is required for the upcoming Plasma 6 beta ports.
commit hash: b6fefefcc7f8ba1bec41519fe5c94e9f8c6559ab commit hash: b6fefefcc7f8ba1bec41519fe5c94e9f8c6559ab commit hash: b6fefefcc7f8ba1bec41519fe5c94e9f8c6559ab commit hash: b6fefefcc7f8ba1bec41519fe5c94e9f8c6559ab b6fefef
Monday, 14 Aug 2023
11:13 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: remove run-time dependency on kf5-ecm

There is no need to depend on ecm after package building.
commit hash: ee6fb96f26501d28835a7767ad74e5eabdb23a84 commit hash: ee6fb96f26501d28835a7767ad74e5eabdb23a84 commit hash: ee6fb96f26501d28835a7767ad74e5eabdb23a84 commit hash: ee6fb96f26501d28835a7767ad74e5eabdb23a84 ee6fb96
Friday, 20 Jan 2023
18:35 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: update to  1.10.0
commit hash: 82f76307f2eec9b6d4e916e984d2410fd1bda844 commit hash: 82f76307f2eec9b6d4e916e984d2410fd1bda844 commit hash: 82f76307f2eec9b6d4e916e984d2410fd1bda844 commit hash: 82f76307f2eec9b6d4e916e984d2410fd1bda844 82f7630
Thursday, 29 Sep 2022
05:17 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: update to 1.9.0

- will be required for KDE Plasma Desktop 5.26
commit hash: 8807066a781ca40bb714f4d8b70f6fcd7abffd53 commit hash: 8807066a781ca40bb714f4d8b70f6fcd7abffd53 commit hash: 8807066a781ca40bb714f4d8b70f6fcd7abffd53 commit hash: 8807066a781ca40bb714f4d8b70f6fcd7abffd53 8807066
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
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
Tuesday, 6 Sep 2022
17:35 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: update to 1.8.0
commit hash: 8a046dc0984bc9dae98cbc74d85eeabb649d30d6 commit hash: 8a046dc0984bc9dae98cbc74d85eeabb649d30d6 commit hash: 8a046dc0984bc9dae98cbc74d85eeabb649d30d6 commit hash: 8a046dc0984bc9dae98cbc74d85eeabb649d30d6 8a046dc
Saturday, 7 May 2022
03:44 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: update to 1.7.0
commit hash: 2057a73264fdbb7b437fb2821b1c7dd47eb5c63d commit hash: 2057a73264fdbb7b437fb2821b1c7dd47eb5c63d commit hash: 2057a73264fdbb7b437fb2821b1c7dd47eb5c63d commit hash: 2057a73264fdbb7b437fb2821b1c7dd47eb5c63d 2057a73
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
x11/plasma-wayland-protocols: Add NO_ARCH

Approved by:	portmgr (blanket)
commit hash: 1a490bce4ca649e824e3ba0839936f4962e92e28 commit hash: 1a490bce4ca649e824e3ba0839936f4962e92e28 commit hash: 1a490bce4ca649e824e3ba0839936f4962e92e28 commit hash: 1a490bce4ca649e824e3ba0839936f4962e92e28 1a490bc
Thursday, 13 Jan 2022
15:39 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: update to 1.6.0

This will be required by the upcoming KDE Plasma 5.24 release.
commit hash: b849ffd1c1424be466a2b47fdb3df9c8f3542c00 commit hash: b849ffd1c1424be466a2b47fdb3df9c8f3542c00 commit hash: b849ffd1c1424be466a2b47fdb3df9c8f3542c00 commit hash: b849ffd1c1424be466a2b47fdb3df9c8f3542c00 b849ffd
Friday, 5 Nov 2021
14:35 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols:  update to 1.5.0

- this update will be required by krfb 21.12 next month.
commit hash: 6216f2e4818d58a05899ced3eef6e16534264027 commit hash: 6216f2e4818d58a05899ced3eef6e16534264027 commit hash: 6216f2e4818d58a05899ced3eef6e16534264027 commit hash: 6216f2e4818d58a05899ced3eef6e16534264027 6216f2e
Sunday, 5 Sep 2021
11:36 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: update to 1.4.0
commit hash: 7803f4d20e8f777a66db7547dc87da815a8d0557 commit hash: 7803f4d20e8f777a66db7547dc87da815a8d0557 commit hash: 7803f4d20e8f777a66db7547dc87da815a8d0557 commit hash: 7803f4d20e8f777a66db7547dc87da815a8d0557 7803f4d
Sunday, 2 May 2021
11:26 Tobias C. Berner (tcberner) search for other commits by this committer
x11/plasma-wayland-protocols: update to 1.3.0
commit hash: d83ca3394f194146b0920b39ab851e776b9a479d commit hash: d83ca3394f194146b0920b39ab851e776b9a479d commit hash: d83ca3394f194146b0920b39ab851e776b9a479d commit hash: d83ca3394f194146b0920b39ab851e776b9a479d d83ca33
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
17:37 Adriaan de Groot (adridg) search for other commits by this committer
Update x11/plasma-wayland-protocols to latest upstream

There was a 1.2.0 release that contained the wrong version
number, so that's why it jumps straight to 1.2.1.
This is partly prep-work for newer KDE Frameworks and Plasma
releases, but as long as KDE Plasma Wayland doesn't work on
FreeBSD that's a moot point.
commit hash: 1e332daa820f7b21daef93bf365efb72a59fe585 commit hash: 1e332daa820f7b21daef93bf365efb72a59fe585 commit hash: 1e332daa820f7b21daef93bf365efb72a59fe585 commit hash: 1e332daa820f7b21daef93bf365efb72a59fe585 1e332da
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
Friday, 31 Jul 2020
04:46 tcberner search for other commits by this committer
x11/plasma-wayland-protocols: update to 1.1.1
Original commitRevision:543844 
Friday, 24 Jul 2020
15:26 tcberner search for other commits by this committer
x11/plasma-wayland-protocols: update to 1.1.0
Original commitRevision:543249 
Thursday, 14 May 2020
17:52 tcberner search for other commits by this committer
New Port: x11/plasma-wayland-protocols -- Plasma Wayland Protocols

This project should be installing only the xml files of the non-standard
wayland protocols we use in Plasma.

They are installed to $PREFIX/share/plasma-wayland-protocols.

WWW: https://github.com/kde/plasma-wayland-protocols
Original commitRevision:535249 

Number of commits found: 21