ports/73741: Update port: net/pear-Net_SMTP

Antonio Carlos Venancio Junior antonio at php.net
Tue Nov 9 18:40:28 UTC 2004


>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 at 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 at 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 at FreeBSD.org
+MAINTAINER=	antonio at 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:



More information about the freebsd-ports-bugs mailing list