Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F99884F6A for ; Thu, 28 Dec 2023 22:35:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NNUwlt257qa9 for ; Thu, 28 Dec 2023 22:35:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A878E84CD7 for ; Thu, 28 Dec 2023 22:35:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A269DFA42; Thu, 28 Dec 2023 22:35:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703802920197510" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 22:35:20 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/wm/compiz To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231228223520.A269DFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703802920197510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Thu Dec 28 22:35:20 UTC 2023 Modified Files: pkgsrc/wm/compiz: Makefile Log Message: fetch from backup To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 pkgsrc/wm/compiz/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703802920197510 Content-Disposition: inline Content-Length: 606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/compiz/Makefile diff -u pkgsrc/wm/compiz/Makefile:1.154 pkgsrc/wm/compiz/Makefile:1.155 --- pkgsrc/wm/compiz/Makefile:1.154 Tue Nov 28 15:49:17 2023 +++ pkgsrc/wm/compiz/Makefile Thu Dec 28 22:35:20 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.154 2023/11/28 15:49:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.155 2023/12/28 22:35:20 zafer Exp $ # PKGVER= 0.8.8 DISTNAME= compiz-${PKGVER} PKGREVISION= 83 CATEGORIES= wm x11 -MASTER_SITES= http://releases.compiz.org/${PKGVER}/ +MASTER_SITES= # MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://compiz.org/ --_----------=_1703802920197510--