Created attachment 175541 [details] pecl-mailparse3.shar Mailparse is an extension for parsing and working with email messages. It can deal with rfc822 and rfc2045 (MIME) compliant messages. Mailparse is stream based, which means that it does not keep in-memory copies of the files it processes - so it is very resource efficient when dealing with large messages. WWW: http://pecl.php.net/package/mailparse This version is specific to php70 compared to mail/pecl-mailparse. portlint: OK (looks fine.) testport: poudriere: i386, 9.3 (OK) poudriere: amd64, 9.3 (OK) poudriere: i386, 10.3 (OK) poudriere: amd64, 10.3 (OK) poudriere: i386, 12 (OK) poudriere: amd64, 12 (OK)
Created attachment 177633 [details] pecl-mailparse3-v02.shar Removing PHP 55 reference, it was removed on ports r424382 Another round of poudriere build tests: portlint: OK (looks fine.) testport: poudriere: i386, 9.3 (OK) poudriere: amd64, 9.3 (OK) poudriere: i386, 10.3 (OK) poudriere: amd64, 10.3 (OK) poudriere: i386, 11 (OK) poudriere: amd64, 11 (OK) poudriere: i386, 12 (OK) poudriere: amd64, 12 (OK)
Created attachment 178161 [details] pecl-mailparse3-v03.shar Updating .shar from 3.0.1 to 3.0.2 Another round of poudriere build tests: portlint: OK (looks fine.) testport: poudriere: i386, 9.3 (OK) poudriere: amd64, 9.3 (OK) poudriere: i386, 10.3 (OK) poudriere: amd64, 10.3 (OK) poudriere: i386, 11 (OK) poudriere: amd64, 11 (OK) poudriere: i386, 12 (OK) poudriere: amd64, 12 (OK)
Please consider: - Add mail/pecl-mailparse2 for 2.x (via svn cp) - Update mail/pecl-mailparse to 3.0.2
Created attachment 180933 [details] pecl-mailparse-3.0.2.patch - Update to 3.0.2 - Set new license PHP301 - Copy mail/pecl-mailparse to mail/pecl-mailparse2 Changes: https://pecl.php.net/package-changelog.php?package=mailparse Before applying the patch, execute: $ svn copy mail/pecl-mailparse mail/pecl-mailparse2 [Q/A] mail/pecl-mailparse: portlint mail/pecl-mailparse: looks fine. testport: DEFAULT_VERSIONS+= php=7.0 poudriere: i386|amd64 - 10.3 p17 (OK) poudriere: i386|amd64 - 11 p8 (OK) poudriere: i386|amd64 - 12 r315219 (OK) mail/pecl-mailparse2: portlint: WARN: [...]/distinfo: [1]: TIMESTAMP is over 30 days old. testport: poudriere: i386|amd64 - 10.3 p17 (OK) poudriere: i386|amd64 - 11 p8 (OK) poudriere: i386|amd64 - 12 r315219 (OK)
A commit references this bug: Author: sunpoet Date: Sun Mar 19 00:33:24 UTC 2017 New revision: 436457 URL: https://svnweb.freebsd.org/changeset/ports/436457 Log: Update to 3.0.2 - Add pecl-mailparse2 2.1.6 (copied from pecl-mailparse) - Add UPDATING entry Changes: https://pecl.php.net/package-changelog.php?package=mailparse PR: 213319 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer) Changes: head/UPDATING head/mail/Makefile head/mail/pecl-mailparse/Makefile head/mail/pecl-mailparse/distinfo head/mail/pecl-mailparse2/ head/mail/pecl-mailparse2/Makefile
Committed. Thanks!