1218 Commits

Author SHA1 Message Date
jasper
992b2f1ba5 remove unneeded patch 2018-04-29 22:05:53 +00:00
jasper
46e831d035 update to vym-2.6.0 2018-04-29 08:13:07 +00:00
ajacoutot
54f40f11ae Update to glabels-3.4.1. 2018-04-28 09:11:48 +00:00
ajacoutot
828932339f Update to rednotebook-2.4.
Unbreak runtime by adding py-gobject3 to RDEP (breakage reported by
Daniel Villarreal).
2018-04-22 07:16:31 +00:00
naddy
2c394f12e2 whitespace fix for clang6 2018-04-16 17:28:54 +00:00
sthen
b07cffc520 use g++98 to unbreak; similar to freebsd 2018-04-16 12:30:49 +00:00
rsadowski
90ef8ccd79 Bump after security/gpgme update 2018-04-14 10:14:04 +00:00
ajacoutot
9a6023a25d Update to gnucash-2.6.21. 2018-04-11 10:49:59 +00:00
ajacoutot
d56b17d52f Sync WANTLIB after recent gstreamer1 updates. 2018-04-10 13:45:45 +00:00
landry
cfa378bddb Bump REVISION on pygame consumers to account for pygame->py-game renaming. 2018-04-01 09:29:31 +00:00
fcambus
3b3624d027 In calcurse 4.3.0, the strftime(3) format string to display dates in
calendar was changed to '%B %-d, %Y'.

The %-* format string is a GNU libc extension which we don't support,
resulting in dates being displayed like 'March -d, 2018' instead of
showing the day of the month as a decimal number.

Switch to using the %d format string instead.

OK naddy@, jca@
2018-03-22 23:15:29 +00:00
rsadowski
fc4f81ab31 (Last) try to unbreak kmymoney
Create a custom target for KMYMONEYSETTINGS_H and create dependencies for all
targets which include/use generated kmymoneysettings.h

Tested by and ok sthen@ Thanks!
2018-03-21 19:21:33 +00:00
rsadowski
9c6de25074 Unbreak
- add missing CMAKE_CURRENT_{SOURCE,BINARY}_DIR to find kmymoneysettings.h
- rm -DCMAKE_POLICY_DEFAULT_CMP0071=NEW (Revert previous commit) and also
  revert reorder patch

spotted by naddy@ (Hopefully for the last time)
2018-03-20 12:52:26 +00:00
rsadowski
fe622d820f Set -DCMAKE_POLICY_DEFAULT_CMP0071=NEW to stabilize the build
"Since version 3.10, CMake processes regular and GENERATED source files in
AUTOMOC and AUTOUIC. In earlier CMake versions, only regular source files were
processed. GENERATED source files were ignored silently."

"The NEW behavior for this policy is to process GENERATED source files in
AUTOMOC and AUTOUIC just like regular source files."

Spotted by naddy@ and sthen@ in different bulks
2018-03-16 08:18:00 +00:00
rsadowski
9f708f63fb Update homebank to 5.1.7.
Changlog: http://homebank.free.fr/ChangeLog

Port changes:

- Tab tweaks
- add NO_TEST because run `make regress` creates error messages and
  there a no tests at all.

ok pea@
2018-03-15 15:41:21 +00:00
espie
df1da998a1 remove traces of utf8 encoding in pkg/DESCR
bump accordingly
2018-02-27 21:47:38 +00:00
rsadowski
ed636642f7 Unbreak kmymoney build; spotted by naddy@ Thanks! 2018-02-04 21:32:32 +00:00
rsadowski
a994d85ea8 Update kmymoney to 4.8.1.1
go ahead zhuk@
2018-01-15 23:12:48 +00:00
jung
01f924e406 update khal to 0.9.8
changelog: http://lostpackets.de/khal/changelog.html

ok awolk remi
2018-01-13 20:14:18 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
bentley
578bba8362 Remove libgcal and akonadi-googledata.
According to the libgcal homepage, it is written against the Google
Calendar v2 API, which was shut down by Google in 2014. The homepage
declares the author's intent to halt development.

ok landry@ rsadowski@ sthen@
2018-01-05 07:15:31 +00:00
ajacoutot
be7f2e578b Update to gnucash-2.6.19. 2017-12-17 11:00:09 +00:00
edd
3bc18c7732 Update security/gpgme to 1.9.0 and deal with fallout across the tree.
Fallout stems from the removal of the gpgme-pthread shared object.

Initial diff by me, refreshed diff from jca@.

Tested in a bulk by ajacoutot@.

OK jca@, ajacoutot@. Thanks.
2017-12-02 12:44:33 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23:59 +00:00
ajacoutot
bf3522f104 Add OFX support, from Gregoire Jadi
Add python bindings, req. from Gregoire as well.
2017-11-17 09:16:38 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
rsadowski
07aaa29404 Update homebank to 5.1.6
ok pea@ (maintainer)
2017-11-13 18:33:14 +00:00
fcambus
b335f29d69 Update calcurse to 4.3.0.
Notable changes:

- Use the Python module
- Patch shebang line in calcurse-caldav
- Add a RUN_DEPENDS on py-httplib2, required by calcurse-caldav

OK ajacoutot@
2017-11-12 14:01:26 +00:00
landry
fe3528c808 Fix some WANTLIB after nss dependency change (sometimes, just remove
unneeded softokn3, sometimes replace it by nssutil3) - note that there
might be more WANTLIB to fix/remove from those ports, but i only
concentrated on the changes related to nss.
2017-11-09 19:44:12 +00:00
ajacoutot
bdca485ff0 Bump after libical pkgpath change. 2017-11-08 05:36:11 +00:00
ajacoutot
ae95de87b3 Update to rednotebook-2.3. 2017-11-05 17:02:00 +00:00
benno
dbb08b1bcc update zim to 0.67
ok juanfra@
2017-11-04 22:02:58 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +00:00
remi
3e1fe2f680 Update to vdirsyncer-0.16.3 and enable tests
ok jca@ danj@
2017-10-16 21:41:24 +00:00
ajacoutot
331475cbca Update to gnucash-2.6.18. 2017-10-11 08:21:16 +00:00
sthen
9bf44cf1b3 sync GNOMEish WANTLIBs 2017-09-23 11:41:31 +00:00
sthen
4990bcbeee add a bunch of missing unistring deps 2017-09-22 20:52:58 +00:00
ajacoutot
dc63add473 +rednotebook 2017-09-15 13:44:51 +00:00
ajacoutot
a35cb24183 Resurrect and update to rednotebook-2.2 now that it depends on a supported
webkit.

prodded by Daniel Villarreal
2017-09-15 13:44:23 +00:00
danj
8ee48a6315 Update to vdirsyncer-0.16.2
From Remi Locherer (maintainer)
2017-08-31 16:30:23 +00:00
dcoppa
2b5e133248 Fix Ninja build and remove 'USE_NINJA=No'
fixes from upstream git

ok rsadowski@
2017-08-24 09:31:35 +00:00
sthen
9b473d3fe0 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 10:05:20 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
danj
bdbda7777e Update to vdirsyncer-0.16.0
From Remi Locherer (maintainer)
2017-07-17 00:09:56 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
ajacoutot
a8eb0fe2f0 Update to gnucash-2.6.17. 2017-07-04 07:42:35 +00:00
jung
488e81d988 update to khal-0.9.6 2017-06-22 20:12:08 +00:00
fcambus
739c9c7533 Add tudu. 2017-06-21 07:15:11 +00:00