Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 00:33:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436457 - in head: . mail mail/pecl-mailparse mail/pecl-mailparse2
Message-ID:  <201703190033.v2J0XN7V023116@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 19 00:33:23 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)

Added:
  head/mail/pecl-mailparse2/
     - copied from r436413, head/mail/pecl-mailparse/
Modified:
  head/UPDATING
  head/mail/Makefile
  head/mail/pecl-mailparse/Makefile
  head/mail/pecl-mailparse/distinfo
  head/mail/pecl-mailparse2/Makefile

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Mar 19 00:32:50 2017	(r436456)
+++ head/UPDATING	Sun Mar 19 00:33:23 2017	(r436457)
@@ -6,6 +6,14 @@ You should get into the habit of checkin
 you update your ports collection, before attempting any port upgrades.
 
 20170319:
+  AFFECTS: users of mail/pecl-mailparse
+  AUTHOR: dbaio@bsd.com.br
+
+  The mail/pecl-mailparse has been upgraded to version 3.0.2, and the new
+  version is not compatible with PHP5. If you need PHP5 support, you can
+  find version 2.1.6 in mail/pecl-mailparse2.
+
+20170319:
   AFFECTS: users of textproc/pecl-yaml
   AUTHOR: dbaio@bsd.com.br
 

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sun Mar 19 00:32:50 2017	(r436456)
+++ head/mail/Makefile	Sun Mar 19 00:33:23 2017	(r436457)
@@ -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

Modified: head/mail/pecl-mailparse/Makefile
==============================================================================
--- head/mail/pecl-mailparse/Makefile	Sun Mar 19 00:32:50 2017	(r436456)
+++ head/mail/pecl-mailparse/Makefile	Sun Mar 19 00:33:23 2017	(r436457)
@@ -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>

Modified: head/mail/pecl-mailparse/distinfo
==============================================================================
--- head/mail/pecl-mailparse/distinfo	Sun Mar 19 00:32:50 2017	(r436456)
+++ head/mail/pecl-mailparse/distinfo	Sun Mar 19 00:33:23 2017	(r436457)
@@ -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

Modified: head/mail/pecl-mailparse2/Makefile
==============================================================================
--- head/mail/pecl-mailparse/Makefile	Sat Mar 18 14:42:11 2017	(r436413)
+++ head/mail/pecl-mailparse2/Makefile	Sun Mar 19 00:33:23 2017	(r436457)
@@ -7,6 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	mail www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
+PKGNAMESUFFIX=	2
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	dbaio@bsd.com.br



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703190033.v2J0XN7V023116>