svn commit: r421315 - head/mail/pear-Mail_mimeDecode

Wen Heping wen at FreeBSD.org
Sun Sep 4 08:46:47 UTC 2016


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 at 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 at FreeBSD.org
+MAINTAINER=	dbaio at 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


More information about the svn-ports-head mailing list