diff options
author | thierry <thierry@FreeBSD.org> | 2004-10-13 02:17:43 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-10-13 02:17:43 +0800 |
commit | dfbea5960980b52a72ffa681aa62a8a2b19c9752 (patch) | |
tree | c4849d4fc4afc7e8fdaa912fb05d721eff3d1b12 /mail/pear-Mail | |
parent | a1073e8680226a63322d6f49800e124d0d1422e9 (diff) | |
download | freebsd-ports-gnome-dfbea5960980b52a72ffa681aa62a8a2b19c9752.tar.gz freebsd-ports-gnome-dfbea5960980b52a72ffa681aa62a8a2b19c9752.tar.zst freebsd-ports-gnome-dfbea5960980b52a72ffa681aa62a8a2b19c9752.zip |
+ update to 1.1.4
+ take maintainership
+ added tests
+ added option to install PEAR::Net_SMTP
PR: ports/71526
Submitted by: Antônio Carlos Venâncio Júnior
Diffstat (limited to 'mail/pear-Mail')
-rw-r--r-- | mail/pear-Mail/Makefile | 15 | ||||
-rw-r--r-- | mail/pear-Mail/distinfo | 4 |
2 files changed, 14 insertions, 5 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.post.mk> 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 |