pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xlogo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 13 08:09:44 UTC 2022

Modified Files:
        pkgsrc/x11/xlogo: Makefile distinfo

Log Message:
xlogo: update to 1.0.6.

Alan Coopersmith (8):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      configure: make --with-render help string match the accepted option name
      gitlab CI: stop requiring Signed-off-by in commits
      Use _CONST_X_STRING to make libXt declare String as const char *
      Fix -Wmissing-field-initializers warning
      Add configure check and --with-xkb option for use of XkbStdBell
      xlogo 1.0.6


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/xlogo/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xlogo/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/xlogo/Makefile
diff -u pkgsrc/x11/xlogo/Makefile:1.18 pkgsrc/x11/xlogo/Makefile:1.19
--- pkgsrc/x11/xlogo/Makefile:1.18      Wed Nov  9 13:14:30 2022
+++ pkgsrc/x11/xlogo/Makefile   Sun Nov 13 08:09:44 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2022/11/09 13:14:30 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2022/11/13 08:09:44 wiz Exp $
 
-DISTNAME=              xlogo-1.0.5
-PKGREVISION=           1
+DISTNAME=              xlogo-1.0.6
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/

Index: pkgsrc/x11/xlogo/distinfo
diff -u pkgsrc/x11/xlogo/distinfo:1.7 pkgsrc/x11/xlogo/distinfo:1.8
--- pkgsrc/x11/xlogo/distinfo:1.7       Tue Oct 26 11:34:51 2021
+++ pkgsrc/x11/xlogo/distinfo   Sun Nov 13 08:09:44 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:51 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/11/13 08:09:44 wiz Exp $
 
-BLAKE2s (xlogo-1.0.5.tar.bz2) = 466a0bf181b7dbf751ffe1ffa1f0fadd579651a4fd25114d82571873c1bd1183
-SHA512 (xlogo-1.0.5.tar.bz2) = 0d78e269b0be3c5de71de7f362b896bfd9934ecd9d0361b3302399b1269e029c4a9f35418d792121a1edc34405d753f9d69c996cc3a69ac717f2b0d1f736406b
-Size (xlogo-1.0.5.tar.bz2) = 135608 bytes
+BLAKE2s (xlogo-1.0.6.tar.xz) = 73c766b8e81b5384af784e9f7c32e9e1ab4356536c598768d277c8e997d90bfa
+SHA512 (xlogo-1.0.6.tar.xz) = f0c921e0e34d2c0959d95ca0fcb7488395043280b8b35bcad4e8a528224f2b38581fbf60e82239d06760ecd637692cb29c3b1c0c46ac7f269f692a139d954ea0
+Size (xlogo-1.0.6.tar.xz) = 128772 bytes



Home | Main Index | Thread Index | Old Index