From leeym@cn1.leeym.com  Thu Oct  2 13:26:34 2008
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A63771065688
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  2 Oct 2008 13:26:34 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 58F988FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  2 Oct 2008 13:26:33 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m92DQX6b020676;
	Thu, 2 Oct 2008 06:26:33 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id m92DQXOa020675;
	Thu, 2 Oct 2008 06:26:33 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200810021326.m92DQXOa020675@cn1.leeym.com>
Date: Thu, 2 Oct 2008 06:26:33 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Olivier.Girard@univ-angers.fr
Subject: [PATCH] mail/p5-MIME-EncWords: update to 1.010.101
X-Send-Pr-Version: 3.113
X-GNATS-Notify: Olivier.Girard@univ-angers.fr

>Number:         127801
>Category:       ports
>Synopsis:       [PATCH] mail/p5-MIME-EncWords: update to 1.010.101
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 02 13:30:05 UTC 2008
>Closed-Date:    Thu Oct 02 15:51:18 UTC 2008
>Last-Modified:  Thu Oct  2 16:00:02 UTC 2008
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 1.010.101

Port maintainer (Olivier.Girard@univ-angers.fr) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-MIME-EncWords-1.010.101.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-MIME-EncWords/Makefile,v
retrieving revision 1.2
diff -u -d -b -w -u -r1.2 Makefile
--- Makefile	17 Apr 2008 14:26:55 -0000	1.2
+++ Makefile	2 Oct 2008 13:26:02 -0000
@@ -6,21 +6,24 @@
 #
 
 PORTNAME=	MIME-EncWords
-PORTVERSION=	0.040
+PORTVERSION=	1.010.101
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	Olivier.Girard@univ-angers.fr
-COMMENT=	MIME::EncWords - deal with RFC-1522 encoded words (improved)
+COMMENT=	Deal with RFC 2047 encoded words (improved)
 
-BUILD_DEPENDS=	${SITE_PERL}/MIME/Charset.pm:${PORTSDIR}/mail/p5-MIME-Charset \
-		${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools
-RUN_DEPENDS=	${SITE_PERL}/MIME/Charset.pm:${PORTSDIR}/mail/p5-MIME-Charset \
-		${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools
+RUN_DEPENDS=	p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset
 
 PERL_CONFIGURE=	yes
 
 MAN3=		MIME::EncWords.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500801
+RUN_DEPENDS+=	p5-MIME-Base64>=2.13:${PORTSDIR}/converters/p5-MIME-Base64
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/p5-MIME-EncWords/distinfo,v
retrieving revision 1.1
diff -u -d -b -w -u -r1.1 distinfo
--- distinfo	2 Jul 2007 17:18:07 -0000	1.1
+++ distinfo	2 Oct 2008 13:26:02 -0000
@@ -1,3 +1,3 @@
-MD5 (MIME-EncWords-0.040.tar.gz) = b208f410f6a93eface5e34d4c88105e8
-SHA256 (MIME-EncWords-0.040.tar.gz) = 3b355d59154c5e7c4ea3cba9fff6577645b189c6176a9dd90c1f3bdddae0be54
-SIZE (MIME-EncWords-0.040.tar.gz) = 21869
+MD5 (MIME-EncWords-1.010.101.tar.gz) = 2009449d0af39275d45e45a4afcaf58f
+SHA256 (MIME-EncWords-1.010.101.tar.gz) = 28a64e9e836ad0d55e3f08bd459a9a40ec88d8ff08adc547b518e952c6cf820a
+SIZE (MIME-EncWords-1.010.101.tar.gz) = 32267
--- p5-MIME-EncWords-1.010.101.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 2 13:30:24 UTC 2008 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127801 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Oct 2 13:30:27 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127801 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: Olivier.Girard@univ-angers.fr
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/127801: [PATCH] mail/p5-MIME-EncWords: update to 1.010.101
Date: Thu, 2 Oct 2008 13:30:26 UT

 Maintainer of mail/p5-MIME-EncWords,
 
 Please note that PR ports/127801 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127801
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Olivier Girard <Olivier.Girard@univ-angers.fr>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127801: [PATCH] mail/p5-MIME-EncWords: update to 1.010.101
Date: Thu, 02 Oct 2008 16:21:20 +0200

 Edwin Groothuis a crit :
 > Maintainer of mail/p5-MIME-EncWords,
 >
 > Please note that PR ports/127801 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127801
 >
 >   
 Approved.
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Thu Oct 2 15:51:14 UTC 2008 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127801 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127801: commit references a PR
Date: Thu,  2 Oct 2008 15:51:19 +0000 (UTC)

 leeym       2008-10-02 15:51:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/p5-MIME-EncWords Makefile distinfo 
   Log:
   - update to 1.010.101
   
   PR:             127801
   Submitted by:   leeym
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.3       +10 -7     ports/mail/p5-MIME-EncWords/Makefile
   1.2       +3 -3      ports/mail/p5-MIME-EncWords/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
