Date: Fri, 13 Nov 2020 12:09:12 +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: r555016 - in head/deskutils/ultralist: . files Message-ID: <202011131209.0ADC9CY8077828@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Fri Nov 13 12:09:12 2020 New Revision: 555016 URL: https://svnweb.freebsd.org/changeset/ports/555016 Log: deskutils/ultralist: Update to 1.7.0 From ChangeLog: https://github.com/ultralist/ultralist/releases/1.7.0 * Recurrence implementation (#233) (See the docs on recurrence) * Retired tech debt relating to handling notes, and making note management a first-class citizen in Ultralist * Cleanup of the help + examples in the CLI for all ultralist commands PR: 251099 Submitted by: vulcan@wired.sh (maintainer) Deleted: head/deskutils/ultralist/files/patch-ultralist_app.go Modified: head/deskutils/ultralist/Makefile head/deskutils/ultralist/distinfo Modified: head/deskutils/ultralist/Makefile ============================================================================== --- head/deskutils/ultralist/Makefile Fri Nov 13 11:52:06 2020 (r555015) +++ head/deskutils/ultralist/Makefile Fri Nov 13 12:09:12 2020 (r555016) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ultralist -DISTVERSION= 1.6.3 +DISTVERSION= 1.7.0 CATEGORIES= deskutils MAINTAINER= vulcan@wired.sh Modified: head/deskutils/ultralist/distinfo ============================================================================== --- head/deskutils/ultralist/distinfo Fri Nov 13 11:52:06 2020 (r555015) +++ head/deskutils/ultralist/distinfo Fri Nov 13 12:09:12 2020 (r555016) @@ -1,6 +1,6 @@ -TIMESTAMP = 1605183534 -SHA256 (ultralist-ultralist-1.6.3_GH0.tar.gz) = 8bb36f26e24dd38df37d70bfc5585af10f6749a8c6e6c33a4f6cefa13524fa9a -SIZE (ultralist-ultralist-1.6.3_GH0.tar.gz) = 2137779 +TIMESTAMP = 1605267614 +SHA256 (ultralist-ultralist-1.7.0_GH0.tar.gz) = d4a524c94c1ea4a748711a1187246ed1fd00eaaafd5b8153ad23b42d36485f79 +SIZE (ultralist-ultralist-1.7.0_GH0.tar.gz) = 2138395 SHA256 (cheynewallace-tabby-v1.1.0_GH0.tar.gz) = 2e66b4ac938125bb78291385bceb9dc5457d552a721e25e4f3562e72686d75df SIZE (cheynewallace-tabby-v1.1.0_GH0.tar.gz) = 1693 SHA256 (chzyer-readline-2972be24d48e_GH0.tar.gz) = 8f425cfb33fce61a137866c0a88117c68f49de79a61a341353fc97339c6b74da
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011131209.0ADC9CY8077828>