Received: by mail.netbsd.org (Postfix, from userid 605) id C47D384F3B; Wed, 31 Aug 2022 19:21:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 08D3284D6B for ; Wed, 31 Aug 2022 19:21:42 +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 UO211fhrKE4r for ; Wed, 31 Aug 2022 19:21:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6E26584D57 for ; Wed, 31 Aug 2022 19:21:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67B99FA8A; Wed, 31 Aug 2022 19:21:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661973701102480" MIME-Version: 1.0 Date: Wed, 31 Aug 2022 19:21:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/ico To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220831192141.67B99FA8A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661973701102480 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:21:41 UTC 2022 Modified Files: pkgsrc/x11/ico: DESCR Makefile distinfo Log Message: ico: update to 1.0.6. Alan Coopersmith (9): Update README for gitlab migration Update configure.ac bug URL for gitlab migration gitlab CI: add a basic build test Build xz tarballs instead of bzip2 man page: remove out-of-date COPYRIGHT section Apply scope reduction suggestions from cppcheck Rename global "poly" to fix gcc -Wshadow warnings Add cast to clear -Wsign-compare warning ico 1.0.6 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/ico/DESCR cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/ico/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/ico/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661973701102480 Content-Disposition: inline Content-Length: 2102 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/ico/DESCR diff -u pkgsrc/x11/ico/DESCR:1.1.1.1 pkgsrc/x11/ico/DESCR:1.2 --- pkgsrc/x11/ico/DESCR:1.1.1.1 Tue Apr 10 13:46:34 2007 +++ pkgsrc/x11/ico/DESCR Wed Aug 31 19:21:41 2022 @@ -1,4 +1,4 @@ -This package provides ico, a program to display an animated icosahedron -or other polhedrons. - -This is from the modular X.org X11 project. +ico is a simple animation program that may be used for testing +various X11 operations and extensions. It displays a wire-frame +rotating polyhedron, with hidden lines removed, or a solid-fill +polyhedron with hidden faces removed. Index: pkgsrc/x11/ico/Makefile diff -u pkgsrc/x11/ico/Makefile:1.9 pkgsrc/x11/ico/Makefile:1.10 --- pkgsrc/x11/ico/Makefile:1.9 Sat Jan 18 23:35:49 2020 +++ pkgsrc/x11/ico/Makefile Wed Aug 31 19:21:41 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2020/01/18 23:35:49 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2022/08/31 19:21:41 wiz Exp $ -DISTNAME= ico-1.0.5 +DISTNAME= ico-1.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/ico/distinfo diff -u pkgsrc/x11/ico/distinfo:1.8 pkgsrc/x11/ico/distinfo:1.9 --- pkgsrc/x11/ico/distinfo:1.8 Tue Oct 26 11:33:55 2021 +++ pkgsrc/x11/ico/distinfo Wed Aug 31 19:21:41 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:33:55 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/08/31 19:21:41 wiz Exp $ -BLAKE2s (ico-1.0.5.tar.bz2) = 08a9d2fdc337c4bb43128170b0c27ecc58714fcd7c4387ff52df0270de614195 -SHA512 (ico-1.0.5.tar.bz2) = 93a94a66d4a41b39d4b3657050e58f8269d352dae5d5916c9ecdda1cb14f23b9d159d67c50fdfa654b4b1c2ad11434bed140ace70703c82b05d3fe8686aab8f6 -Size (ico-1.0.5.tar.bz2) = 136727 bytes +BLAKE2s (ico-1.0.6.tar.xz) = f7d67a78645e8f0cfc119ff70b728a1c8cedb3ff6cf48027c5f1e82f2d4203b1 +SHA512 (ico-1.0.6.tar.xz) = 0ada451b8026ea10d1a5633f847b7bf833292e4cd01e3f1079d82c91fd142c06c6c4005b7146900ee34ac7acc8fd981db37ada9052dff49c2cfce995b9146c8c +Size (ico-1.0.6.tar.xz) = 130032 bytes --_----------=_1661973701102480--