From antonio@corp.grupos.com.br  Thu Sep  9 13:18:22 2004
Return-Path: <antonio@corp.grupos.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 709BB16A4CE; Thu,  9 Sep 2004 13:18:22 +0000 (GMT)
Received: from out01.grupos.com.br (out01.grupos.com.br [200.203.183.77])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2267843D46; Thu,  9 Sep 2004 13:18:22 +0000 (GMT)
	(envelope-from antonio@corp.grupos.com.br)
Received: from corp.grupos.com.br (unknown [150.162.166.55])
	by out01.grupos.com.br (Postfix) with ESMTP id EF7131A8798;
	Thu,  9 Sep 2004 10:18:20 -0300 (BRT)
Received: by corp.grupos.com.br (Postfix, from userid 1010)
	id 6A21C20A77; Thu,  9 Sep 2004 10:18:20 -0300 (BRT)
Message-Id: <20040909131820.6A21C20A77@corp.grupos.com.br>
Date: Thu,  9 Sep 2004 10:18:20 -0300 (BRT)
From: Antnio Carlos Venncio Jnior <antonio@php.net>
Reply-To: Antnio Carlos Venncio Jnior <antonio@php.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Mathieu Arnold <mat@FreeBSD.org>
Subject: Update port: mail/pear-Mail to 1.1.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71526
>Category:       ports
>Synopsis:       Update port: mail/pear-Mail to 1.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 09 13:20:28 GMT 2004
>Closed-Date:    Tue Oct 12 18:18:52 GMT 2004
>Last-Modified:  Tue Oct 12 18:18:52 GMT 2004
>Originator:     Antnio Carlos Venncio Jnior
>Release:        FreeBSD 5.3-BETA1 i386
>Organization:
>Environment:
System: FreeBSD antonio.grupos.com.br 5.3-BETA1 FreeBSD 5.3-BETA1 #4: Wed Aug 25 09:57:05 BRT 2004 root@antonio.grupos.com.br:/usr/src/sys/i386/compile/ANTONIO i386
>Description:
+ update to 1.1.4
+ take maintainership
+ fixed dependency
+ added tests
+ added option to install PEAR::Net_SMTP
>How-To-Repeat:
>Fix:

--- Makefile.old	Thu Sep  9 08:40:06 2004
+++ Makefile	Thu Sep  9 10:05:37 2004
@@ -6,18 +6,29 @@
 #
 
 PORTNAME=	Mail
-PORTVERSION=	1.1.3
+PORTVERSION=	1.1.4
 CATEGORIES=	mail www pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	antonio@php.net
 COMMENT=	PEAR class that provides multiple interfaces for sending emails
 
-BUILD_DEPENDS=	${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
+BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
+USE_PHP=	yes
+
 FILES=		Mail.php Mail/mail.php Mail/null.php Mail/sendmail.php	\
 		Mail/smtp.php Mail/RFC822.php
+TESTS=		rfc822.phpt
+
+LATEST_LINK=	pear-Mail
+OPTIONS=	PEAR_NET_SMTP "PEAR::Net_SMTP support" off
 
 .include <bsd.port.pre.mk>
+
+.if defined(WITH_PEAR_NET_SMTP)
+BUILD_DEPENDS+=	${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
+.endif
+
 .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
 .include <bsd.port.post.mk>

--- distinfo.old	Thu Sep  9 10:06:21 2004
+++ distinfo	Thu Sep  9 10:06:30 2004
@@ -1,2 +1,2 @@
-MD5 (PEAR/Mail-1.1.3.tgz) = 88e15d4218bb3b0d29f7d234e96096e6
-SIZE (PEAR/Mail-1.1.3.tgz) = 13415
+MD5 (PEAR/Mail-1.1.4.tgz) = 3e14fef5bd418de87214a3271ffc4549
+SIZE (PEAR/Mail-1.1.4.tgz) = 14548
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: Tue Oct 12 18:18:09 GMT 2004 
State-Changed-Why:  

Committed, thanks! 

(remark: USE_PHP is not useful) 


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