Date: Tue, 11 Aug 2020 17:05:40 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544702 - head/deskutils/ultralist Message-ID: <202008111705.07BH5eTD027015@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Tue Aug 11 17:05:39 2020 New Revision: 544702 URL: https://svnweb.freebsd.org/changeset/ports/544702 Log: deskutils/ultralist: Update to 1.2 From ChangeLog: https://github.com/ultralist/ultralist/releases/1.2 * Tasks can now have a status. This adds a new dimension for how you can organize your lists. Additionally, it allows for a kanban view when using Ultralist Pro. * Fix an input bug for next/last week. PR: 248592 Submitted by: vulcan@wired.sh (maintainer) MFH: 2020Q3 (bugfix release) Modified: head/deskutils/ultralist/Makefile head/deskutils/ultralist/distinfo Modified: head/deskutils/ultralist/Makefile ============================================================================== --- head/deskutils/ultralist/Makefile Tue Aug 11 17:01:49 2020 (r544701) +++ head/deskutils/ultralist/Makefile Tue Aug 11 17:05:39 2020 (r544702) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ultralist -DISTVERSIONPREFIX= v -DISTVERSION= 1.1 +DISTVERSION= 1.2 CATEGORIES= deskutils MAINTAINER= vulcan@wired.sh Modified: head/deskutils/ultralist/distinfo ============================================================================== --- head/deskutils/ultralist/distinfo Tue Aug 11 17:01:49 2020 (r544701) +++ head/deskutils/ultralist/distinfo Tue Aug 11 17:05:39 2020 (r544702) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594756932 -SHA256 (ultralist-ultralist-v1.1_GH0.tar.gz) = d13603d64ccaae741c1c7d4448ef4422d4c1299f31042ed57f78d4bb8a93c6e7 -SIZE (ultralist-ultralist-v1.1_GH0.tar.gz) = 2137587 +TIMESTAMP = 1597141662 +SHA256 (ultralist-ultralist-1.2_GH0.tar.gz) = 6681e614f9accb9e49ff3bf5a868596e1a84a4f73ca3f33de5ce6a56e3165805 +SIZE (ultralist-ultralist-1.2_GH0.tar.gz) = 2137794
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008111705.07BH5eTD027015>