Upgrade to the source from pine 4.53. The previous MAINTAINER has been

ignoring this port, and two PR's filed against it.

Update mirror sites as well.

PR:		ports/47289
Submitted by:	Jon Noack <noackjr@compgeek.com>
This commit is contained in:
Doug Barton 2003-01-23 09:51:01 +00:00
parent e6fe5f5e65
commit f0db88a0cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73847
4 changed files with 13 additions and 56 deletions

View file

@ -7,33 +7,24 @@
# All patch files have been taken from mail/pine4
PORTNAME= pico
PORTVERSION= 4.0
PORTVERSION= 4.53
CATEGORIES= editors
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
http://mirror.sit.wisc.edu/pub/net/mail/pine/ \
ftp://sunsite.doc.ic.ac.uk/packages/pine/ \
ftp://sunsite.icm.edu.pl/pub/unix/mail/pine/ \
ftp://mirrors.unam.mx/pub/pine/ \
ftp://ftp.uni-magdeburg.de/pub/mirror/ftp.cac.washington.edu/pine/ \
ftp://ftp.fu-berlin.de/unix/mail/pine/ \
http://ftp.cs.tu-berlin.de/pub/net/mail/pine/ \
ftp://sunsite.auc.dk/pub/mail/pine/ \
ftp://ftp.univ-lyon1.fr/pub/mirrors/unix/pine/ \
ftp://cis.uniroma2.it/unix/misc/dist/PINE/ \
ftp://ftp.gin.cz/pub/MIRRORS/ftp.cac.washington.edu/pine/ \
ftp://ftp.eunet.cz/pub/comm/mail/pine/ \
ftp://ftp.vse.cz/pub/network/mail/pine/ \
ftp://sunsite.icm.edu.pl/pub/unix/mail/pine/ \
ftp://giswitch.sggw.waw.pl/pub/unix/pine/ \
ftp://ftp.ucr.ac.cr/pub/Unix/mail/pine/ \
ftp://ftp.ut.ee/pub/unix/mail/pine/
DISTNAME= pine${pineversion}
ftp://ftp.ut.ee/pub/unix/mail/pine/ \
ftp://gd.tuwien.ac.at/infosys/mail/pine/
DISTNAME= pine${PORTVERSION}
MAINTAINER= jeremy@external.org
MAINTAINER= DougB@FreeBSD.org
WRKSRC= ${WRKDIR}/pine${pineversion}/pico
WRKSRC= ${WRKDIR}/pine${PORTVERSION}/pico
PATCH_WRKSRC= ${WRKSRC}/..
pineversion= 4.33
MAKEFILE= makefile.bsf
ALL_TARGET= pico

View file

@ -1 +1 @@
MD5 (pine4.33.tar.gz) = fb45dcfa1d3379031700da49236b2b9c
MD5 (pine4.53.tar.gz) = 17d2ae323d6012e69c33cf0168dff59b

View file

@ -1,24 +1,7 @@
*** pico/osdep/os-bsf.h.orig Wed Jul 8 19:37:28 1998
--- pico/osdep/os-bsf.h Fri Jul 10 12:57:37 1998
*** pico/osdep/os-bsf.h.orig Wed Feb 7 14:53:26 2001
--- pico/osdep/os-bsf.h Thu Sep 27 23:56:53 2001
***************
*** 23,29 ****
#define USE_DIRENT
#include <sys/types.h>
! #include <sys/dir.h>
#include <stdlib.h>
#include <string.h>
--- 23,29 ----
#define USE_DIRENT
#include <sys/types.h>
! #include <dirent.h>
#include <stdlib.h>
#include <string.h>
***************
*** 152,158 ****
*** 153,159 ****
/*
* Place where mail gets delivered (for pico's new mail checking)
*/
@ -26,7 +9,7 @@
/*
* What and where the tool that checks spelling is located. If this is
--- 152,158 ----
--- 153,159 ----
/*
* Place where mail gets delivered (for pico's new mail checking)
*/

View file

@ -1,22 +1,5 @@
*** pine/init.c.orig Tue Jan 26 21:57:56 1999
--- pine/init.c Tue Feb 9 22:14:08 1999
***************
*** 326,332 ****
/*----------------------------------------------------------------------
These are the variables that control a number of pine functions. They
! come out of the .pinerc and the /usr/local/lib/pine.conf files. Some can
be set by the user while in Pine. Eventually all the local ones should
be so and maybe the global ones too.
--- 326,332 ----
/*----------------------------------------------------------------------
These are the variables that control a number of pine functions. They
! come out of the .pinerc and the @@PREFIX@@/etc/pine.conf files. Some can
be set by the user while in Pine. Eventually all the local ones should
be so and maybe the global ones too.
*** pico/edef.h.orig Thu Apr 23 02:53:44 1998
--- pico/edef.h Tue Feb 9 22:14:08 1999
***************