aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-19 00:33:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-19 00:33:23 +0000
commit7f099333aca166b82df3f5757ee0bc812a807912 (patch)
tree0ab65385a7a096b0b7de2188ebe46186ab784a1e /mail
parent880ae859ac279ab101b080dc09cedaa6cd3ddbdf (diff)
downloadports-7f099333aca166b82df3f5757ee0bc812a807912.tar.gz
ports-7f099333aca166b82df3f5757ee0bc812a807912.zip
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)
Notes
Notes: svn path=/head/; revision=436457
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/pecl-mailparse/Makefile10
-rw-r--r--mail/pecl-mailparse/distinfo6
-rw-r--r--mail/pecl-mailparse2/Makefile24
-rw-r--r--mail/pecl-mailparse2/distinfo3
-rw-r--r--mail/pecl-mailparse2/pkg-descr7
6 files changed, 42 insertions, 9 deletions
diff --git a/mail/Makefile b/mail/Makefile
index ae916047e0ea..cc72e2f0a2bf 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -487,6 +487,7 @@
SUBDIR += pear-Net_IMAP
SUBDIR += pear-Net_LMTP
SUBDIR += pecl-mailparse
+ SUBDIR += pecl-mailparse2
SUBDIR += pecl-pop3
SUBDIR += perdition
SUBDIR += pflogsumm
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile
index c5c590d9300a..bc539e09284b 100644
--- a/mail/pecl-mailparse/Makefile
+++ b/mail/pecl-mailparse/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mailparse
-PORTVERSION= 2.1.6
-PORTREVISION= 1
+PORTVERSION= 3.0.2
CATEGORIES= mail www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -12,12 +11,11 @@ DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= PECL extension to create and decode MIME messages
-LICENSE= PHP202
-
-PORTSCOUT= limit:^2.*
+LICENSE= PHP301
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:ext tar:tgz
USE_PHP= mbstring:build
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 56
.include <bsd.port.mk>
diff --git a/mail/pecl-mailparse/distinfo b/mail/pecl-mailparse/distinfo
index 8c7db78d170c..6269065b7864 100644
--- a/mail/pecl-mailparse/distinfo
+++ b/mail/pecl-mailparse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476693051
-SHA256 (PECL/mailparse-2.1.6.tgz) = 73705197d2b2ee782efa5477eb2a21432f592c2cb05a72c3a037bbe39e02b5cc
-SIZE (PECL/mailparse-2.1.6.tgz) = 36538
+TIMESTAMP = 1489866577
+SHA256 (PECL/mailparse-3.0.2.tgz) = d81a6f8a48e43fca1c0f0d6c90d666830c24d584a23a60add43062aaf221843b
+SIZE (PECL/mailparse-3.0.2.tgz) = 38206
diff --git a/mail/pecl-mailparse2/Makefile b/mail/pecl-mailparse2/Makefile
new file mode 100644
index 000000000000..4d9199f97218
--- /dev/null
+++ b/mail/pecl-mailparse2/Makefile
@@ -0,0 +1,24 @@
+# Created by: Thierry Thomas (<thierry@pompo.net>)
+# $FreeBSD$
+
+PORTNAME= mailparse
+PORTVERSION= 2.1.6
+PORTREVISION= 1
+CATEGORIES= mail www
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+PKGNAMESUFFIX= 2
+DIST_SUBDIR= PECL
+
+MAINTAINER= dbaio@bsd.com.br
+COMMENT= PECL extension to create and decode MIME messages
+
+LICENSE= PHP202
+
+PORTSCOUT= limit:^2.*
+
+USES= php:ext tar:tgz
+USE_PHP= mbstring:build
+IGNORE_WITH_PHP= 70 71
+
+.include <bsd.port.mk>
diff --git a/mail/pecl-mailparse2/distinfo b/mail/pecl-mailparse2/distinfo
new file mode 100644
index 000000000000..8c7db78d170c
--- /dev/null
+++ b/mail/pecl-mailparse2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476693051
+SHA256 (PECL/mailparse-2.1.6.tgz) = 73705197d2b2ee782efa5477eb2a21432f592c2cb05a72c3a037bbe39e02b5cc
+SIZE (PECL/mailparse-2.1.6.tgz) = 36538
diff --git a/mail/pecl-mailparse2/pkg-descr b/mail/pecl-mailparse2/pkg-descr
new file mode 100644
index 000000000000..c9f9ca014e16
--- /dev/null
+++ b/mail/pecl-mailparse2/pkg-descr
@@ -0,0 +1,7 @@
+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: https://pecl.php.net/package/mailparse