1705 Commits

Author SHA1 Message Date
sthen
a2890a5b39 use MODPY_PYBUILD 2022-11-13 20:31:00 +00:00
sthen
716f142842 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:09 +00:00
ajacoutot
c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
ajacoutot
28ae699350 Regen WANTLIB to unbreak. 2022-11-07 13:09:07 +00:00
ajacoutot
560c509e08 Move dependencies from atk|at-spi2-atk to x11/gnome/at-spi2-core. 2022-11-06 09:23:24 +00:00
ajacoutot
477a45da5b WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:07:21 +00:00
naddy
424a60c42f remove line continuation before empty lines
ok sthen@ ajacoutot@
2022-10-31 23:14:52 +00:00
sthen
533f76026d regen PLISTs following py-sphinx update 2022-10-31 08:47:46 +00:00
rsadowski
b6cc372a4e Update KDE Gear to 22.08.2
https://kde.org/announcements/gear/22.08.2/

Notable ports changes:

- kopeninghours, cantor fix python 3.9/3.10 handling
- Enable libnotify
2022-10-30 06:04:40 +00:00
rsadowski
63d0e33291 Update homebank to 5.5.8 2022-10-24 18:05:25 +00:00
gnezdo
43d3177836 Update hledger to 1.27.1
OK kili@
2022-10-10 03:25:27 +00:00
rsadowski
796780105f Update homebank to 5.5.7 2022-10-08 05:58:17 +00:00
op
99fde01ca1 fmt; remove space before comment 2022-10-04 15:45:25 +00:00
ajacoutot
01f3fe8d13 Update to gnucash-4.12. 2022-10-04 00:01:48 +00:00
ajacoutot
b098361262 Update to gnucash-docs-4.12. 2022-10-03 23:15:50 +00:00
tb
3667675830 productivity/vym: fix typo in DESCR and move HOMEPAGE to https 2022-10-03 21:18:19 +00:00
rsadowski
3c31f61c06 Bugfix update KDE Gear to 22.08.1
https://kde.org/announcements/changelogs/gear/22.08.1/
2022-09-20 16:02:28 +00:00
ajacoutot
10cef8ef72 Missed bumps after recent x11/dbus-python pkgpath change. 2022-09-10 08:04:45 +00:00
ajacoutot
5f89f6ccdd Bump after webkitgtk4 -> webkitgtk40 rename. 2022-09-03 07:53:08 +00:00
rsadowski
cdaa75ec14 Makefile cleanup 2022-08-28 05:55:15 +00:00
rsadowski
349436def0 Add missing dependency on devel/kf5/plasma-framework
By aja and naddy
2022-08-28 05:43:26 +00:00
rsadowski
497d9ba8a7 Update KDE Gear to 22.08 and ksnip to 1.10.0
https://kde.org/announcements/gear/22.08.0/
https://github.com/ksnip/ksnip/releases/tag/v1.10.0

Ksnip, kimageannotator, kimagemapeditor also  had to be
included in this update as KDE depends on it.
2022-08-25 20:13:13 +00:00
rsadowski
7be00de7e7 Update kmymoney to 5.1.3 2022-08-02 20:12:11 +00:00
ajacoutot
9f5c62fb49 Move to guile3. 2022-07-31 16:11:53 +00:00
op
e5d73bdebb productivity/gnucash: don't pick up guile3 over guile2 if found 2022-07-31 08:52:57 +00:00
op
4742eb47bd +minder 2022-07-23 18:18:03 +00:00
op
fd17c7393c import minder-1.14.0
minder is a mind-mapping application with several features:

- create maps using the keyboard and automatic layout
- many tree layout choices
- markdown formatting
- able to add notes, tasks and images as well as stickers and node
  groups.
- search across nodes and connection titles, with filtering options
- stylize nodes, links and connections
- focus mode
- import and export to several formats (OPML, FreeMind, FreePlane,
  plain text, outliner ...)
    
