Index: head/mail/pear-Mail/Makefile =================================================================== --- head/mail/pear-Mail/Makefile (revision 119078) +++ head/mail/pear-Mail/Makefile (revision 119079) @@ -1,23 +1,32 @@ # Ports collection makefile for: pear-Mail # Date created: 26 November 2002 # Whom: Thierry Thomas () # # $FreeBSD$ # 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 Property changes on: head/mail/pear-Mail/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/mail/pear-Mail/distinfo =================================================================== --- head/mail/pear-Mail/distinfo (revision 119078) +++ head/mail/pear-Mail/distinfo (revision 119079) @@ -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 Property changes on: head/mail/pear-Mail/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property