summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-03-26 02:12:28 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-03-26 02:12:28 +0000
commit78b8a13a08e19a43b784e020f5278c0a3709c204 (patch)
tree5403db8f8978be16baf15bf1c0c85bfddcaf3dbb /mail
parentImport of splay v0.2, a command line MPEG and WAV player. (diff)
Upgrade to 3.96
Notes
Notes: svn path=/head/; revision=6020
Diffstat (limited to 'mail')
-rw-r--r--mail/pine4/Makefile17
-rw-r--r--mail/pine4/distinfo3
-rw-r--r--mail/pine4/files/patch-ai12
-rw-r--r--mail/pine4/pkg-plist1
4 files changed, 18 insertions, 15 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile
index e2de5ba2bb14..0749164328f6 100644
--- a/mail/pine4/Makefile
+++ b/mail/pine4/Makefile
@@ -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>
diff --git a/mail/pine4/distinfo b/mail/pine4/distinfo
index 60321c92aee0..383150f45632 100644
--- a/mail/pine4/distinfo
+++ b/mail/pine4/distinfo
@@ -1,2 +1 @@
-MD5 (pine3.95.tar.gz) = e99dd57904a035571776d7dc0c632d46
-MD5 (pine3.95.patch-1) = 56930b62972e114e73dcef6a9764b987
+MD5 (pine3.96.tar.gz) = bf32b0bf1296ff2151e1bc7f546d43ab
diff --git a/mail/pine4/files/patch-ai b/mail/pine4/files/patch-ai
index 7a8f6b72ac07..8d9ab18bd580 100644
--- a/mail/pine4/files/patch-ai
+++ b/mail/pine4/files/patch-ai
@@ -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
diff --git a/mail/pine4/pkg-plist b/mail/pine4/pkg-plist
index ba52291c7913..612062934917 100644
--- a/mail/pine4/pkg-plist
+++ b/mail/pine4/pkg-plist
@@ -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