From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 1 20:50:04 2005 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 27DAE16A4CE for ; Fri, 1 Apr 2005 20:50:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B870243D46 for ; Fri, 1 Apr 2005 20:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j31Ko3XV077584 for ; Fri, 1 Apr 2005 20:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j31Ko3Xm077583; Fri, 1 Apr 2005 20:50:03 GMT (envelope-from gnats) Resent-Date: Fri, 1 Apr 2005 20:50:03 GMT Resent-Message-Id: <200504012050.j31Ko3Xm077583@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, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D6116A4CE for ; Fri, 1 Apr 2005 20:41:13 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12ABE43D45 for ; Fri, 1 Apr 2005 20:41:12 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j31Kf9o7060060 for ; Fri, 1 Apr 2005 17:41:09 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j31Kf2hl060059; Fri, 1 Apr 2005 17:41:02 -0300 (BRT) Message-Id: <200504012041.j31Kf2hl060059@digitalsign.com> Date: Fri, 1 Apr 2005 17:41:02 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/79433: Update port: mail/pear-Mail_Mime to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 20:50:04 -0000 >Number: 79433 >Category: ports >Synopsis: Update port: mail/pear-Mail_Mime to 1.3.0 >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: Fri Apr 01 20:50:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #6: Tue Mar 22 09:46:44 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: mail/pear-Mail_Mime to 1.3.0 + changelog: http://pear.php.net/package/Mail_Mime/download/1.3.0/ + take maintainership + fix BUILD_DEPENDS + add DATA + update pkg-descr >How-To-Repeat: >Fix: diff -ruN pear-Mail_Mime.orig/Makefile pear-Mail_Mime/Makefile --- pear-Mail_Mime.orig/Makefile Fri Apr 1 17:29:47 2005 +++ pear-Mail_Mime/Makefile Fri Apr 1 17:30:30 2005 @@ -6,18 +6,19 @@ # PORTNAME= Mail_Mime -PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTVERSION= 1.3.0 CATEGORIES= mail www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antonio@php.net COMMENT= PEAR classes to create and decode MIME messages -BUILD_DEPENDS= ${PEARDIR}/Mail/mail.php:${PORTSDIR}/mail/pear-Mail +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Mail -FILES= mime.php mimeDecode.php mimePart.php xmail.dtd xmail.xsl +FILES= mime.php mimeDecode.php mimePart.php +DATA= xmail.dtd xmail.xsl +_DATADIR= . .include .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff -ruN pear-Mail_Mime.orig/distinfo pear-Mail_Mime/distinfo --- pear-Mail_Mime.orig/distinfo Fri Apr 1 17:29:47 2005 +++ pear-Mail_Mime/distinfo Fri Apr 1 17:30:40 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/Mail_Mime-1.2.1.tgz) = 667f631d9b128ef559bf97b9cd182c48 -SIZE (PEAR/Mail_Mime-1.2.1.tgz) = 15268 +MD5 (PEAR/Mail_Mime-1.3.0.tgz) = c437e93e5bdd59ff393673ca273a2868 +SIZE (PEAR/Mail_Mime-1.3.0.tgz) = 16417 diff -ruN pear-Mail_Mime.orig/pkg-descr pear-Mail_Mime/pkg-descr --- pear-Mail_Mime.orig/pkg-descr Fri Apr 1 17:29:47 2005 +++ pear-Mail_Mime/pkg-descr Fri Apr 1 17:30:12 2005 @@ -1,3 +1,3 @@ PEAR classes to deal with creation and manipulation of MIME messages. -WWW: http://pear.php.net/manual/en/package.mail.mail-mime.php +WWW: http://pear.php.net/package/Mail_Mime/ >Release-Note: >Audit-Trail: >Unformatted: