From owner-freebsd-ports Sat Mar 4 3:40:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC74037B771 for ; Sat, 4 Mar 2000 03:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA24007; Sat, 4 Mar 2000 03:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 220CE37B7CD for ; Sat, 4 Mar 2000 03:30:30 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id UAA36865; Sat, 4 Mar 2000 20:37:46 +0900 (JST) (envelope-from kiri) Message-Id: <200003041137.UAA36865@pis.toba-cmt.ac.jp> Date: Sat, 4 Mar 2000 20:37:46 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17177: Update ports: im-140(mail/im) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17177 >Category: ports >Synopsis: Update ports: im-140(mail/im) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 03:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: Updated the port im-140(mail/im). Current modifications are : (1) version up from 130 to 140 I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/im/Makefile ./Makefile --- /usr/ports/current/mail/im/Makefile Thu Sep 9 04:32:38 1999 +++ ./Makefile Sat Mar 4 20:37:06 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: IM -# Version required: 130 +# Version required: 140 # Date created: 13 November 1997 # Whom: Kiriyama Kazuhiko # # $FreeBSD: ports/mail/im/Makefile,v 1.6 1999/09/08 13:54:52 taoka Exp $ # -DISTNAME= im-130 +DISTNAME= im-140 CATEGORIES= mail MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \ ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \ @@ -34,5 +34,10 @@ ${INSTALL_DATA} man/* ${PORTDOCDIR}/man; \ ${INSTALL_DATA} dot.im/* ${SAMPLEDIR} .endif + +## for make PLIST (only maintainer use) +#arrange: +# ${MAKE} -DPLIST_OVERRIDE \ +# DIRRMDEPTH=1 plist .include diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/im/files/md5 ./files/md5 --- /usr/ports/current/mail/im/files/md5 Fri Mar 3 04:33:52 2000 +++ ./files/md5 Tue Feb 29 22:48:56 2000 @@ -1 +1 @@ -MD5 (im-130.tar.gz) = 98103119da618a3b1d0cfc4b3f200415 +MD5 (im-140.tar.gz) = 5c9f40cb49d44b109009f5201e16f64e diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/im/pkg/PLIST ./pkg/PLIST --- /usr/ports/current/mail/im/pkg/PLIST Thu Sep 9 04:32:39 1999 +++ ./pkg/PLIST Tue Feb 29 22:54:22 2000 @@ -8,6 +8,7 @@ bin/imhsync bin/imjoin bin/imls +bin/immknmz bin/immv bin/impack bin/impath @@ -43,6 +44,7 @@ lib/IM/Recipient.pm lib/IM/Scan.pm lib/IM/Smtp.pm +lib/IM/Ssh.pm lib/IM/Stdio.pm lib/IM/TcpTransaction.pm lib/IM/Util.pm @@ -78,7 +80,8 @@ share/examples/im/scan.sbr share/examples/im/scan.sbr.sample1 share/examples/im/scan.sbr.sample2 -@dirrm lib/IM +@dirrm share/examples/im @dirrm share/doc/im/man @dirrm share/doc/im -@dirrm share/examples/im +@dirrm lib/IM +@dirrm etc/im >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message