pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/xbiff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 19 08:00:32 UTC 2026

Modified Files:
        pkgsrc/mail/xbiff: Makefile distinfo

Log Message:
xbiff: update to 1.0.6.

Alan Coopersmith (10):
      unifdef SYSV
      Add noreturn attribute to CloseDown prototype
      Add unused attribute to unused callback arguments
      Improve man page formatting
      man page: fix warnings from `mandoc -T lint`
      Remove old RCS/CVS tags
      gitlab CI: drop the ci-fairy check-mr job
      Strip trailing whitespace from source files
      meson: Add option to build with meson
      xbiff 1.0.6


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/xbiff/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/xbiff/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/xbiff/Makefile
diff -u pkgsrc/mail/xbiff/Makefile:1.10 pkgsrc/mail/xbiff/Makefile:1.11
--- pkgsrc/mail/xbiff/Makefile:1.10     Sat Jan 20 20:41:40 2024
+++ pkgsrc/mail/xbiff/Makefile  Sun Apr 19 08:00:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/01/20 20:41:40 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2026/04/19 08:00:32 wiz Exp $
 
-DISTNAME=              xbiff-1.0.5
+DISTNAME=              xbiff-1.0.6
 CATEGORIES=            mail x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,11 +9,9 @@ MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               Mail notification program for X11
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
-
+.include "../../devel/meson/build.mk"
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"

Index: pkgsrc/mail/xbiff/distinfo
diff -u pkgsrc/mail/xbiff/distinfo:1.7 pkgsrc/mail/xbiff/distinfo:1.8
--- pkgsrc/mail/xbiff/distinfo:1.7      Sat Jan 20 20:41:40 2024
+++ pkgsrc/mail/xbiff/distinfo  Sun Apr 19 08:00:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/01/20 20:41:40 wiz Exp $
+$NetBSD: distinfo,v 1.8 2026/04/19 08:00:32 wiz Exp $
 
-BLAKE2s (xbiff-1.0.5.tar.xz) = ab7279f2c842efadbbef24f539dd2bd5ad64f422f61e46a8fceb164e5fefba1b
-SHA512 (xbiff-1.0.5.tar.xz) = 4dd8943daf670dffb6e108b192977f6ad313d6b0535da0c809699e05f0509aba45be81c72af341e1fef31f59d0a5f209d87441230b3fdcecb4a7a8fe7a9c0658
-Size (xbiff-1.0.5.tar.xz) = 128432 bytes
+BLAKE2s (xbiff-1.0.6.tar.xz) = bc119ba08b43ef8adcc8619eb7f61cc59659594f7124e6a4f0e592be7e4f47dc
+SHA512 (xbiff-1.0.6.tar.xz) = 9bf37dba182909a801cb419102a37f372abf7695ef384687e4d00a1c306ba3f164a63aabba31fa13d84e8ff924d00803148221124f6ad792afb9ac54ccb69fef
+Size (xbiff-1.0.6.tar.xz) = 134784 bytes



Home | Main Index | Thread Index | Old Index