pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/news/tin
Module Name: pkgsrc
Committed By: micha
Date: Wed Jan 12 11:41:41 UTC 2022
Modified Files:
pkgsrc/news/tin: Makefile distinfo
pkgsrc/news/tin/patches: patch-src_Makefile.in
Removed Files:
pkgsrc/news/tin/patches: patch-configure patch-configure.in
patch-include_autoconf.hin patch-include_tcurses.h
Log Message:
news/tin: Update to 2.6.1
-- 2.6.1 release 20211226 "Convalmore" --
004) Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
BUG. wrong pkg-config file name for libcanlock3
FIX. aclocal.m4
003) Urs Janssen <urs%tin.org@localhost>
ADD. config.guess, config.sub update
ADD. don't count comment and empty lines in newsrc-file
ADD. fixed mixed declarations and code
ADD. const qualification for free_if_not_default() and strfpath_cp()
ADD. allow to cancel wait_message() via key press
BUG. missing bounds checking in *highlight_string()
BUG. use of wint_t in !MULTIBYTE_ABLE code
FIX. curses.c, help.c, memory.c, misc.c, newsrc.c, page.c, prompt.c
rfc2046.c, screen.c, select.c, tcurses.c, extern.h, tin.5
config.guess, config.sub
002) Thomas E. Dickey <dickey%invisible-island.net@localhost>
BUG. missing configure check for get_wch and wget_wch
ADD. workaround for possible redefinition of bool type when using
pdcurses
FIX. autoconf.hin, tcurses.h, tin.h, Makefile.in, aclocal.m4
configure[.in]
001) Matt Anton <tin%lv223.org@localhost>
ADD. updated French translation
FIX. fr.po
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/news/tin/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/news/tin/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/news/tin/patches/patch-configure
cvs rdiff -u -r1.1 -r0 pkgsrc/news/tin/patches/patch-configure.in \
pkgsrc/news/tin/patches/patch-include_autoconf.hin
cvs rdiff -u -r1.2 -r0 pkgsrc/news/tin/patches/patch-include_tcurses.h
cvs rdiff -u -r1.3 -r1.4 pkgsrc/news/tin/patches/patch-src_Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/news/tin/Makefile
diff -u pkgsrc/news/tin/Makefile:1.97 pkgsrc/news/tin/Makefile:1.98
--- pkgsrc/news/tin/Makefile:1.97 Wed Dec 8 16:06:10 2021
+++ pkgsrc/news/tin/Makefile Wed Jan 12 11:41:41 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2021/12/08 16:06:10 adam Exp $
+# $NetBSD: Makefile,v 1.98 2022/01/12 11:41:41 micha Exp $
-DISTNAME= tin-2.6.0
-PKGREVISION= 1
+DISTNAME= tin-2.6.1
CATEGORIES= news
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/
MASTER_SITES+= http://ftp.funet.fi/pub/unix/news/tin-unoff/
Index: pkgsrc/news/tin/distinfo
diff -u pkgsrc/news/tin/distinfo:1.32 pkgsrc/news/tin/distinfo:1.33
--- pkgsrc/news/tin/distinfo:1.32 Tue Oct 26 11:09:37 2021
+++ pkgsrc/news/tin/distinfo Wed Jan 12 11:41:41 2022
@@ -1,11 +1,7 @@
-$NetBSD: distinfo,v 1.32 2021/10/26 11:09:37 nia Exp $
+$NetBSD: distinfo,v 1.33 2022/01/12 11:41:41 micha Exp $
-BLAKE2s (tin-2.6.0.tar.xz) = 01d560c51c68666962783b2979ba251cea5d84876fd5f1dbda3117fa351891a9
-SHA512 (tin-2.6.0.tar.xz) = d843bd313fd144fbb5f4c40e3f0f776cab3a974494adc7004ee265235ab538dde520bc72c956d5a8517225fdb50e754b444f25bd3b661ddf51ff9e4135904862
-Size (tin-2.6.0.tar.xz) = 1575564 bytes
+BLAKE2s (tin-2.6.1.tar.xz) = 489c1802956e8fa0e3728c1fbcf4976164e9d04745f147b3975f956a84c62df2
+SHA512 (tin-2.6.1.tar.xz) = dc9ace5e24cac1efcaac25df1747dd435573130cff4e9c846c89e8faaed8e8120d66a2021332c01f350744155bcb7be608657285560a1a2457b4635cc8fa22b3
+Size (tin-2.6.1.tar.xz) = 1570500 bytes
SHA1 (patch-Makefile) = 7f9048d31e70d9630ba6511d834db5d0c60a7de1
-SHA1 (patch-configure) = 124a69bda73e55fbde04076f6f1b4ec9293a1b31
-SHA1 (patch-configure.in) = 9a43c69dc722b3613324afca34ae79b9f369f7ae
-SHA1 (patch-include_autoconf.hin) = e35e4cbf9ed74b8bd50542f4b9bb03be6343187d
-SHA1 (patch-include_tcurses.h) = 71c2d0ca8432c427e6015a7ddda98991674186ff
-SHA1 (patch-src_Makefile.in) = f6fbe7aee324cd844ed6e1870d3c871c247e06ce
+SHA1 (patch-src_Makefile.in) = aecb7ce01c60d232214c9499d761a7da33cb7fb8
Index: pkgsrc/news/tin/patches/patch-src_Makefile.in
diff -u pkgsrc/news/tin/patches/patch-src_Makefile.in:1.3 pkgsrc/news/tin/patches/patch-src_Makefile.in:1.4
--- pkgsrc/news/tin/patches/patch-src_Makefile.in:1.3 Mon Jan 4 15:30:46 2021
+++ pkgsrc/news/tin/patches/patch-src_Makefile.in Wed Jan 12 11:41:41 2022
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_Makefile.in,v 1.3 2021/01/04 15:30:46 micha Exp $
+$NetBSD: patch-src_Makefile.in,v 1.4 2022/01/12 11:41:41 micha Exp $
Do not install mbox manpage.
--- src/Makefile.in.orig 2020-12-01 10:52:35.000000000 +0000
+++ src/Makefile.in
-@@ -345,7 +345,6 @@ install_manpage : $(DESTDIR)$(INS_MANUAL
+@@ -348,7 +348,6 @@ install_manpage : $(DESTDIR)$(INS_MANUAL
@-$(RM) -f $(DESTDIR)$(INS_MANUAL_DIR)5/r$(PROJECT).5
@$(ECHO) ".so $(INS_MANUAL_DIR)5/$(PROJECT).5" > $(DESTDIR)$(INS_MANUAL_DIR)5/r$(PROJECT).5
@$(CHMOD) 444 $(DESTDIR)$(INS_MANUAL_DIR)5/r$(PROJECT).5
Home |
Main Index |
Thread Index |
Old Index