From d843b7589e3c45a3d59ea0d37067306340717a09 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Tue, 12 Oct 2004 18:17:43 +0000 Subject: + update to 1.1.4 + take maintainership + added tests + added option to install PEAR::Net_SMTP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: ports/71526 Submitted by: Antônio Carlos Venâncio Júnior --- mail/pear-Mail/Makefile | 15 ++++++++++++--- mail/pear-Mail/distinfo | 4 ++-- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'mail/pear-Mail') diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index e7141b99f27e..5582b98b00b5 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -6,18 +6,27 @@ # 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} 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 # Required for OPTIONS +OPTIONS= PEAR_NET_SMTP "PEAR::Net_SMTP support" off .include + +.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 diff --git a/mail/pear-Mail/distinfo b/mail/pear-Mail/distinfo index 068abfa6bef5..a7a11b197867 100644 --- a/mail/pear-Mail/distinfo +++ b/mail/pear-Mail/distinfo @@ -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 -- cgit v1.2.3