diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 112579fed85..b64709722dd 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -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} diff --git a/mail/pine/distinfo b/mail/pine/distinfo index 1e44889e8d3..5abbff6cd5d 100644 --- a/mail/pine/distinfo +++ b/mail/pine/distinfo @@ -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 diff --git a/mail/pine/patches/patch-pine_other_c b/mail/pine/patches/patch-pine_other_c deleted file mode 100644 index 16b90a8ad71..00000000000 --- a/mail/pine/patches/patch-pine_other_c +++ /dev/null @@ -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; - } - }