pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/ico ico: update to 1.0.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d82fffcdbdb6
branches:  trunk
changeset: 384379:d82fffcdbdb6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 31 19:21:41 2022 +0000

description:
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

diffstat:

 x11/ico/DESCR    |  8 ++++----
 x11/ico/Makefile |  6 +++---
 x11/ico/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (41 lines):

diff -r 3059086101d1 -r d82fffcdbdb6 x11/ico/DESCR
--- a/x11/ico/DESCR     Wed Aug 31 19:19:34 2022 +0000
+++ b/x11/ico/DESCR     Wed Aug 31 19:21:41 2022 +0000
@@ -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.
diff -r 3059086101d1 -r d82fffcdbdb6 x11/ico/Makefile
--- a/x11/ico/Makefile  Wed Aug 31 19:19:34 2022 +0000
+++ b/x11/ico/Makefile  Wed Aug 31 19:21:41 2022 +0000
@@ -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@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
diff -r 3059086101d1 -r d82fffcdbdb6 x11/ico/distinfo
--- a/x11/ico/distinfo  Wed Aug 31 19:19:34 2022 +0000
+++ b/x11/ico/distinfo  Wed Aug 31 19:21:41 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index