From owner-svn-ports-head@freebsd.org Sun Sep 4 08:46:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F5D2BCE90E; Sun, 4 Sep 2016 08:46:47 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 553DB33C; Sun, 4 Sep 2016 08:46:47 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u848kkOG051435; Sun, 4 Sep 2016 08:46:46 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u848kk2Q051432; Sun, 4 Sep 2016 08:46:46 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201609040846.u848kk2Q051432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 4 Sep 2016 08:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421315 - head/mail/pear-Mail_mimeDecode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2016 08:46:47 -0000 Author: wen Date: Sun Sep 4 08:46:46 2016 New Revision: 421315 URL: https://svnweb.freebsd.org/changeset/ports/421315 Log: - Update to 1.5.6 - Remove BUILD_DEPENDS (Not necessary) - Update pkg-descr file - Pass maintainership to submitter PR: 212298 Submitted by: dbaio@bsd.com.br Modified: head/mail/pear-Mail_mimeDecode/Makefile head/mail/pear-Mail_mimeDecode/distinfo head/mail/pear-Mail_mimeDecode/pkg-descr Modified: head/mail/pear-Mail_mimeDecode/Makefile ============================================================================== --- head/mail/pear-Mail_mimeDecode/Makefile Sun Sep 4 08:30:10 2016 (r421314) +++ head/mail/pear-Mail_mimeDecode/Makefile Sun Sep 4 08:46:46 2016 (r421315) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= Mail_mimeDecode -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 CATEGORIES= mail www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Provides a class to decode mime messages LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime RUN_DEPENDS= ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime USES= pear Modified: head/mail/pear-Mail_mimeDecode/distinfo ============================================================================== --- head/mail/pear-Mail_mimeDecode/distinfo Sun Sep 4 08:30:10 2016 (r421314) +++ head/mail/pear-Mail_mimeDecode/distinfo Sun Sep 4 08:46:46 2016 (r421315) @@ -1,2 +1,3 @@ -SHA256 (PEAR/Mail_mimeDecode-1.5.5.tgz) = e58d162b326ce7687f0e23790124511d56b521a2b465d5481385a5a857c16188 -SIZE (PEAR/Mail_mimeDecode-1.5.5.tgz) = 11554 +TIMESTAMP = 1473002690 +SHA256 (PEAR/Mail_mimeDecode-1.5.6.tgz) = 8323344fb2e3266339675adee6b373dcb9a41c730f34f4141ffe891f2c9818f7 +SIZE (PEAR/Mail_mimeDecode-1.5.6.tgz) = 13258 Modified: head/mail/pear-Mail_mimeDecode/pkg-descr ============================================================================== --- head/mail/pear-Mail_mimeDecode/pkg-descr Sun Sep 4 08:30:10 2016 (r421314) +++ head/mail/pear-Mail_mimeDecode/pkg-descr Sun Sep 4 08:46:46 2016 (r421315) @@ -1,4 +1,7 @@ Provides a class to deal with the decoding and interpreting of mime messages. This package used to be part of the Mail_Mime package, but has been split off. +This class will parse a raw mime email and return the structure. Returned +structure is similar to that returned by imap_fetchstructure(). + WWW: http://pear.php.net/package/Mail_mimeDecode