update to pine v4.51. this release does not introduce major new functionality.

instead, it addresses bugs found in earlier versions.
This commit is contained in:
jakob 2002-12-13 22:19:00 +00:00
parent 33d3ea2bdd
commit 2338cf9eba
3 changed files with 6 additions and 27 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.48 2002/12/09 20:54:12 jakob Exp $
$OpenBSD: Makefile,v 1.49 2002/12/13 22:19:00 jakob Exp $
COMMENT= "program for Internet E-mail and News"
COMMENT-pico= "small text editor"
@ -6,8 +6,8 @@ COMMENT-pilot= "file system browser"
CATEGORIES= mail news
VERSION= 4.50
PICO_VERSION= 4.3
VERSION= 4.51
PICO_VERSION= 4.4
PILOT_VERSION= 2.0
DISTNAME= pine${VERSION}

View File

@ -1,3 +1,3 @@
MD5 (pine4.50.tar.gz) = 5f517297242f625de9a9ccbaf48578f0
RMD160 (pine4.50.tar.gz) = c4e78a60be061d4aa58aeb03669f148149498dda
SHA1 (pine4.50.tar.gz) = aeccc04b44be542a9318ae3a10d30b0c56e77309
MD5 (pine4.51.tar.gz) = 4ce7c7776b56177852975a2ad19f7202
RMD160 (pine4.51.tar.gz) = 1db473ff91559fa0a9a00a2ebc0b1263f3e046d4
SHA1 (pine4.51.tar.gz) = 3229913c90b8574b3a9f8c09549bb06355c3dc84

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-pine_other_c,v 1.1 2002/12/01 20:57:10 jakob Exp $
--- pine/other.c.orig Fri Oct 11 19:47:21 2002
+++ pine/other.c Sun Dec 1 15:17:46 2002
@@ -6095,7 +6095,7 @@ take_export_tool(ps, cmd, cl, flags)
for(; ctmp; ctmp = next_confline(ctmp)){
if(!(ctmp->flags & CF_NOSELECT) && ctmp->value){
ctmp->d.t.selected = 1;
- if(ctmp->value);
+ if(ctmp->value)
ctmp->value[1] = 'X';
}
}
@@ -6111,7 +6111,7 @@ take_export_tool(ps, cmd, cl, flags)
for(; ctmp; ctmp = next_confline(ctmp)){
if(!(ctmp->flags & CF_NOSELECT) && ctmp->value){
ctmp->d.t.selected = 0;
- if(ctmp->value);
+ if(ctmp->value)
ctmp->value[1] = SPACE;
}
}