From antonio@digitalsign.com  Tue Nov  9 18:35:06 2004
Return-Path: <antonio@digitalsign.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 36FFD16A4D2
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Nov 2004 18:35:06 +0000 (GMT)
Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BF99E43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Nov 2004 18:35:02 +0000 (GMT)
	(envelope-from antonio@digitalsign.com)
Received: from digitalsign.com (localhost [127.0.0.1])
	by digitalsign.com (8.12.6/8.12.6) with ESMTP id iA9IZ1I5000937
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 9 Nov 2004 16:35:01 -0200 (BRST)
	(envelope-from antonio@digitalsign.com)
Received: (from antonio@localhost)
	by digitalsign.com (8.12.6/8.12.6/Submit) id iA9IZ0bf000933;
	Tue, 9 Nov 2004 16:35:00 -0200 (BRST)
Message-Id: <200411091835.iA9IZ0bf000933@digitalsign.com>
Date: Tue, 9 Nov 2004 16:35:00 -0200 (BRST)
From: Antonio Carlos Venancio Junior <antonio@php.net>
Reply-To: Antonio Carlos Venancio Junior <antonio@php.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: net/pear-Net_SMTP
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73741
>Category:       ports
>Synopsis:       Update port: net/pear-Net_SMTP
>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:   Tue Nov 09 18:40:27 GMT 2004
>Closed-Date:    Wed Nov 10 00:28:55 GMT 2004
>Last-Modified:  Wed Nov 10 00:28:55 GMT 2004
>Originator:     Antnio Carlos Venncio Jnior <antonio@php.net>
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #2: Tue Nov  9 10:03:13 BRST 2004     root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
+ take maintainership
+ fix BUILD_DEPENDS
  - make PEAR::Auth_SASL support optional
>How-To-Repeat:
>Fix:
--- Makefile.old	Tue Nov  9 16:09:26 2004
+++ Makefile	Tue Nov  9 16:20:09 2004
@@ -7,14 +7,13 @@
 
 PORTNAME=	Net_SMTP
 PORTVERSION=	1.2.6
+PORTREVISION=	1
 CATEGORIES=	net mail www pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	antonio@php.net
 COMMENT=	PEAR class that provides an implementation of the SMTP protocol
 
-BUILD_DEPENDS=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \
-		${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
-# The Auth_SASL package is no longer absolutely required, but it will be used if it is available.
+BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 CATEGORY=	Net
@@ -24,6 +23,14 @@
 EXAMPLES=	basic.php
 _EXAMPLESDIR=	docs/examples
 
+LATEST_LINK=	pear-Net_SMTP
+OPTIONS=	PEAR_AUTH_SASL "PEAR::Auth_SASL support" off
+
 .include <bsd.port.pre.mk>
+
+.if defined(WITH_PEAR_AUTH_SASL)
+BUILD_DEPENDS+=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
+.endif
+
 .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Nov 10 00:28:48 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

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