pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/ico



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.

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@localhost
 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



Home | Main Index | Thread Index | Old Index