diff options
author | rh <rh> | 2001-10-19 11:35:59 +0000 |
---|---|---|
committer | rh <rh> | 2001-10-19 11:35:59 +0000 |
commit | 9beee7225218d6926794cc048d9c7f46a2ec72f7 (patch) | |
tree | 5304d5fe5be46a9d91c2268a9ea461a0d0773419 /news | |
parent | 18c03d66be7f19d5bf044f5eed480391067a7e44 (diff) | |
download | pkgsrc-9beee7225218d6926794cc048d9c7f46a2ec72f7.tar.gz |
Update pan to 0.10.0.93. This release features minor user interface
improvements and fixes many bugs, including multithread bugs, memory
leaks, socket errors, and unabortable tasks.
Diffstat (limited to 'news')
-rw-r--r-- | news/pan/Makefile | 6 | ||||
-rw-r--r-- | news/pan/distinfo | 8 | ||||
-rw-r--r-- | news/pan/patches/patch-ad | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 66442f0fc6e..e5b31b46f7d 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2001/10/15 07:24:38 rh Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/19 11:35:59 rh Exp $ # -DISTNAME= pan-0.10.0.92 +DISTNAME= pan-0.10.0.93 CATEGORIES= news gnome -MASTER_SITES= http://pan.rebelbase.com/download/0.10.0.92/SOURCE/ \ +MASTER_SITES= http://pan.rebelbase.com/download/0.10.0.93/SOURCE/ \ ${MASTER_SITE_GNOME:=stable/sources/pan/} EXTRACT_SUFX= .tar.bz2 diff --git a/news/pan/distinfo b/news/pan/distinfo index ec309de07cd..fc436995219 100644 --- a/news/pan/distinfo +++ b/news/pan/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.2 2001/10/15 07:24:38 rh Exp $ +$NetBSD: distinfo,v 1.3 2001/10/19 11:35:59 rh Exp $ -SHA1 (pan-0.10.0.92.tar.bz2) = d31a2d7edd244d7de71a24b8a7b467960928abec -Size (pan-0.10.0.92.tar.bz2) = 1295465 bytes +SHA1 (pan-0.10.0.93.tar.bz2) = 467041a8cd4d74d8c3cc22793e7cd8072d2f70d6 +Size (pan-0.10.0.93.tar.bz2) = 1311585 bytes SHA1 (patch-aa) = fd4b9ac61438a217fd9b8113c63a0e16f076d523 SHA1 (patch-ab) = 57c04fdee891e4a56e05799320a173c0c9b067cc SHA1 (patch-ac) = 0e37927b3149140d540ff532b594520cf3d4bcab -SHA1 (patch-ad) = e9e58268b773720815e3a594178b312e6fbd4ae5 +SHA1 (patch-ad) = 12d49fe70bfc4c2414bbf0d71c260613e071f237 SHA1 (patch-ae) = 33efc0a5cc0c5e659a17131b3027d91a98c688a1 SHA1 (patch-af) = 6f5514da2b375700e18106f11f0e6cc9f8f335cc SHA1 (patch-ag) = fc4dc458862dde4825c32a71cc50d6f84585071c diff --git a/news/pan/patches/patch-ad b/news/pan/patches/patch-ad index 51e874e3471..60a2a213a1e 100644 --- a/news/pan/patches/patch-ad +++ b/news/pan/patches/patch-ad @@ -1,6 +1,6 @@ -$NetBSD: patch-ad,v 1.1 2001/10/15 07:24:39 rh Exp $ +$NetBSD: patch-ad,v 1.2 2001/10/19 11:35:59 rh Exp $ ---- pan/base/Makefile.in.orig Fri Aug 17 05:29:12 2001 +--- pan/base/Makefile.in.orig Thu Oct 18 06:43:59 2001 +++ pan/base/Makefile.in @@ -134,7 +134,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. @@ -9,5 +9,5 @@ $NetBSD: patch-ad,v 1.1 2001/10/15 07:24:39 rh Exp $ -LIBS = @LIBS@ +LIBS = @LIBS@ -lcompat libpanbase_a_LIBADD = - libpanbase_a_OBJECTS = acache.o article.o article-thread.o base-prefs.o \ - decode.o debug.o file-grouplist.o file-headers.o fnmatch.o gnksa.o \ + libpanbase_a_OBJECTS = acache.o argset.o article.o article-thread.o \ + base-prefs.o decode.o debug.o file-grouplist.o file-headers.o fnmatch.o \ |