From tkato432@yahoo.com  Thu Apr 21 14:01:49 2005
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B835D16A4CE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 21 Apr 2005 14:01:49 +0000 (GMT)
Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 19CC743D41
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 21 Apr 2005 14:01:48 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([218.222.64.135]) by hfep06.dion.ne.jp with SMTP
          id <20050421140142116.UHWH@hfep06.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Thu, 21 Apr 2005 23:01:42 +0900
Message-Id: <20050421230020.67b860aa.tkato432@yahoo.com>
Date: Thu, 21 Apr 2005 23:00:20 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: mail/im to 148

>Number:         80208
>Category:       ports
>Synopsis:       Update port: mail/im to 148
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 21 14:10:21 GMT 2005
>Closed-Date:    Thu Apr 21 15:32:30 GMT 2005
>Last-Modified:  Thu Apr 21 15:32:30 GMT 2005
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 148

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/mail/im/Makefile mail/im/Makefile
--- /usr/ports/mail/im/Makefile	Fri Dec 24 02:53:21 2004
+++ mail/im/Makefile	Sun Apr 10 10:34:08 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	im
-PORTVERSION=	147
+PORTVERSION=	148
 CATEGORIES=	mail
 MASTER_SITES=	http://tats.haun.org/im/ \
 		${MASTER_SITE_PORTS_JP}
@@ -17,21 +17,21 @@
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS= --libdir=${PREFIX}/etc
-# If you use RPOP instead of APOP, comment out following line.
-#CONFIGURE_ARGS+=--enable-rpop
 MAKE_ARGS=	prefix=${PREFIX} imlibdir=${PREFIX}/etc/im
 
