diff options
author | wen <wen@FreeBSD.org> | 2016-09-04 16:46:46 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-09-04 16:46:46 +0800 |
commit | 5d98c787113dbfd29da0cfe72de7a3565f1c4bad (patch) | |
tree | 5c2ac03938cff706c3fe1f3db4f41cb648314377 /mail | |
parent | 6c3e219da22051b0e9281cdf1a7540bda30a177f (diff) | |
download | freebsd-ports-gnome-5d98c787113dbfd29da0cfe72de7a3565f1c4bad.tar.gz freebsd-ports-gnome-5d98c787113dbfd29da0cfe72de7a3565f1c4bad.tar.zst freebsd-ports-gnome-5d98c787113dbfd29da0cfe72de7a3565f1c4bad.zip |
- 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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Mail_mimeDecode/Makefile | 5 | ||||
-rw-r--r-- | mail/pear-Mail_mimeDecode/distinfo | 5 | ||||
-rw-r--r-- | mail/pear-Mail_mimeDecode/pkg-descr | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/mail/pear-Mail_mimeDecode/Makefile b/mail/pear-Mail_mimeDecode/Makefile index a465928946c9..3fe323f0ee1d 100644 --- a/mail/pear-Mail_mimeDecode/Makefile +++ b/mail/pear-Mail_mimeDecode/Makefile @@ -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 diff --git a/mail/pear-Mail_mimeDecode/distinfo b/mail/pear-Mail_mimeDecode/distinfo index 42b338852cc7..732fb45c3e0a 100644 --- a/mail/pear-Mail_mimeDecode/distinfo +++ b/mail/pear-Mail_mimeDecode/distinfo @@ -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 diff --git a/mail/pear-Mail_mimeDecode/pkg-descr b/mail/pear-Mail_mimeDecode/pkg-descr index 9696c5a449b6..5a67e8fec13c 100644 --- a/mail/pear-Mail_mimeDecode/pkg-descr +++ b/mail/pear-Mail_mimeDecode/pkg-descr @@ -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 |