aboutsummaryrefslogtreecommitdiff
path: root/x11/swayidle
Commit message (Collapse)AuthorAgeFilesLines
* x11/swayidle: unbreak with --auto-features=enabledJan Beich2023-03-201-0/+1
| | | | | | meson.build:90:2: ERROR: Assert failed: sd-bus-provider must not be set to auto since auto_features != auto PR: 270361
* x11/swayidle: update to 1.8.0Jan Beich2022-12-042-11/+8
| | | | | Changes: https://github.com/swaywm/swayidle/releases/tag/1.8.0 Reported by: GitHub (watch releases)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* wayland: add wayland virtual categoryBaptiste Daroussin2022-07-011-1/+1
|
* x11/swayidle: update to 1.7.1Jan Beich2022-01-152-13/+16
| | | | | Changes: https://github.com/swaywm/swayidle/releases/tag/1.7.1 Reported by: GitHub (watch releases)
* x11/swayidle: update to 1.7Jan Beich2021-08-172-8/+7
| | | | | Changes: https://github.com/swaywm/swayidle/compare/1.6...1.7 Reported by: GitHub (watch releases)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/basu: move to devel/ where dbus isJan Beich2020-12-261-1/+1
| | | | Notes: svn path=/head/; revision=559264
* x11/swayidle: use consolekit2 instead of missing logindJan Beich2020-12-251-1/+7
| | | | Notes: svn path=/head/; revision=559207
* x11/swayidle: enable logind supportJan Beich2020-12-252-2/+18
| | | | Notes: svn path=/head/; revision=559204
* x11/swayidle: update to 1.6Jan Beich2020-01-222-6/+5
| | | | | | | | Changes: https://github.com/swaywm/swayidle/compare/1.5...1.6 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=523836
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* x11/swayidle: update to 1.5Jan Beich2019-07-112-4/+4
| | | | | | | | Changes: https://github.com/swaywm/swayidle/compare/1.3...1.5 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=506413
* x11/swayidle: update to 1.3Jan Beich2019-05-032-4/+4
| | | | | | | Changes: https://github.com/swaywm/swayidle/compare/1.2...1.3 Notes: svn path=/head/; revision=500746
* Add option helper for MESON_ARGS = -Dfoo=enabledJan Beich2019-02-251-2/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=493901
* x11/swayidle: update to 1.2 (nop)Jan Beich2019-02-052-4/+3
| | | | | | | | Changes: https://github.com/swaywm/swayidle/compare/d18c7cb...1.2 Changes: https://github.com/swaywm/swayidle/releases/tag/1.2 Notes: svn path=/head/; revision=492204
* x11-wm/sway: update to 1.0.b.2.282Jan Beich2019-01-292-5/+5
| | | | | | | | | | 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 Notes: svn path=/head/; revision=491530
* x11-wm/sway: update to 1.0.b.2.274Jan Beich2019-01-262-8/+7
| | | | | | | | | | 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 Notes: svn path=/head/; revision=491216
* x11-wm/sway: update to 1.0.b.2.243Jan Beich2019-01-222-5/+5
| | | | | | | | | | 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 Notes: svn path=/head/; revision=490913
* x11-wm/sway: update to 1.0.b.2.226Jan Beich2019-01-192-4/+5
| | | | | | | | | | 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 Notes: svn path=/head/; revision=490689
* x11/swayidle: update COMMENTJan Beich2019-01-151-1/+1
| | | | Notes: svn path=/head/; revision=490335
* x11-wm/sway: update to 1.0.b.2.189Jan Beich2019-01-153-0/+40
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 Notes: svn path=/head/; revision=490329