-PORTDOCDIR=	${PREFIX}/share/doc/im
-SAMPLEDIR=	${PREFIX}/share/examples/im
-MYPORTDOCS=	00changes 00copyright 00copyright.jis 00perl 00readme 00usage
+# Use RPOP instead of APOP
+.if defined(WITH_RPOP)
+CONFIGURE_ARGS+=	--enable-rpop
+.endif
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PORTDOCDIR}/man ${SAMPLEDIR}
-	@cd ${WRKSRC}; \
-	${INSTALL_DATA} ${MYPORTDOCS} ${PORTDOCDIR}; \
-	${INSTALL_DATA} man/* ${PORTDOCDIR}/man; \
-	${INSTALL_DATA} dot.im/* ${SAMPLEDIR}
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/00* ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}/man
+	${INSTALL_DATA} ${WRKSRC}/man/* ${DOCSDIR}/man
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/dot.im/* ${EXAMPLESDIR}
 .endif
 
 ## for make PLIST (only maintainer use)
diff -urN /usr/ports/mail/im/distinfo mail/im/distinfo
--- /usr/ports/mail/im/distinfo	Thu Jul 29 19:35:50 2004
+++ mail/im/distinfo	Sun Apr 10 10:27:57 2005
@@ -1,2 +1,2 @@
-MD5 (im-147.tar.gz) = 6b1f21eb9c285f13428b43f7496178cb
-SIZE (im-147.tar.gz) = 221546
+MD5 (im-148.tar.gz) = 3eb8288aa9d230bd73bd4086f5c3299f
+SIZE (im-148.tar.gz) = 221668
diff -urN /usr/ports/mail/im/pkg-descr mail/im/pkg-descr
--- /usr/ports/mail/im/pkg-descr	Thu Jul 29 19:35:50 2004
+++ mail/im/pkg-descr	Thu Apr 21 22:45:14 2005
@@ -1,16 +1,15 @@
-This package provides a series of user interface commands (im*
-commands) and backend Perl5 libraries to integrate Email and NetNews
-user interface. They are designed to be used both from Mew and on
-command line.
+IM (Internet Message) provides a series of user interface commands
+(imput, imget, imls, ...) and backend Perl5 modules to integrate
+E-mail and NetNews user interface. They are designed to be used both
+from Mew version 1.x and on command line.
 
-The folder style for Mew is exactly the same as that of MH. So, you
-can replace MH with this package without any migration
-works. Moreover, you are able to operate your messages both by IM and
-MH with consistent manner.
+The folder style of IM is exactly the same as that of MH. So, you can
+replace MH with this package without any migration works. Moreover,
+you are able to operate your messages both by IM and MH with
+consistent manner.
 
-All programs/libraries conforms GPL2. This means, in short words, free
-but no warranty. You have to provide whole source code if you
-distribute. 
+IM is copyrighted by IM developing team. You can redistribute it
+and/or modify it under the modified BSD license.
 
 Although you installed IM successfully, yet you must be initialized on
 your home directory at once. Execute imsetup command with your account
diff -urN /usr/ports/mail/im/pkg-plist mail/im/pkg-plist
--- /usr/ports/mail/im/pkg-plist	Thu Jul 29 19:35:50 2004
+++ mail/im/pkg-plist	Sun Apr 10 10:36:13 2005
@@ -48,41 +48,42 @@
 lib/IM/Stdio.pm
 lib/IM/TcpTransaction.pm
 lib/IM/Util.pm
-%%DOCSDIR%%/00changes
-%%DOCSDIR%%/00copyright
-%%DOCSDIR%%/00copyright.jis
-%%DOCSDIR%%/00perl
-%%DOCSDIR%%/00readme
-%%DOCSDIR%%/00usage
-%%DOCSDIR%%/man/00readme
-%%DOCSDIR%%/man/imali.jis
-%%DOCSDIR%%/man/imcat.jis
-%%DOCSDIR%%/man/imcd.jis
-%%DOCSDIR%%/man/imclean.jis
-%%DOCSDIR%%/man/imget.jis
-%%DOCSDIR%%/man/imhist.jis
-%%DOCSDIR%%/man/imjoin.jis
-%%DOCSDIR%%/man/immv.jis
-%%DOCSDIR%%/man/impack.jis
-%%DOCSDIR%%/man/imput
-%%DOCSDIR%%/man/imput.jis
-%%DOCSDIR%%/man/imrm.jis
-%%DOCSDIR%%/man/imsetup.jis
-%%DOCSDIR%%/man/imsort.jis
-%%DOCSDIR%%/man/imstore.jis
-%%DOCSDIR%%/man/imtar.jis
-%%EXAMPLESDIR%%/Config
-%%EXAMPLESDIR%%/Petnames
-%%EXAMPLESDIR%%/get.sbr
-%%EXAMPLESDIR%%/get.sbr.refile
-%%EXAMPLESDIR%%/getchk.sbr
-%%EXAMPLESDIR%%/getchk.sbr.postpet
-%%EXAMPLESDIR%%/password
-%%EXAMPLESDIR%%/scan.sbr
-%%EXAMPLESDIR%%/scan.sbr.sample1
-%%EXAMPLESDIR%%/scan.sbr.sample2
-@dirrm %%EXAMPLESDIR%%
-@dirrm %%DOCSDIR%%/man
-@dirrm %%DOCSDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/00changes
+%%PORTDOCS%%%%DOCSDIR%%/00copyright
+%%PORTDOCS%%%%DOCSDIR%%/00copyright.jis
+%%PORTDOCS%%%%DOCSDIR%%/00diff
+%%PORTDOCS%%%%DOCSDIR%%/00perl
+%%PORTDOCS%%%%DOCSDIR%%/00readme
+%%PORTDOCS%%%%DOCSDIR%%/00usage
+%%PORTDOCS%%%%DOCSDIR%%/man/00readme
+%%PORTDOCS%%%%DOCSDIR%%/man/imali.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imcat.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imcd.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imclean.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imget.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imhist.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imjoin.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/immv.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/impack.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imput
+%%PORTDOCS%%%%DOCSDIR%%/man/imput.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imrm.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imsetup.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imsort.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imstore.jis
+%%PORTDOCS%%%%DOCSDIR%%/man/imtar.jis
+%%PORTDOCS%%%%EXAMPLESDIR%%/Config
+%%PORTDOCS%%%%EXAMPLESDIR%%/Petnames
+%%PORTDOCS%%%%EXAMPLESDIR%%/get.sbr
+%%PORTDOCS%%%%EXAMPLESDIR%%/get.sbr.refile
+%%PORTDOCS%%%%EXAMPLESDIR%%/getchk.sbr
+%%PORTDOCS%%%%EXAMPLESDIR%%/getchk.sbr.postpet
+%%PORTDOCS%%%%EXAMPLESDIR%%/password
+%%PORTDOCS%%%%EXAMPLESDIR%%/scan.sbr
+%%PORTDOCS%%%%EXAMPLESDIR%%/scan.sbr.sample1
+%%PORTDOCS%%%%EXAMPLESDIR%%/scan.sbr.sample2
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/man
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm lib/IM
 @dirrm etc/im
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Thu Apr 21 15:06:17 GMT 2005 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80208 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Thu Apr 21 15:32:23 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80208 
>Unformatted:
