From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 9 18:40:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254AD16A7FE for ; Tue, 9 Nov 2004 18:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E752043D2D for ; Tue, 9 Nov 2004 18:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iA9IeR9p098225 for ; Tue, 9 Nov 2004 18:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA9IeRsD098223; Tue, 9 Nov 2004 18:40:27 GMT (envelope-from gnats) Resent-Date: Tue, 9 Nov 2004 18:40:27 GMT Resent-Message-Id: <200411091840.iA9IeRsD098223@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36FFD16A4D2 for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73741: Update port: net/pear-Net_SMTP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 18:40:28 -0000 >Number: 73741 >Category: ports >Synopsis: Update port: net/pear-Net_SMTP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 09 18:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >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 + +.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 >Release-Note: >Audit-Trail: >Unformatted: