View | Details | Raw Unified | Return to bug 213317
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 textproc/pecl-yaml
10
  AUTHOR: XXX@FreeBSD.org
11
12
  The pecl-yaml has been upgraded to version 2.0.0, and the new version is
13
  not compatible with PHP5. If you need PHP5 support, you can find version
14
  1.3.0 in textproc/pecl-yaml1.
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
(-)textproc/Makefile (+1 lines)
Lines 1188-1193 Link Here
1188
    SUBDIR += pecl-xdiff2
1188
    SUBDIR += pecl-xdiff2
1189
    SUBDIR += pecl-xslcache
1189
    SUBDIR += pecl-xslcache
1190
    SUBDIR += pecl-yaml
1190
    SUBDIR += pecl-yaml
1191
    SUBDIR += pecl-yaml1
1191
    SUBDIR += peco
1192
    SUBDIR += peco
1192
    SUBDIR += perl2html
1193
    SUBDIR += perl2html
1193
    SUBDIR += permute
1194
    SUBDIR += permute
(-)textproc/pecl-yaml/Makefile (-4 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	yaml
4
PORTNAME=	yaml
5
PORTVERSION=	1.3.0
5
PORTVERSION=	2.0.0
6
CATEGORIES=	textproc pear
6
CATEGORIES=	textproc pear
7
MASTER_SITES=	http://pecl.php.net/get/
7
MASTER_SITES=	http://pecl.php.net/get/
8
PKGNAMEPREFIX=	pecl-
8
PKGNAMEPREFIX=	pecl-
Lines 16-24 Link Here
16
16
17
LIB_DEPENDS=	libyaml.so:textproc/libyaml
17
LIB_DEPENDS=	libyaml.so:textproc/libyaml
18
18
19
PORTSCOUT=	limit:^1.*
20
21
USES=		php:ext tar:tgz
19
USES=		php:ext tar:tgz
22
IGNORE_WITH_PHP=	70 71
20
IGNORE_WITH_PHP=	56
23
21
24
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)textproc/pecl-yaml/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1475959575
1
TIMESTAMP = 1489858473
2
SHA256 (PECL/yaml-1.3.0.tgz) = bf4696386fbd4e8435628d84ccb8c261c9e481888c7e1ce537cccceadcb57500
2
SHA256 (PECL/yaml-2.0.0.tgz) = ef13ff56c184290c025a522bf9ae2e1b3ecc8543c3a5161dd02adec90897a221
3
SIZE (PECL/yaml-1.3.0.tgz) = 37075
3
SIZE (PECL/yaml-2.0.0.tgz) = 37960
(-)textproc/pecl-yaml1/Makefile (+1 lines)
Lines 6-11 Link Here
6
CATEGORIES=	textproc pear
6
CATEGORIES=	textproc pear
7
MASTER_SITES=	http://pecl.php.net/get/
7
MASTER_SITES=	http://pecl.php.net/get/
8
PKGNAMEPREFIX=	pecl-
8
PKGNAMEPREFIX=	pecl-
9
PKGNAMESUFFIX=	1
9
DIST_SUBDIR=	PECL
10
DIST_SUBDIR=	PECL
10
11
11
MAINTAINER=	dbaio@bsd.com.br
12
MAINTAINER=	dbaio@bsd.com.br

Return to bug 213317