diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2018-12-11 01:56:43 +0800 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2018-12-11 01:56:43 +0800 |
commit | 27be7145dd651dc56ff1100598671f056f19f2ca (patch) | |
tree | 09046bd5977b551347e196c648c81c5d6287d61a | |
parent | 25994b96db1cfbc7548704dbacee6cd40e4560ae (diff) | |
download | freebsd-ports-gnome-27be7145dd651dc56ff1100598671f056f19f2ca.tar.gz freebsd-ports-gnome-27be7145dd651dc56ff1100598671f056f19f2ca.tar.zst freebsd-ports-gnome-27be7145dd651dc56ff1100598671f056f19f2ca.zip |
deskutils/taskcoach: update to 1.4.4
Changes: https://www.taskcoach.org/changes.html
Bugs fixed:
* TaskCoach would not start on Fedora 23 using LXDE. This probably concerns
other distributions as well.
* Reminders would fire randomly or not at all.
Features added:
* Per-task effort total time consolidation, patch provided by rogerdc@gmail.com
* Add a viewer for task dependencies based on igraph (contributed by Matthias
Tafelmeier). Not available on all platforms.
Dependency changed:
* Task Coach now uses Mercurial for version control. This only affects you if
you want to develop or use Task Coach source code.
Reported by: portscout
-rw-r--r-- | deskutils/taskcoach/Makefile | 2 | ||||
-rw-r--r-- | deskutils/taskcoach/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/taskcoach/Makefile b/deskutils/taskcoach/Makefile index 1eafb6d9c8c4..18a3ff4c06d7 100644 --- a/deskutils/taskcoach/Makefile +++ b/deskutils/taskcoach/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= taskcoach -DISTVERSION= 1.4.3 +DISTVERSION= 1.4.4 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION} DISTNAME= TaskCoach-${PORTVERSION} diff --git a/deskutils/taskcoach/distinfo b/deskutils/taskcoach/distinfo index f4af26bb07ac..de0ef4690e25 100644 --- a/deskutils/taskcoach/distinfo +++ b/deskutils/taskcoach/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1519348407 -SHA256 (TaskCoach-1.4.3.tar.gz) = a2885ffefc0d5b55a0cbe47ad1a2d57cde52595cbba786ebf661bd2435071a2b -SIZE (TaskCoach-1.4.3.tar.gz) = 2927984 +TIMESTAMP = 1544121805 +SHA256 (TaskCoach-1.4.4.tar.gz) = a06c2cebadae5e175d7672e28dd10b7a323992b0d1d1f11e830d9f553bb165c9 +SIZE (TaskCoach-1.4.4.tar.gz) = 2918779 |