Received: by mail.netbsd.org (Postfix, from userid 605) id 8871D84DA6; Thu, 25 Feb 2021 10:28:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C0AEC84DA5 for ; Thu, 25 Feb 2021 10:28:22 +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 Np6MTwhqOpTR for ; Thu, 25 Feb 2021 10:28:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4BB9684CEF for ; Thu, 25 Feb 2021 10:28:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4552EFA95; Thu, 25 Feb 2021 10:28:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161424890274480" MIME-Version: 1.0 Date: Thu, 25 Feb 2021 10:28:22 +0000 From: "Simon Burge" Subject: CVS commit: pkgsrc/misc/sleepto To: pkgsrc-changes@NetBSD.org Reply-To: simonb@netbsd.org X-Mailer: log_accum Message-Id: <20210225102822.4552EFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161424890274480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: simonb Date: Thu Feb 25 10:28:22 UTC 2021 Modified Files: pkgsrc/misc/sleepto: Makefile distinfo Log Message: Update to sleepto-1.1 - fixes some printf formatting bugs. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/sleepto/Makefile \ pkgsrc/misc/sleepto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161424890274480 Content-Disposition: inline Content-Length: 1557 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/sleepto/Makefile diff -u pkgsrc/misc/sleepto/Makefile:1.1 pkgsrc/misc/sleepto/Makefile:1.2 --- pkgsrc/misc/sleepto/Makefile:1.1 Thu Feb 25 10:11:30 2021 +++ pkgsrc/misc/sleepto/Makefile Thu Feb 25 10:28:22 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2021/02/25 10:11:30 simonb Exp $ +# $NetBSD: Makefile,v 1.2 2021/02/25 10:28:22 simonb Exp $ -DISTNAME= sleepto-1.0 +DISTNAME= sleepto-1.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.xz Index: pkgsrc/misc/sleepto/distinfo diff -u pkgsrc/misc/sleepto/distinfo:1.1 pkgsrc/misc/sleepto/distinfo:1.2 --- pkgsrc/misc/sleepto/distinfo:1.1 Thu Feb 25 10:11:30 2021 +++ pkgsrc/misc/sleepto/distinfo Thu Feb 25 10:28:22 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2021/02/25 10:11:30 simonb Exp $ +$NetBSD: distinfo,v 1.2 2021/02/25 10:28:22 simonb Exp $ -SHA1 (sleepto-1.0.tar.xz) = 81646cec067a553887107ca113fb3ccad308dff1 -RMD160 (sleepto-1.0.tar.xz) = 42405c3e8e3aa974a279d179e85296313addbd96 -SHA512 (sleepto-1.0.tar.xz) = 0e924cc9c0c646a6103ec3071f4dcb7fab78aea61fad8f674c9c0064d6a7c0e22edacbb90ac2f1a3858366bc429c68bc6d8eb08bf14dead711e218ce05702f33 -Size (sleepto-1.0.tar.xz) = 7976 bytes +SHA1 (sleepto-1.1.tar.xz) = ccbd55ec47ee34e0e4c335ac62067b8ee8904ea3 +RMD160 (sleepto-1.1.tar.xz) = f8b7ddd53332d0bab6e5289eb125b3c3f936aa65 +SHA512 (sleepto-1.1.tar.xz) = 3027f6ab8ff93dad31a9a08e917c73b01bd7ce6f93fb7f9eda1281d949370c62a0ad7a78bfd539d864b6ff9025d3777d91d57d341ad32a9f022bb57d9e09850e +Size (sleepto-1.1.tar.xz) = 7992 bytes --_----------=_161424890274480--