Date: Tue, 9 Nov 2004 16:35:00 -0200 (BRST) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/73741: Update port: net/pear-Net_SMTP Message-ID: <200411091835.iA9IZ0bf000933@digitalsign.com> Resent-Message-ID: <200411091840.iA9IeRsD098223@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411091835.iA9IZ0bf000933>