Date: Sat, 13 Feb 2021 10:35:12 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565122 - in head/sysutils/zeitgeist: . files Message-ID: <202102131035.11DAZCi9064444@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Feb 13 10:35:11 2021 New Revision: 565122 URL: https://svnweb.freebsd.org/changeset/ports/565122 Log: sysutils/zeitgeist: update to 1.0.3, to prepare for vala update Changelog: 2020-10-15: Zeitgeist 1.0.3 "Ruby" Overall: - Fix compile error with new vala - Port to python3 and update tests - Drop support for python2 PR: 249940 Deleted: head/sysutils/zeitgeist/files/ Modified: head/sysutils/zeitgeist/Makefile head/sysutils/zeitgeist/distinfo Modified: head/sysutils/zeitgeist/Makefile ============================================================================== --- head/sysutils/zeitgeist/Makefile Sat Feb 13 10:35:11 2021 (r565121) +++ head/sysutils/zeitgeist/Makefile Sat Feb 13 10:35:11 2021 (r565122) @@ -3,7 +3,7 @@ # NOTE: please keep zeitgeist in sysutils/qzeitgeist in sync PORTNAME= zeitgeist -PORTVERSION= 1.0.2 +DISTVERSION= 1.0.3 CATEGORIES= sysutils MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/+download/ Modified: head/sysutils/zeitgeist/distinfo ============================================================================== --- head/sysutils/zeitgeist/distinfo Sat Feb 13 10:35:11 2021 (r565121) +++ head/sysutils/zeitgeist/distinfo Sat Feb 13 10:35:11 2021 (r565122) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601038477 -SHA256 (zeitgeist-1.0.2.tar.xz) = d023b5904c7076b2701df915dd29b77e256a86d9e80ecfb92f36c9f26371a8ce -SIZE (zeitgeist-1.0.2.tar.xz) = 840360 +TIMESTAMP = 1613210925 +SHA256 (zeitgeist-1.0.3.tar.xz) = 609f5eeccc74ebec8d1a15155ee2306c86f2f670a510052da52ba9b3216c4cd5 +SIZE (zeitgeist-1.0.3.tar.xz) = 840888
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102131035.11DAZCi9064444>