update to pecl-mailparse-3.1.0

This commit is contained in:
sthen 2020-04-23 13:29:12 +00:00
parent e63e83eee1
commit 1052ceed02
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.28 2019/12/20 14:40:21 sthen Exp $
# $OpenBSD: Makefile,v 1.29 2020/04/23 13:29:12 sthen Exp $
COMMENT = PHP extension for parsing and working with rfc822/MIME mail
COMMENT = PHP extension for parsing and working with plain/MIME email
DISTNAME = mailparse-3.0.4
DISTNAME = mailparse-3.1.0
CATEGORIES = mail
MAINTAINER = Stuart Henderson <sthen@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (mailparse-3.0.4.tgz) = naCrDxUyP4Jl/PuGfwMY7JhbMGAHz/H3ZTy2Hkd9Vjs=
SIZE (mailparse-3.0.4.tgz) = 940428
SHA256 (mailparse-3.1.0.tgz) = bU/Gbnv5G02U9TOdlIbdJv/RhZrK5zsJwO8Rn9LLHJk=
SIZE (mailparse-3.1.0.tgz) = 941058

View File

@ -1,4 +1,4 @@
Mailparse is a PHP extension for parsing and working with
plain and MIME compliant email messages. It is stream based,
so does not keep in-memory copies of the files it processes,
lowering resource use with large messages.
Mailparse is a PHP extension for parsing and working with plain and
MIME compliant email messages. It is stream based, so does not keep
in-memory copies of the files it processes, lowering resource use with
large messages.