mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Upgrade to 3.96
This commit is contained in:
parent
8646749b01
commit
78b8a13a08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6020
@ -1,22 +1,25 @@
|
||||
# New ports collection makefile for: pine
|
||||
# http://www.washington.edu/pine/
|
||||
# Version required: 3.95
|
||||
# Version required: 3.96
|
||||
# Date created: 03 September 1994
|
||||
# Whom: mr
|
||||
#
|
||||
# $Id: Makefile,v 1.19 1997/02/05 10:33:28 ache Exp $
|
||||
# $Id: Makefile,v 1.20 1997/02/06 08:45:06 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pine3.95
|
||||
PKGNAME= pine-3.95q
|
||||
DISTNAME= pine3.96
|
||||
PKGNAME= pine-3.96
|
||||
CATEGORIES= mail news
|
||||
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
PATCHFILES= pine3.95.patch-1
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
MAN1= pine.1 pico.1 pilot.1
|
||||
|
||||
post-install:
|
||||
install -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
|
||||
${PREFIX}/share/doc/pine
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} doc/tech-notes.txt ${PREFIX}/share/doc/pine
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1 @@
|
||||
MD5 (pine3.95.tar.gz) = e99dd57904a035571776d7dc0c632d46
|
||||
MD5 (pine3.95.patch-1) = 56930b62972e114e73dcef6a9764b987
|
||||
MD5 (pine3.96.tar.gz) = bf32b0bf1296ff2151e1bc7f546d43ab
|
||||
|
@ -1,7 +1,7 @@
|
||||
*** pine/send.c.old Mon Jul 8 22:10:50 1996
|
||||
--- pine/send.c Tue Feb 4 21:47:57 1997
|
||||
*** pine/send.c.orig Tue Feb 25 00:57:38 1997
|
||||
--- pine/send.c Wed Mar 26 04:27:59 1997
|
||||
***************
|
||||
*** 6084,6090 ****
|
||||
*** 6113,6119 ****
|
||||
|
||||
switch (body->encoding) { /* all else needs filtering */
|
||||
case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */
|
||||
@ -9,7 +9,7 @@
|
||||
break;
|
||||
|
||||
case ENCBINARY: /* encode binary into BASE64 */
|
||||
--- 6084,6091 ----
|
||||
--- 6113,6120 ----
|
||||
|
||||
switch (body->encoding) { /* all else needs filtering */
|
||||
case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
case ENCBINARY: /* encode binary into BASE64 */
|
||||
***************
|
||||
*** 6143,6149 ****
|
||||
*** 6172,6178 ****
|
||||
sprintf (*dst += strlen (*dst), "Content-Transfer-Encoding: %s\015\012",
|
||||
body_encodings[(body->encoding == ENCBINARY)
|
||||
? ENCBASE64
|
||||
@ -27,7 +27,7 @@
|
||||
? ENCQUOTEDPRINTABLE
|
||||
: (body->encoding <= ENCMAX)
|
||||
? body->encoding : ENCOTHER]);
|
||||
--- 6144,6150 ----
|
||||
--- 6173,6179 ----
|
||||
sprintf (*dst += strlen (*dst), "Content-Transfer-Encoding: %s\015\012",
|
||||
body_encodings[(body->encoding == ENCBINARY)
|
||||
? ENCBASE64
|
||||
|
@ -10,3 +10,4 @@ etc/dot.pinerc.pgp.sample
|
||||
man/man1/pico.1.gz
|
||||
man/man1/pilot.1.gz
|
||||
man/man1/pine.1.gz
|
||||
share/doc/pine/tech-notes.txt
|
||||
|
Loading…
Reference in New Issue
Block a user