Received: by mail.netbsd.org (Postfix, from userid 605) id 647D684DB2; Mon, 1 Jun 2020 11:20:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E152884DB0 for ; Mon, 1 Jun 2020 11:20:07 +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 oVEfOo00kymO for ; Mon, 1 Jun 2020 11:20:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5241884CF1 for ; Mon, 1 Jun 2020 11:20:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 455AAFB27; Mon, 1 Jun 2020 11:20:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159101040791610" MIME-Version: 1.0 Date: Mon, 1 Jun 2020 11:20:07 +0000 From: "pin" Subject: CVS commit: pkgsrc/wm/obconf-qt To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200601112007.455AAFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159101040791610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Jun 1 11:20:07 UTC 2020 Modified Files: pkgsrc/wm/obconf-qt: Makefile PLIST distinfo Log Message: wm/obconf-qt: update to 0.15.0 obconf-qt-0.15.0 / 2020-04-24 ============================= * Bumped version to 0.15.0. * Avoid char raw strings literals memory allocations. * Don't use automatic string conversions. * Removed (duplicated) string casts definitions. * Fixed the instllation message in archive_install(). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/obconf-qt/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/obconf-qt/PLIST \ pkgsrc/wm/obconf-qt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159101040791610 Content-Disposition: inline Content-Length: 3033 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/obconf-qt/Makefile diff -u pkgsrc/wm/obconf-qt/Makefile:1.2 pkgsrc/wm/obconf-qt/Makefile:1.3 --- pkgsrc/wm/obconf-qt/Makefile:1.2 Sun Apr 12 08:29:15 2020 +++ pkgsrc/wm/obconf-qt/Makefile Mon Jun 1 11:20:07 2020 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2020/04/12 08:29:15 adam Exp $ +# $NetBSD: Makefile,v 1.3 2020/06/01 11:20:07 pin Exp $ -DISTNAME= obconf-qt-0.14.1 -PKGREVISION= 1 +VERSION= 0.15.0 +DISTNAME= obconf-qt-${VERSION} CATEGORIES= wm -MASTER_SITES= https://downloads.lxqt.org/downloads/obconf-qt/0.14.1/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/obconf-qt/releases/download/${VERSION}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://lxqt.org/ +HOMEPAGE= https://github.com/lxqt/obconf-qt/ COMMENT= Qt based configurator of OpenBox window manager LICENSE= gnu-gpl-v2 Index: pkgsrc/wm/obconf-qt/PLIST diff -u pkgsrc/wm/obconf-qt/PLIST:1.1 pkgsrc/wm/obconf-qt/PLIST:1.2 --- pkgsrc/wm/obconf-qt/PLIST:1.1 Tue Mar 31 22:36:37 2020 +++ pkgsrc/wm/obconf-qt/PLIST Mon Jun 1 11:20:07 2020 @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2020/03/31 22:36:37 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/06/01 11:20:07 pin Exp $ bin/obconf-qt share/applications/obconf-qt.desktop share/icons/hicolor/48x48/apps/obconf-qt.png +share/obconf-qt/translations/obconf-qt_arn.qm +share/obconf-qt/translations/obconf-qt_ast.qm share/obconf-qt/translations/obconf-qt_ca.qm share/obconf-qt/translations/obconf-qt_cs.qm share/obconf-qt/translations/obconf-qt_cy.qm @@ -26,6 +28,7 @@ share/obconf-qt/translations/obconf-qt_p share/obconf-qt/translations/obconf-qt_pt.qm share/obconf-qt/translations/obconf-qt_pt_BR.qm share/obconf-qt/translations/obconf-qt_ru.qm +share/obconf-qt/translations/obconf-qt_sk_SK.qm share/obconf-qt/translations/obconf-qt_sv.qm share/obconf-qt/translations/obconf-qt_tr.qm share/obconf-qt/translations/obconf-qt_uk.qm Index: pkgsrc/wm/obconf-qt/distinfo diff -u pkgsrc/wm/obconf-qt/distinfo:1.1 pkgsrc/wm/obconf-qt/distinfo:1.2 --- pkgsrc/wm/obconf-qt/distinfo:1.1 Tue Mar 31 22:36:37 2020 +++ pkgsrc/wm/obconf-qt/distinfo Mon Jun 1 11:20:07 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/03/31 22:36:37 gutteridge Exp $ +$NetBSD: distinfo,v 1.2 2020/06/01 11:20:07 pin Exp $ -SHA1 (obconf-qt-0.14.1.tar.xz) = 1468271a9f09df9f83924e01172d7810242b1916 -RMD160 (obconf-qt-0.14.1.tar.xz) = 63335640475da1ee3620f746f3b6248747d0031b -SHA512 (obconf-qt-0.14.1.tar.xz) = 7ae4feb8daa3853f768e9cb613fc99046f98744e03efc673ee9e5cb3d4ffa2861f2a9f762acd9c54ef2b9ca3f288d2901cdcce5c09db84689dd186006b8e26ed -Size (obconf-qt-0.14.1.tar.xz) = 97032 bytes +SHA1 (obconf-qt-0.15.0.tar.xz) = 8fc98e9f11539f6984796c754f49751356cb32f8 +RMD160 (obconf-qt-0.15.0.tar.xz) = 5554254c892b2211c2a85c7df0708daae201a42d +SHA512 (obconf-qt-0.15.0.tar.xz) = a723dcd3b409afc7b16572d293cbf0543e00a7177a9819e2374632c00c765de74896429f6e19a54fcee83e20ce2e0876f857447c374db2f4f925dec92be71279 +Size (obconf-qt-0.15.0.tar.xz) = 99976 bytes --_----------=_159101040791610--