summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2003-07-28 15:44:10 +0000
committeradam <adam>2003-07-28 15:44:10 +0000
commit056c9f392ab555acea0e01cb27177127e8e45197 (patch)
tree2acde4e8df9358c27621200ed1541bdeb5fee2b6
parent598f4c2648d456f182d4d70527833ee465be58ab (diff)
downloadpkgsrc-056c9f392ab555acea0e01cb27177127e8e45197.tar.gz
Version 4.56 is a maintenance release with only a few new features.
Additions include: * enable-multiple-newsrcs makes Pine use a different newsrc file for each NNTP server * predict-nntp-server makes Pine use current NNTP server for posting * Now possible to set the outgoing NNTP server based on the Role being used * Option tab-checks-recent to have TAB display number of recent messages in a highlighted folder * For aggregate Saves there is now a default Save folder, which is derived from the first message being saved * If Unix Pine alternate compose editor returns nonzero, ask the user if they want to use the resulting file anyway * Environment variable, "h_news_config", default values supported * Missing arguments to -f or -F are prompted for * Some speedup to subscribe to news when the whole list of groups is not needed Bugs that have been addressed in this release include: * Mbox functionality was broken * Take to a Filter or other Rule crashed in 4.55 * Crash when Sorting on an IMAP server which does not have SORT extension and some other related mystery crashes * Features which were changed in Setup/Config and then backed out by answering "No" would sometimes stay changed until quitting Pine * After UnCut in composer headers leave the cursor positioned at the end of the uncut text instead of at the beginning or end of the line * When Unix Pine forwarded address book entries as a Vcard attachment it added extra carriage returns which caused problems * Full header prevented the ability to view the ATTACHMENT INDEX screen * In MIME Digests, Newsgroups, References, and other headers were ignored when viewing or replying to messages inside the digest * PC-Pine installer could possibly present incorrect information for the mail server login name * Roles with search criteria weren't being used when composing a new message * For attachments of type application/octet-stream, place precedence of a mailcap entry over the file's extension
-rw-r--r--mail/pine/Makefile7
-rw-r--r--mail/pine/distinfo8
-rw-r--r--mail/pine/patches/patch-ag8
3 files changed, 11 insertions, 12 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile
index 09845dcc490..17643c72091 100644
--- a/mail/pine/Makefile
+++ b/mail/pine/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2003/07/17 21:46:47 grant Exp $
+# $NetBSD: Makefile,v 1.74 2003/07/28 15:44:10 adam Exp $
-DISTNAME= pine4.53
-PKGNAME= pine-4.53
-PKGREVISION= 2
+DISTNAME= pine4.56
+PKGNAME= pine-4.56
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
ftp://ftp.fu-berlin.de/unix/mail/pine/
diff --git a/mail/pine/distinfo b/mail/pine/distinfo
index d066b78a042..7f61779d968 100644
--- a/mail/pine/distinfo
+++ b/mail/pine/distinfo
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.16 2003/06/28 18:16:03 jschauma Exp $
+$NetBSD: distinfo,v 1.17 2003/07/28 15:44:11 adam Exp $
-SHA1 (pine4.53.tar.bz2) = 99aed9dd3173a00a8bfd986d96c292b287ace5b2
-Size (pine4.53.tar.bz2) = 2793349 bytes
+SHA1 (pine4.56.tar.bz2) = 7623cdf1cbc300cffda9e358318aac7ddf39a226
+Size (pine4.56.tar.bz2) = 2830086 bytes
SHA1 (patch-aa) = 800f84f3c868e6d17798e9f98d8151bb734143b6
SHA1 (patch-ab) = 30956059b70bdb3081f8d3ddc184c3a480d50a56
SHA1 (patch-ac) = 439207ab6edea4e3b6148ce777ed717e133565b5
SHA1 (patch-ad) = daca835a9b82fe4041fbfe90b435382ef9a609ce
SHA1 (patch-ae) = 370f46eb2c1868663d9c8c927c89b644d1118ca2
SHA1 (patch-af) = 689a911d7c018003fb50446311a495bdf63edcb5
-SHA1 (patch-ag) = 7823df3628374ab633ce3a99c6c2a3bd7255b13f
+SHA1 (patch-ag) = de8c787e9ab60a2d374609f5868d63ab478933db
SHA1 (patch-al) = db18ea904d1585e23efc91f8b896834eec10b4e2
SHA1 (patch-ao) = 0d8ba903d643147ae5771a7a053ab9be1e849766
SHA1 (patch-ap) = c6827c6b9b90d77cdc61643e8b7f3e1e7e57ff32
diff --git a/mail/pine/patches/patch-ag b/mail/pine/patches/patch-ag
index a05837b7628..af5c7916351 100644
--- a/mail/pine/patches/patch-ag
+++ b/mail/pine/patches/patch-ag
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.5 2002/07/28 05:49:29 schmonz Exp $
+$NetBSD: patch-ag,v 1.6 2003/07/28 15:44:12 adam Exp $
---- pine/osdep/os-osx.h.orig Tue Feb 6 19:53:14 2001
-+++ pine/osdep/os-osx.h
-@@ -298,5 +298,6 @@ void free();
+--- pine/osdep/os-osx.h.orig 2003-05-23 18:07:02.000000000 +0200
++++ pine/osdep/os-osx.h 2003-07-28 14:14:03.000000000 +0200
+@@ -310,5 +310,6 @@
#define MAX_ADDR_EXPN (1000) /* Longest expanded addr */
#define MAX_ADDR_FIELD (10000) /* Longest fully-expanded addr field */