ok rsadowski@ lraab@
2022-07-23 18:16:39 +00:00
rsadowski
29eefff4e2 Update KDE Gear 22.04.3
https://kde.org/announcements/changelogs/gear/22.04.3/
2022-07-13 15:45:29 +00:00
kn
2a3ad9a01c Update to 2022.b
From Matthias Schmidt, thanks
2022-07-10 10:55:07 +00:00
sthen
8311c389e4 regen PLIST following sphinx update 2022-07-07 16:23:17 +00:00
rsadowski
6b862f7815 Update homebank to 5.5.6 2022-06-30 16:51:49 +00:00
ajacoutot
6f29e6c464 Update to gnucash-4.11. 2022-06-27 08:29:17 +00:00
ajacoutot
02046c2dda Update to gnucash-docs-4.11. 2022-06-27 08:29:05 +00:00
rsadowski
672683ab27 Update KDE Gear to 22.04.2
https://kde.org/announcements/gear/22.04.2/

This should fix all reported build issues with x11/kde-applications/ksirk,
yakuake. Thanks for the reports, naddy, aja, sthen.
2022-06-15 18:43:56 +00:00
rsadowski
2f5d874024 Unbreak build by disabling PHP support
Spotted by naddy and aja
2022-06-13 04:49:05 +00:00
gnezdo
aa02176bd6 Upgrade productivity/hledger 1.25->1.26
OK kili@
2022-06-10 02:01:46 +00:00
caspar
925f041ccc Remove Qt5WebKit/cmake patches now that Qt5WebKit port fixes build with
cmake >= 3.23 by itself.

OK rsadowski@
2022-06-08 17:52:06 +00:00
rsadowski
99950b0f25 Bump missed 2022-06-08 17:18:30 +00:00
rsadowski
94207ae4f9 Disable php(1) by CMAKE_DISABLE_FIND_PACKAGE_Php=ON
Spotted by aja, merci
2022-06-08 17:17:58 +00:00
op
f42653625b productivity/monica: install and tweak the README
Install the README and add instructions on how to configure it if using
a web server chrooted into /var/www.  While here also fix the PLIST: use
@mode 750 for monica/boostrap/cache/ and don't mark package.php and
services.php as executables.

diff from Aisha (maintainer) with input from sthen@ and me.
2022-06-07 18:59:10 +00:00
rsadowski
8998614008 Update kalendar to 22.04.1
kalendar is part of KDE Gear since 22.04:
https://community.kde.org/KDE_Gear/22.04_Release_notes
2022-06-02 20:23:38 +00:00
rsadowski
40358d85bb Unbreak build by adding MODCMAKE_LDFLAGS 2022-05-30 05:57:41 +00:00
rsadowski
7c160450c0 Unbreak with CMake 3.23
Spotted by naddy, thanks
2022-05-29 16:55:21 +00:00
rsadowski
6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
ajacoutot
123ac36cee Update to libphonenumber-8.12.48. 2022-05-27 10:14:14 +00:00
ajacoutot
c9db7c2ecd Regen WANTLIB to unbreak. 2022-05-27 07:12:47 +00:00
landry
084cdc5c2f productivity/davical: drop MODPHP_VERSION, works fine with php 8.0 in my setup.
there are various commits about php 8.1 in git, pending a new release.
2022-05-23 08:07:13 +00:00
lraab
0b52c88e71 hook up productivity/monica 2022-05-21 00:59:40 +00:00
lraab
99d191b48a import productivity/monica
Monica is a personal CRM designed to help remember everything about
friends, family and business relationships. It provides a web UI,
designed with simplicity and ease of use in mind, while allowing
users to organize and track of interactions and important events
with their contacts.

MAINTAINER =    Aisha Tammy <openbsd@aisha.cc>

ok sthen@
2022-05-21 00:57:36 +00:00
solene
4fdee4969f drop maintainership 2022-05-08 09:39:32 +00:00