svn commit: r487196 - head/deskutils/taskcoach

Fernando Apesteguía fernape at FreeBSD.org
Mon Dec 10 17:56:44 UTC 2018


Author: fernape
Date: Mon Dec 10 17:56:43 2018
New Revision: 487196
URL: https://svnweb.freebsd.org/changeset/ports/487196

Log:
  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 at 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

Modified:
  head/deskutils/taskcoach/Makefile
  head/deskutils/taskcoach/distinfo

Modified: head/deskutils/taskcoach/Makefile
==============================================================================
--- head/deskutils/taskcoach/Makefile	Mon Dec 10 17:37:04 2018	(r487195)
+++ head/deskutils/taskcoach/Makefile	Mon Dec 10 17:56:43 2018	(r487196)
@@ -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}

Modified: head/deskutils/taskcoach/distinfo
==============================================================================
--- head/deskutils/taskcoach/distinfo	Mon Dec 10 17:37:04 2018	(r487195)
+++ head/deskutils/taskcoach/distinfo	Mon Dec 10 17:56:43 2018	(r487196)
@@ -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


More information about the svn-ports-all mailing list