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: Sat Jan 20 20:41:40 UTC 2024
Modified Files:
pkgsrc/mail/xbiff: Makefile distinfo
Log Message:
xbiff: update to 1.0.5.
This release adds -help & -version command line options.
For those building for 32-bit platforms, it also enables use of the
"large file" APIs so that it can handle mailboxes which exceed 2gb
or which may be stored on a filesystem which uses large inode numbers
not supported by the original 32-bit APIs.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow a 32-bit
build of xbiff to work with files whose timestamps are later than
January 19, 2038, but this has not been tested.
Alan Coopersmith (12):
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
gitlab CI: stop requiring Signed-off-by in commits
configure: Use AC_SYS_LARGEFILE to enable large file support
Use XtAsprintf instead of manual mallocing and copying of strings
Combine usage message into a single string
Add -version option
Fix -version handling to not require opening a display first
Add -help option
List which options were unrecognized before printing usage message
Use C99 struct initializers
xbiff 1.0.5
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/xbiff/Makefile
cvs rdiff -u -r1.6 -r1.7 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.9 pkgsrc/mail/xbiff/Makefile:1.10
--- pkgsrc/mail/xbiff/Makefile:1.9 Wed Nov 9 13:14:14 2022
+++ pkgsrc/mail/xbiff/Makefile Sat Jan 20 20:41:40 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2022/11/09 13:14:14 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/20 20:41:40 wiz Exp $
-DISTNAME= xbiff-1.0.4
-CATEGORIES= x11
+DISTNAME= xbiff-1.0.5
+CATEGORIES= mail 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/mail/xbiff/distinfo
diff -u pkgsrc/mail/xbiff/distinfo:1.6 pkgsrc/mail/xbiff/distinfo:1.7
--- pkgsrc/mail/xbiff/distinfo:1.6 Tue Oct 26 10:54:34 2021
+++ pkgsrc/mail/xbiff/distinfo Sat Jan 20 20:41:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:54:34 nia Exp $
+$NetBSD: distinfo,v 1.7 2024/01/20 20:41:40 wiz Exp $
-BLAKE2s (xbiff-1.0.4.tar.bz2) = fc1c05498774b82e2c335091d0842b066affef1adadc714d82242b3e7e9c61e9
-SHA512 (xbiff-1.0.4.tar.bz2) = 0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac
-Size (xbiff-1.0.4.tar.bz2) = 133455 bytes
+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
Home |
Main Index |
Thread Index |
Old Index