From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 9 13:20:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E3216A4D4 for ; Thu, 9 Sep 2004 13:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BED9243D49 for ; Thu, 9 Sep 2004 13:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i89DKS7x082229 for ; Thu, 9 Sep 2004 13:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i89DKSYr082228; Thu, 9 Sep 2004 13:20:28 GMT (envelope-from gnats) Resent-Date: Thu, 9 Sep 2004 13:20:28 GMT Resent-Message-Id: <200409091320.i89DKSYr082228@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antônio Carlos Venâncio Júnior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709BB16A4CE; Thu, 9 Sep 2004 13:18:22 +0000 (GMT) Received: from out01.grupos.com.br (out01.grupos.com.br [200.203.183.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2267843D46; Thu, 9 Sep 2004 13:18:22 +0000 (GMT) (envelope-from antonio@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by out01.grupos.com.br (Postfix) with ESMTP id EF7131A8798; Thu, 9 Sep 2004 10:18:20 -0300 (BRT) Received: by corp.grupos.com.br (Postfix, from userid 1010) id 6A21C20A77; Thu, 9 Sep 2004 10:18:20 -0300 (BRT) Message-Id: <20040909131820.6A21C20A77@corp.grupos.com.br> Date: Thu, 9 Sep 2004 10:18:20 -0300 (BRT) From: Antônio Carlos Venâncio Júnior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Mathieu Arnold Subject: ports/71526: Update port: mail/pear-Mail to 1.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antônio Carlos Venâncio Júnior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 13:20:29 -0000 >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@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@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} +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 + +.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 --- 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: