View | Details | Raw Unified | Return to bug 213319
Collapse All | Expand All

(-)UPDATING (+8 lines)
Lines 5-10 Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20170318:
9
  AFFECTS: users of mail/pecl-mailparse
10
  AUTHOR: XXX@FreeBSD.org
11
12
  The mail/pecl-mailparse has been upgraded to version 3.0.2, and the new version is
13
  not compatible with PHP5. If you need PHP5 support, you can find version
14
  2.1.6 in mail/pecl-mailparse2.
15
8
20170316:
16
20170316:
9
  AFFECTS: users of python setuptools
17
  AFFECTS: users of python setuptools
10
  AUTHOR: antoine@FreeBSD.org
18
  AUTHOR: antoine@FreeBSD.org
(-)mail/Makefile (+1 lines)
Lines 487-492 Link Here
487
    SUBDIR += pear-Net_IMAP
487
    SUBDIR += pear-Net_IMAP
488
    SUBDIR += pear-Net_LMTP
488
    SUBDIR += pear-Net_LMTP
489
    SUBDIR += pecl-mailparse
489
    SUBDIR += pecl-mailparse
490
    SUBDIR += pecl-mailparse2
490
    SUBDIR += pecl-pop3
491
    SUBDIR += pecl-pop3
491
    SUBDIR += perdition
492
    SUBDIR += perdition
492
    SUBDIR += pflogsumm
493
    SUBDIR += pflogsumm
(-)mail/pecl-mailparse/Makefile (-6 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mailparse
4
PORTNAME=	mailparse
5
PORTVERSION=	2.1.6
5
PORTVERSION=	3.0.2
6
PORTREVISION=	1
7
CATEGORIES=	mail www
6
CATEGORIES=	mail www
8
MASTER_SITES=	http://pecl.php.net/get/
7
MASTER_SITES=	http://pecl.php.net/get/
9
PKGNAMEPREFIX=	pecl-
8
PKGNAMEPREFIX=	pecl-
Lines 12-23 Link Here
12
MAINTAINER=	dbaio@bsd.com.br
11
MAINTAINER=	dbaio@bsd.com.br
13
COMMENT=	PECL extension to create and decode MIME messages
12
COMMENT=	PECL extension to create and decode MIME messages
14
13
15
LICENSE=	PHP202
14
LICENSE=	PHP301
16
15
LICENSE_FILE=	${WRKSRC}/LICENSE
17
PORTSCOUT=	limit:^2.*
18
16
19
USES=		php:ext tar:tgz
17
USES=		php:ext tar:tgz
20
USE_PHP=	mbstring:build
18
USE_PHP=	mbstring:build
21
IGNORE_WITH_PHP=	70 71
19
IGNORE_WITH_PHP=	56
22
20
23
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)mail/pecl-mailparse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1476693051
1
TIMESTAMP = 1489860525
2
SHA256 (PECL/mailparse-2.1.6.tgz) = 73705197d2b2ee782efa5477eb2a21432f592c2cb05a72c3a037bbe39e02b5cc
2
SHA256 (PECL/mailparse-3.0.2.tgz) = d81a6f8a48e43fca1c0f0d6c90d666830c24d584a23a60add43062aaf221843b
3
SIZE (PECL/mailparse-2.1.6.tgz) = 36538
3
SIZE (PECL/mailparse-3.0.2.tgz) = 38206
(-)mail/pecl-mailparse2/Makefile (+1 lines)
Lines 7-12 Link Here
7
CATEGORIES=	mail www
7
CATEGORIES=	mail www
8
MASTER_SITES=	http://pecl.php.net/get/
8
MASTER_SITES=	http://pecl.php.net/get/
9
PKGNAMEPREFIX=	pecl-
9
PKGNAMEPREFIX=	pecl-
10
PKGNAMESUFFIX=	2
10
DIST_SUBDIR=	PECL
11
DIST_SUBDIR=	PECL
11
12
12
MAINTAINER=	dbaio@bsd.com.br
13
MAINTAINER=	dbaio@bsd.com.br

Return to bug 213319