Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 1996 21:06:12 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        winter@jurai.net
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: Pine 3.95 is out!
Message-ID:  <199607170406.VAA04677@silvia.hip.berkeley.edu>
In-Reply-To: <Pine.BSI.3.94.960716193336.25740C-100000@sasami> (winter@jurai.net)

next in thread | previous in thread | raw e-mail | index | archive | help
 * Pine 3.95 is out, and I've put the port for it in the following place:
 * 
 * ftp://ftp.jurai.net/users/winter/pine-3.95.tar.gz
 * 
 * I'll upload it to wcarchive in one week after I've had some feedback from
 * people that have installed and used it.
 * 
 * At that time, I'd ask that a commiter review and commit it.  As the
 * version of Pine currently in the ports collection is 3.91, I don't feel
 * that a diff for this port against the 3.91 port is of much use.  Too much
 * has changed.  Following my message is the change log from 3.91 to 3.95.

Thanks, I made a few minor mods and committed it.

=======
diff -ru pine-3.95/Makefile ports/mail/pine/Makefile
--- pine-3.95/Makefile	Tue Jul 16 14:32:09 1996
+++ ports/mail/pine/Makefile	Tue Jul 16 20:57:57 1996
@@ -1,22 +1,23 @@
 # New ports collection makefile for:	pine
 # Version required:	3.95
-# Date created:		16 July 1996
-# Whom:			winter
+# Date created:		03 September 1994
+# Whom:			mr
 #
-# $Id: Makefile,v 2.1 1996/07/16 14:32:00 winter Exp $
+# $Id: Makefile,v 1.12 1996/07/17 03:57:57 asami Exp $
 #
 
 DISTNAME=	pine3.95
 PKGNAME=	pine-3.95
 CATEGORIES+=	mail
 MASTER_SITES=	ftp://ftp.cac.washington.edu/pine/
-EXTRACT_SUFX=	.tar.gz
 
 post-install:
+.if !defined(NOMANCOMPRESS)
 	gzip -9nf ${PREFIX}/man/man1/pine.1
 	gzip -9nf ${PREFIX}/man/man1/pico.1
 	gzip -9nf ${PREFIX}/man/man1/pilot.1
 	gzip -9nf ${PREFIX}/man/man8/imapd.8c
 	gzip -9nf ${PREFIX}/man/man8/ipopd.8c
+.endif
 
 .include <bsd.port.mk>
diff -ru pine-3.95/patches/patch-aa ports/mail/pine/patches/patch-aa
--- pine-3.95/patches/patch-aa	Tue Jul 16 14:49:24 1996
+++ ports/mail/pine/patches/patch-aa	Tue Jul 16 21:00:44 1996
@@ -2,8 +2,7 @@
 --- pico/makefile.bsf	Fri Jun 14 00:15:20 1996
 ***************
 *** 0 ****
---- 1,96 ----
-+ # $Id: makefile.bsf,v 1.0 1996/04/22 05:22:39 winter Exp $
+--- 1,95 ----
 + #
 + #   Michael Seibel
 + #   Networks and Distributed Computing
diff -ru pine-3.95/patches/patch-ac ports/mail/pine/patches/patch-ac
--- pine-3.95/patches/patch-ac	Tue Jul 16 14:47:30 1996
+++ ports/mail/pine/patches/patch-ac	Tue Jul 16 21:00:55 1996
@@ -2,9 +2,8 @@
 --- pine/osdep/os-bsf.h	Fri Jun 14 00:45:08 1996
 ***************
 *** 0 ****
---- 1,407 ----
+--- 1,406 ----
 + /*----------------------------------------------------------------------
-+   $Id: os-bsi.h,v 1.42 1996/06/05 17:12:38 mikes Exp $
 + 
 +             T H E    P I N E    M A I L   S Y S T E M
 + 
diff -ru pine-3.95/patches/patch-ae ports/mail/pine/patches/patch-ae
--- pine-3.95/patches/patch-ae	Tue Jul 16 14:47:30 1996
+++ ports/mail/pine/patches/patch-ae	Tue Jul 16 21:01:02 1996
@@ -2,8 +2,7 @@
 --- pine/makefile.bsf	Fri Jun 14 00:15:35 1996
 ***************
 *** 0 ****
---- 1,145 ----
-+ # $Id: makefile.bsf,v 4.0 1996/04/22 05:17:47 winter Exp $
+--- 1,144 ----
 + #
 + #            T H E    P I N E    M A I L   S Y S T E M
 + #
diff -ru pine-3.95/pkg/COMMENT ports/mail/pine/pkg/COMMENT
--- pine-3.95/pkg/COMMENT	Tue Jul 16 14:41:24 1996
+++ ports/mail/pine/pkg/COMMENT	Tue Jul 16 20:55:19 1996
@@ -1 +1 @@
-Pine 3.95 - Program for Internet E-mail and News
+Program for Internet E-mail and News
diff -ru pine-3.95/pkg/PLIST ports/mail/pine/pkg/PLIST
--- pine-3.95/pkg/PLIST	Tue Jul 16 14:42:22 1996
+++ ports/mail/pine/pkg/PLIST	Tue Jul 16 20:55:19 1996
@@ -1,4 +1,3 @@
-@cwd /usr/local
 libexec/imapd
 libexec/ipop2d
 libexec/ipop3d
@@ -7,7 +6,6 @@
 bin/pilot
 bin/pine
 lib/libc-client.so.1.3
-@exec /sbin/ldconfig -m %B
 lib/libpico.so.1.3
 @exec /sbin/ldconfig -m %B
 bin/pgpencrypt
=======

Notes:

(1) Please don't touch the Makefile header except for "version
    required".

(2) Please don't put $Id$ lines in the patches, they will be mangled
    by cvs.

(3) No need to put the name and version number in COMMENT, it's
    already in PKGNAME variable.

Thanks!

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607170406.VAA04677>