Hello all,
this updates news/tin to 1.8.3. This is a very minor update - the most
important change is the integration of one of 'our' patches (by
Christian Weisgerber), patches/patch-src_tcurses_c. So, in addition to
this patch, remove patches/patch-src_tcurses_c.
>From doc/CHANGES:
-- 1.8.3 release 20070201 "Scotasay" --
018) Christian Weisgerber <[EMAIL PROTECTED]>
BUG. assumed that wchar_t and wint_t are of the same size
FIX. tcurses.c
017) Antonio Querubin <[EMAIL PROTECTED]>
BUG. missplaced ||
FIX. nntplib.c
016) Toomas Soome <[EMAIL PROTECTED]>
ADD. updated estonian translation
FIX. et.po
015) Michael Bienia <[EMAIL PROTECTED]>
BUG. 'l' from the pager doesn't reposition cursor to last viewed
article
FIX. thread.c
014) Urs Janssen <[EMAIL PROTECTED]>
BUG. "Kill text pattern" form killfile menu was applied to
Message-ID and Rrferences instead of Message-ID only
BUG. FILTER_FILE_OFFSET was wrong
ADD. allow .ax TLD
FIX. tin.h, filter.c, policy.h
013) Urs Janssen <[EMAIL PROTECTED]>
ADD. minor manpage tweaking
FIX. tin.1, tin.5
012) Peter Breitenlohner <[EMAIL PROTECTED]>
BUG. build problem with VPATH
FIX. Makefile.in
Diff below. Note that patches/patch-src_tcurses_c should be removed,
too.
Joachim
Index: Makefile
===================================================================
RCS file: /var/nfs/cvsync/ports/news/tin/Makefile,v
retrieving revision 1.30
diff -u -b -B -r1.30 Makefile
--- Makefile 15 Feb 2007 07:11:17 -0000 1.30
+++ Makefile 18 Mar 2007 21:40:37 -0000
@@ -3,9 +3,9 @@
COMMENT= 'threaded NNTP and spool based UseNet newsreader'
DISTNAME= tin-${VERSION}.${PATCHLEVEL}
-PKGNAME= ${DISTNAME}p0
+PKGNAME= ${DISTNAME}
VERSION= 1.8
-PATCHLEVEL= 2
+PATCHLEVEL= 3
CATEGORIES= news
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${VERSION}/ \
Index: distinfo
===================================================================
RCS file: /var/nfs/cvsync/ports/news/tin/distinfo,v
retrieving revision 1.7
diff -u -b -B -r1.7 distinfo
--- distinfo 26 Jan 2007 23:19:32 -0000 1.7
+++ distinfo 18 Mar 2007 21:41:23 -0000
@@ -1,4 +1,5 @@
-MD5 (tin-1.8.2.tar.gz) = 397b6e22861d1ed4fc0fdb0e4a9f8876
-RMD160 (tin-1.8.2.tar.gz) = cc72f22f4b85091b8968a63ef8b36568cb484c6f
-SHA1 (tin-1.8.2.tar.gz) = 6a0b4505d9d769cb58dea483fadab8e86a08ec69
-SIZE (tin-1.8.2.tar.gz) = 1996960
+MD5 (tin-1.8.3.tar.gz) = 8541802da03b039fdcfe19148ef20bcb
+RMD160 (tin-1.8.3.tar.gz) = 26b54723a5f83b1855d70f4709b3b32f6ab03160
+SHA1 (tin-1.8.3.tar.gz) = ae474206f6b95154d212acf3eb904c302a7d4c49
+SHA256 (tin-1.8.3.tar.gz) =
b1581dd63314b0edf3ad4699884affe8578006fa91a90fa5ad89531b85630016
+SIZE (tin-1.8.3.tar.gz) = 1998060
Index: patches/patch-src_Makefile_in
===================================================================
RCS file: /var/nfs/cvsync/ports/news/tin/patches/patch-src_Makefile_in,v
retrieving revision 1.3
diff -u -b -B -r1.3 patch-src_Makefile_in
--- patches/patch-src_Makefile_in 26 Jan 2007 23:19:32 -0000 1.3
+++ patches/patch-src_Makefile_in 18 Mar 2007 21:55:18 -0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-src_Makefile_in,v 1.3 2007/01/26 23:19:32 steven Exp $
---- src/Makefile.in.orig Sat Jul 16 21:49:36 2005
-+++ src/Makefile.in Sat Jan 27 00:06:24 2007
+--- src/Makefile.in.orig Thu May 4 10:19:04 2006
++++ src/Makefile.in Sun Mar 18 22:54:49 2007
@@ -78,6 +78,7 @@ LINK_LIBS = $(PCRE_LIBS) $(CANLIB) @LIBS
# Where do you want the binary & manual page installed?
DESTDIR = @DESTDIR@
@@ -50,8 +50,8 @@
$(INCDIR)/tin.h \
../include/autoconf.h
@SHOW_CC@
-- @[EMAIL PROTECTED](BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS)
$(BUILD_LDFLAGS) -o $@ makecfg.c #$(BUILD_LIBS)
-+ @[EMAIL PROTECTED](BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS)
$(BUILD_LDFLAGS) -o $@ makecfg.c $(BUILD_LIBS)
+- @[EMAIL PROTECTED](BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS)
$(BUILD_LDFLAGS) -o $@ $(SRCDIR)/makecfg.c #$(BUILD_LIBS)
++ @[EMAIL PROTECTED](BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS)
$(BUILD_LDFLAGS) -o $@ $(SRCDIR)/makecfg.c $(BUILD_LIBS)
TIN_DEP = \
Makefile \
cvs diff: patches/patch-src_tcurses_c was removed, no comparison available