Chase the pine source version number.

This commit is contained in:
Doug Barton 2003-09-25 05:03:59 +00:00
parent 6ebe7ca4ef
commit 710b3bde44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89296
5 changed files with 10 additions and 12 deletions

View file

@ -7,7 +7,7 @@
# All patch files have been taken from mail/pine4
PORTNAME= pico
PORTVERSION= 4.56
PORTVERSION= 4.58
CATEGORIES= editors
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
http://mirror.sit.wisc.edu/pub/net/mail/pine/ \

View file

@ -1 +1 @@
MD5 (pine4.56.tar.gz) = 0e1fc91afffd8a6e20c527562f6a432f
MD5 (pine4.58.tar.gz) = 9fff1ca5fa2363f5684c144a9da4c7ef

View file

@ -1,6 +1,6 @@
--- pico/search.c.old Tue Oct 5 01:49:41 1999
+++ pico/search.c Wed Feb 16 03:41:45 2000
@@ -97,12 +97,15 @@
--- pico/search.c.orig Thu Jun 21 10:50:05 2001
+++ pico/search.c Fri Sep 28 00:08:23 2001
@@ -98,12 +98,15 @@
int bc;
int pc;
{
@ -20,7 +20,7 @@
}
return(bc == pc);
@@ -804,7 +807,7 @@
@@ -805,7 +808,7 @@
int maxlength; /* maximum chars in destination */
{

View file

@ -1,7 +1,7 @@
*** pico/osdep/term.cap.orig Sat Feb 28 02:14:53 1998
--- pico/osdep/term.cap Wed Jul 15 01:58:58 1998
*** pico/osdep/term.cap.orig Thu Nov 14 09:27:17 2002
--- pico/osdep/term.cap Fri Sep 5 01:44:21 2003
***************
*** 270,276 ****
*** 288,294 ****
_kppu = tgetstr("kP", &p);
_kppd = tgetstr("kN", &p);
_kphome = tgetstr("kh", &p);
@ -9,7 +9,7 @@
_kpdel = tgetstr("kD", &p);
_kf1 = tgetstr("k1", &p);
_kf2 = tgetstr("k2", &p);
--- 270,277 ----
--- 288,295 ----
_kppu = tgetstr("kP", &p);
_kppd = tgetstr("kN", &p);
_kphome = tgetstr("kh", &p);

View file

@ -1,5 +1,3 @@
*** pine/init.c.orig Tue Jan 26 21:57:56 1999
--- pine/init.c Tue Feb 9 22:14:08 1999
*** pico/edef.h.orig Thu Apr 23 02:53:44 1998
--- pico/edef.h Tue Feb 9 22:14:08 1999
***************