ports/71526: Update port: mail/pear-Mail to 1.1.4
Antônio Carlos Venâncio Júnior
antonio at php.net
Thu Sep 9 13:20:29 UTC 2004
>Number: 71526
>Category: ports
>Synopsis: Update port: mail/pear-Mail to 1.1.4
>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: Thu Sep 09 13:20:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Antônio Carlos Venâncio Júnior
>Release: FreeBSD 5.3-BETA1 i386
>Organization:
>Environment:
System: FreeBSD antonio.grupos.com.br 5.3-BETA1 FreeBSD 5.3-BETA1 #4: Wed Aug 25 09:57:05 BRT 2004 root at antonio.grupos.com.br:/usr/src/sys/i386/compile/ANTONIO i386
>Description:
+ update to 1.1.4
+ take maintainership
+ fixed dependency
+ added tests
+ added option to install PEAR::Net_SMTP
>How-To-Repeat:
>Fix:
--- Makefile.old Thu Sep 9 08:40:06 2004
+++ Makefile Thu Sep 9 10:05:37 2004
@@ -6,18 +6,29 @@
#
PORTNAME= Mail
-PORTVERSION= 1.1.3
+PORTVERSION= 1.1.4
CATEGORIES= mail www pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= antonio at 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}
+USE_PHP= yes
+
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
+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>
--- distinfo.old Thu Sep 9 10:06:21 2004
+++ distinfo Thu Sep 9 10:06:30 2004
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list