Received: by mail.netbsd.org (Postfix, from userid 605) id 8EF4884ED6; Wed, 26 Apr 2023 19:08:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEFF684ED0 for ; Wed, 26 Apr 2023 19:08:00 +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 Uph6RW2q6ets for ; Wed, 26 Apr 2023 19:08:00 +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 1717084D84 for ; Wed, 26 Apr 2023 19:08:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1422EFA87; Wed, 26 Apr 2023 19:08:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168253608093610" MIME-Version: 1.0 Date: Wed, 26 Apr 2023 19:08:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230426190800.1422EFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168253608093610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 26 19:08:00 UTC 2023 Modified Files: pkgsrc/graphics/prison: Makefile pkgsrc/misc/libreoffice: Makefile Log Message: *: recursive bump for zxing-cpp To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/prison/Makefile cvs rdiff -u -r1.307 -r1.308 pkgsrc/misc/libreoffice/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168253608093610 Content-Disposition: inline Content-Length: 1166 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/prison/Makefile diff -u pkgsrc/graphics/prison/Makefile:1.33 pkgsrc/graphics/prison/Makefile:1.34 --- pkgsrc/graphics/prison/Makefile:1.33 Wed Apr 19 08:08:25 2023 +++ pkgsrc/graphics/prison/Makefile Wed Apr 26 19:07:59 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2023/04/19 08:08:25 adam Exp $ +# $NetBSD: Makefile,v 1.34 2023/04/26 19:07:59 wiz Exp $ DISTNAME= prison-${KF5VER} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/misc/libreoffice/Makefile diff -u pkgsrc/misc/libreoffice/Makefile:1.307 pkgsrc/misc/libreoffice/Makefile:1.308 --- pkgsrc/misc/libreoffice/Makefile:1.307 Sun Apr 23 14:26:27 2023 +++ pkgsrc/misc/libreoffice/Makefile Wed Apr 26 19:07:59 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.307 2023/04/23 14:26:27 adam Exp $ +# $NetBSD: Makefile,v 1.308 2023/04/26 19:07:59 wiz Exp $ VERREL= 7.5.1 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz --_----------=_168253608093610--