Fri Feb 9 21:03:32 2024 UTC (108d)
xmore: update to 1.0.4.

This release adds -help and -version options to the xmore command.

Alan Coopersmith (10):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Print which arguments were unknown before giving usage message
      Add -help and -version options
      Handle clang -Wmissing-noreturn warning
      Handle clang -Wunused-macros warnings
      Handle clang -Wunused-parameter warnings
      Fix spelling/wording issues
      xmore 1.0.4

Samy Mahmoudi (1):
      COPYING: set license information


(wiz)
diff -r1.12 -r1.13 pkgsrc/x11/xmore/Makefile
diff -r1.7 -r1.8 pkgsrc/x11/xmore/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/x11/xmore/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xmore/Makefile 2022/11/09 13:14:30 1.12
+++ pkgsrc/x11/xmore/Makefile 2024/02/09 21:03:31 1.13
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.12 2022/11/09 13:14:30 joerg Exp $ 1# $NetBSD: Makefile,v 1.13 2024/02/09 21:03:31 wiz Exp $
2 2
3DISTNAME= xmore-1.0.3 3DISTNAME= xmore-1.0.4
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Plain text display program for X 10COMMENT= Plain text display program for X
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15CONFIGURE_ENV+= APP_MAN_SUFFIX=1 15CONFIGURE_ENV+= APP_MAN_SUFFIX=1
16 16
17MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults 17MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
18 18
19.include "../../x11/libXaw/buildlink3.mk" 19.include "../../x11/libXaw/buildlink3.mk"

cvs diff -r1.7 -r1.8 pkgsrc/x11/xmore/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xmore/distinfo 2021/10/26 11:34:53 1.7
+++ pkgsrc/x11/xmore/distinfo 2024/02/09 21:03:31 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2021/10/26 11:34:53 nia Exp $ 1$NetBSD: distinfo,v 1.8 2024/02/09 21:03:31 wiz Exp $
2 2
3BLAKE2s (xmore-1.0.3.tar.bz2) = fc16822e5d7dd37869bf6eb65571c818c3a6e873136a33c962fa36a56985cec4 3BLAKE2s (xmore-1.0.4.tar.xz) = 9c3058c6ba810ac1c5cf2de2ed7bbce72b4fbcd8d67cc77c2f39099f128ec0ca
4SHA512 (xmore-1.0.3.tar.bz2) = e3e44831cd87a54bb585f80ef0d87f69dc35f6c834a73241aad9f6e2b0999b53c51a0a3f915a94ae4d6dc9bdfb9f60b6576f0bdcec441443abd98efa6c51b1d3 4SHA512 (xmore-1.0.4.tar.xz) = 52ac9bca78431f5f830b4607ff2cc375ab90e11380e0d4d3e591689359806cc7c7ec92c713d4d65742f40407e4f407c372759e5d03e30a30dfd866e6d5c6f6f7
5Size (xmore-1.0.3.tar.bz2) = 127587 bytes 5Size (xmore-1.0.4.tar.xz) = 122624 bytes