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:           Thu Nov 14 07:36:36 UTC 2024

Modified Files:
        pkgsrc/x11/xlogo: Makefile distinfo

Log Message:
xlogo: update to 1.0.7.

Alan Coopersmith (10):
      Print which arguments were unknown before giving usage message
      Add -help and -version options
      Mark Syntax() with noreturn attribute
      Clear up 17 -Wunused-parameter warnings from clang 13
      Fix -Wextra-semi-stmt from donestr() macro
      Use struct initializers
      Handle -Wsign-compare warning in Syntax()
      Add -help and -version to man page and usage output
      Fix up copyright & license notices in COPYING & xlogo.c
      xlogo 1.0.7


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/xlogo/Makefile
cvs rdiff -u -r1.8 -r1.9 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.21 pkgsrc/x11/xlogo/Makefile:1.22
--- pkgsrc/x11/xlogo/Makefile:1.21      Sun Nov 12 13:24:41 2023
+++ pkgsrc/x11/xlogo/Makefile   Thu Nov 14 07:36:36 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2023/11/12 13:24:41 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/11/14 07:36:36 wiz Exp $
 
-DISTNAME=              xlogo-1.0.6
-PKGREVISION=           2
+DISTNAME=              xlogo-1.0.7
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/x11/xlogo/distinfo
diff -u pkgsrc/x11/xlogo/distinfo:1.8 pkgsrc/x11/xlogo/distinfo:1.9
--- pkgsrc/x11/xlogo/distinfo:1.8       Sun Nov 13 08:09:44 2022
+++ pkgsrc/x11/xlogo/distinfo   Thu Nov 14 07:36:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/11/13 08:09:44 wiz Exp $
+$NetBSD: distinfo,v 1.9 2024/11/14 07:36:36 wiz Exp $
 
-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
+BLAKE2s (xlogo-1.0.7.tar.xz) = 631d41f21cbcf74b525a6b537d418bf0a7f3da657f43cbe2c2ebc2e55cfd1eda
+SHA512 (xlogo-1.0.7.tar.xz) = dfea0d42aeec7394c487e009c22ebb24af9501fa8144079d4fe1f32931cfad6bd1eb3830a1d211b9785a9f89fe22c61d4d4b6d6b881af42f3f916ccc5eb9ce66
+Size (xlogo-1.0.7.tar.xz) = 133996 bytes



Home | Main Index | Thread Index | Old Index