pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/bitmap



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 30 21:15:33 UTC 2022

Modified Files:
        pkgsrc/x11/bitmap: Makefile distinfo

Log Message:
bitmap: update to 1.1.0.

Alan Coopersmith (10):
      Use _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
      Move bitmaps into a new bitmaps directory
      test: add round-trip-test for atobm & bmtoa
      atobm: accept single character lines
      atobm: close memory leaks
      gitlab CI: stop requiring Signed-off-by in commits
      bitmap 1.1.0

Jeremy Mates (1):
      bitmap: Fix a crash with underspecified dimensions


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/bitmap/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/bitmap/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/bitmap/Makefile
diff -u pkgsrc/x11/bitmap/Makefile:1.12 pkgsrc/x11/bitmap/Makefile:1.13
--- pkgsrc/x11/bitmap/Makefile:1.12     Sat Jan 18 23:35:47 2020
+++ pkgsrc/x11/bitmap/Makefile  Sat Apr 30 21:15:33 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 23:35:47 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/30 21:15:33 wiz Exp $
 
-DISTNAME=              bitmap-1.0.9
+DISTNAME=              bitmap-1.1.0
 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/bitmap/distinfo
diff -u pkgsrc/x11/bitmap/distinfo:1.9 pkgsrc/x11/bitmap/distinfo:1.10
--- pkgsrc/x11/bitmap/distinfo:1.9      Tue Oct 26 11:33:44 2021
+++ pkgsrc/x11/bitmap/distinfo  Sat Apr 30 21:15:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:33:44 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/04/30 21:15:33 wiz Exp $
 
-BLAKE2s (bitmap-1.0.9.tar.bz2) = 21967abb7af02abf7f73222c2ed6ab33cc8dec777bfc64d83fa104e367cbc9a4
-SHA512 (bitmap-1.0.9.tar.bz2) = 873c626c72a0f4025fe8c8aeedbf3fe4ee5657fb487ad7410406a20da518c0358041dc45c2549926cc10e1d031977073b9d1ddb32830fdce95b716a52fe44456
-Size (bitmap-1.0.9.tar.bz2) = 181401 bytes
+BLAKE2s (bitmap-1.1.0.tar.xz) = 1624a9bc484263c630153997b60d20e21a5390664bc550276f64749a25267bc9
+SHA512 (bitmap-1.1.0.tar.xz) = 3d6c94675f10772daeb71598c3e0ddcb51569b1bfc4771159e9df89599bfeb8bf49f464c24fef54d30a8f737af32136f859f844be03e088d24ed962f88381193
+Size (bitmap-1.1.0.tar.xz) = 163560 bytes



Home | Main Index | Thread Index | Old Index