Received: by mail.netbsd.org (Postfix, from userid 605) id AB42484F6C; Tue, 10 May 2022 08:51:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E432484D58 for ; Tue, 10 May 2022 08:51:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VOhH16hL-8na for ; Tue, 10 May 2022 08:51:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0739584F6A for ; Tue, 10 May 2022 08:51:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C970FA94; Tue, 10 May 2022 08:51:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1652172706161730" MIME-Version: 1.0 Date: Tue, 10 May 2022 08:51:46 +0000 From: "pin" Subject: CVS commit: pkgsrc/sysutils/tiramisu To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220510085146.1C970FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1652172706161730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue May 10 08:51:46 UTC 2022 Modified Files: pkgsrc/sysutils/tiramisu: Makefile Log Message: sysutils/tiramisu: reset maintainer To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/tiramisu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1652172706161730 Content-Disposition: inline Content-Length: 704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/tiramisu/Makefile diff -u pkgsrc/sysutils/tiramisu/Makefile:1.10 pkgsrc/sysutils/tiramisu/Makefile:1.11 --- pkgsrc/sysutils/tiramisu/Makefile:1.10 Wed Dec 8 16:06:38 2021 +++ pkgsrc/sysutils/tiramisu/Makefile Tue May 10 08:51:45 2022 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2021/12/08 16:06:38 adam Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/10 08:51:45 pin Exp $ DISTNAME= tiramisu-2.0.20211107 PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=Sweets/} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/Sweets/tiramisu/ COMMENT= Desktop notifications, the UNIX way LICENSE= mit --_----------=_1652172706161730--