diff options
author | novel <novel@FreeBSD.org> | 2005-07-08 22:19:46 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-08 22:19:46 +0800 |
commit | 414f4e0bac76c6bd2e9759890952c16acef013f8 (patch) | |
tree | 8113fae3bf51286ab609440f1c617463e0d78993 /mail/pear-Mail | |
parent | 420b76aa77a7bd888f73482f26e0dd64297d4a36 (diff) | |
download | freebsd-ports-graphics-414f4e0bac76c6bd2e9759890952c16acef013f8.tar.gz freebsd-ports-graphics-414f4e0bac76c6bd2e9759890952c16acef013f8.tar.zst freebsd-ports-graphics-414f4e0bac76c6bd2e9759890952c16acef013f8.zip |
Update to 1.1.5.
PR: 83140
Submitted by: Antonio Carlos Venancio Junior (maintainer)
Diffstat (limited to 'mail/pear-Mail')
-rw-r--r-- | mail/pear-Mail/Makefile | 6 | ||||
-rw-r--r-- | mail/pear-Mail/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index 5582b98b00b..026b2899237 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= mail www pear MAINTAINER= antonio@php.net @@ -19,13 +19,13 @@ 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 +LATEST_LINK= pear-${PORTNAME} 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 +RUN_DEPENDS+= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP .endif .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/mail/pear-Mail/distinfo b/mail/pear-Mail/distinfo index a7a11b19786..9fb53ba8c16 100644 --- a/mail/pear-Mail/distinfo +++ b/mail/pear-Mail/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Mail-1.1.4.tgz) = 3e14fef5bd418de87214a3271ffc4549 -SIZE (PEAR/Mail-1.1.4.tgz) = 14548 +MD5 (PEAR/Mail-1.1.5.tgz) = 38f28b724dbe2f80313c47f309f87eb7 +SIZE (PEAR/Mail-1.1.5.tgz) = 14928 |