Received: by mail.netbsd.org (Postfix, from userid 605) id 7F17084D6B; Wed, 31 Aug 2022 19:23:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B152984F3B for ; Wed, 31 Aug 2022 19:23: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 tDM8Rg5VcApz for ; Wed, 31 Aug 2022 19:23:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2D2C584D6B for ; Wed, 31 Aug 2022 19:23:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29BF4FA8A; Wed, 31 Aug 2022 19:23:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661973787205680" MIME-Version: 1.0 Date: Wed, 31 Aug 2022 19:23:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/oclock To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220831192307.29BF4FA8A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661973787205680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 31 19:23:07 UTC 2022 Modified Files: pkgsrc/time/oclock: Makefile distinfo Log Message: oclock: update to 1.0.5. Alan Coopersmith (9): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Pass -D_CONST_X_STRING to make libXt declare String as const char * Fix spelling/wording issues gitlab CI: add a basic build test Build xz tarballs instead of bzip2 Declare bitmap data as const Add cast to clear -Wsign-compare warning oclock 1.0.5 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/oclock/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/oclock/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661973787205680 Content-Disposition: inline Content-Length: 1577 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/oclock/Makefile diff -u pkgsrc/time/oclock/Makefile:1.6 pkgsrc/time/oclock/Makefile:1.7 --- pkgsrc/time/oclock/Makefile:1.6 Sat Jan 18 23:35:37 2020 +++ pkgsrc/time/oclock/Makefile Wed Aug 31 19:23:06 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:35:37 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2022/08/31 19:23:06 wiz Exp $ -DISTNAME= oclock-1.0.4 +DISTNAME= oclock-1.0.5 CATEGORIES= time x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/time/oclock/distinfo diff -u pkgsrc/time/oclock/distinfo:1.5 pkgsrc/time/oclock/distinfo:1.6 --- pkgsrc/time/oclock/distinfo:1.5 Tue Oct 26 11:24:23 2021 +++ pkgsrc/time/oclock/distinfo Wed Aug 31 19:23:06 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:24:23 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/08/31 19:23:06 wiz Exp $ -BLAKE2s (oclock-1.0.4.tar.bz2) = fb5d2afeee54240185572ac7684453522159d9e26082132a341449924984bd28 -SHA512 (oclock-1.0.4.tar.bz2) = 6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7 -Size (oclock-1.0.4.tar.bz2) = 132835 bytes +BLAKE2s (oclock-1.0.5.tar.xz) = de7fc968daa00257e4360fde5caff6dc801a144f43cbf116470fa13f320cd720 +SHA512 (oclock-1.0.5.tar.xz) = a87e89afdb25a91c36077e030b05c3907ddc063c6bdc0715a01bfc16edef8730b3b5a0347399ef4c8b2a13e70e068cba9ec5fe8d411f08548c0aa790a1873aff +Size (oclock-1.0.5.tar.xz) = 126404 bytes --_----------=_1661973787205680--