Date: Wed, 4 Jul 2007 02:08:02 GMT From: Zhen REN <bg1tpt@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/114276: [UPDATE] update mail/pear-Mail_Mime to 1.5.2 Message-ID: <200707040208.l64282wE044083@www.freebsd.org> Resent-Message-ID: <200707040210.l642A7UY003740@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114276 >Category: ports >Synopsis: [UPDATE] update mail/pear-Mail_Mime to 1.5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 02:10:06 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Zhen REN >Release: 6.2-STABLE >Organization: >Environment: FreeBSD razor 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Apr 29 09:30:52 CST 2007 root@razor:/usr/obj/usr/src/sys/RAZOR i386 >Description: Update mail/pear-Mail_Mime to 1.5.2. They start a new project for mail_mimeDecode which in Mail_Mime before. But, they depend each other to run the tests. But ports can not depend each other. So I didn't add any dependence to the port. Is there any method to make this beautiful? Thanks. >How-To-Repeat: N/A >Fix: N/A Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/pear-Mail_Mime/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 28 May 2007 21:22:07 -0000 1.19 +++ Makefile 4 Jul 2007 02:04:06 -0000 @@ -6,10 +6,10 @@ # PORTNAME= Mail_Mime -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.2 PORTEPOCH= 1 CATEGORIES= mail www pear -DISTNAME= Mail_Mime-1.4.0 +DISTNAME= Mail_Mime-1.5.1 MAINTAINER= bg1tpt@gmail.com COMMENT= PEAR classes to create and decode MIME messages @@ -18,9 +18,21 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Mail -FILES= mime.php mimeDecode.php mimePart.php +FILES= mime.php mimePart.php DATA= xmail.dtd xmail.xsl _DATADIR= . +SCRIPTFILES= phail.php +TESTS= class-filename.phpt encoding_case.phpt sleep_wakeup_EOL-bug3488-part1.phpt \ + sleep_wakeup_EOL-bug3488-part2.phpt tabs_quoted_printable.phpt \ + test_Bug_30_1.phpt test_Bug_30_2.phpt test_Bug_30_3.phpt test_Bug_30_4.phpt \ + test_Bug_3513_1.phpt test_Bug_3513_2.phpt test_Bug_3513_3.phpt \ + test_Bug_7561_1.phpt test_Bug_8223_1.phpt test_Bug_8386_1.phpt \ + test_Bug_8541_1.phpt test_Bug_9558_1.phpt test_Bug_9722_1.phpt \ + test_Bug_9725_1.phpt test_Bug_9976_1.phpt test_Bug_10298_1.phpt \ + test_Bug_10596_1.phpt test_Bug_10816_1.phpt + +post-extract: + ${MV} ${WRKSRC}/scripts/phail.php ${WRKSRC}/pear-phail.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/pear-Mail_Mime/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 25 May 2007 21:50:55 -0000 1.11 +++ distinfo 4 Jul 2007 01:33:44 -0000 @@ -1,3 +1,3 @@ -MD5 (PEAR/Mail_Mime-1.4.0.tgz) = 71bf9236960ccc1196a6ff1729044cbf -SHA256 (PEAR/Mail_Mime-1.4.0.tgz) = 2e1b1ad1a1b41a646ef317e5fed4d8d19e256b5486f571be03f884ec37cfbfbc -SIZE (PEAR/Mail_Mime-1.4.0.tgz) = 28636 +MD5 (PEAR/Mail_Mime-1.5.1.tgz) = aeba0fcace20393e0c313db125ba5e3c +SHA256 (PEAR/Mail_Mime-1.5.1.tgz) = c7ba40076fc534f45918e6f7ea949585ed7d6518fa24e8dfa22326952eb97665 +SIZE (PEAR/Mail_Mime-1.5.1.tgz) = 22045 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707040208.l64282wE044083>