Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39E9884D1D for ; Sat, 30 Dec 2023 01:22:36 +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 pP2c1P-E6Feg for ; Sat, 30 Dec 2023 01:22:35 +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 C192084D08 for ; Sat, 30 Dec 2023 01:22:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5F84FA42; Sat, 30 Dec 2023 01:22:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170389935540440" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 01:22:35 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/devel/cppunit To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230012235.B5F84FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170389935540440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 30 01:22:35 UTC 2023 Modified Files: pkgsrc/devel/cppunit: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/cppunit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170389935540440 Content-Disposition: inline Content-Length: 640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cppunit/Makefile diff -u pkgsrc/devel/cppunit/Makefile:1.33 pkgsrc/devel/cppunit/Makefile:1.34 --- pkgsrc/devel/cppunit/Makefile:1.33 Tue Jul 18 14:11:14 2023 +++ pkgsrc/devel/cppunit/Makefile Sat Dec 30 01:22:35 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2023/07/18 14:11:14 nia Exp $ +# $NetBSD: Makefile,v 1.34 2023/12/30 01:22:35 zafer Exp $ DISTNAME= cppunit-1.15.1 CATEGORIES= devel -MASTER_SITES= http://dev-www.libreoffice.org/src/ +MASTER_SITES= https://dev-www.libreoffice.org/src/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.freedesktop.org/wiki/Software/cppunit --_----------=_170389935540440--