diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-19 08:32:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-19 08:32:50 +0800 |
commit | 0dd8dffd5bbc11693b39d50f88cf0aaa01891637 (patch) | |
tree | 80257863ef93c24dc05fdff1d744d54b3e192bf9 | |
parent | d8192c4f6f1fcfcf0a506949dbd76883e284be61 (diff) | |
download | freebsd-ports-gnome-0dd8dffd5bbc11693b39d50f88cf0aaa01891637.tar.gz freebsd-ports-gnome-0dd8dffd5bbc11693b39d50f88cf0aaa01891637.tar.zst freebsd-ports-gnome-0dd8dffd5bbc11693b39d50f88cf0aaa01891637.zip |
Update to 2.0.0
- Add pecl-yaml1 1.3.0 (copied from pecl-yaml)
- Add UPDATING entry
Changes: https://pecl.php.net/package-changelog.php?package=yaml
PR: 213317
Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
-rw-r--r-- | UPDATING | 8 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pecl-yaml/Makefile | 6 | ||||
-rw-r--r-- | textproc/pecl-yaml/distinfo | 6 | ||||
-rw-r--r-- | textproc/pecl-yaml1/Makefile | 25 | ||||
-rw-r--r-- | textproc/pecl-yaml1/distinfo | 3 | ||||
-rw-r--r-- | textproc/pecl-yaml1/pkg-descr | 5 |
7 files changed, 47 insertions, 7 deletions
@@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170319: + AFFECTS: users of textproc/pecl-yaml + AUTHOR: dbaio@bsd.com.br + + The pecl-yaml has been upgraded to version 2.0.0, and the new version is + not compatible with PHP5. If you need PHP5 support, you can find version + 1.3.0 in textproc/pecl-yaml1. + 20170316: AFFECTS: users of python setuptools AUTHOR: antoine@FreeBSD.org diff --git a/textproc/Makefile b/textproc/Makefile index 582df91cc168..446d9ac686c2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1188,6 +1188,7 @@ SUBDIR += pecl-xdiff2 SUBDIR += pecl-xslcache SUBDIR += pecl-yaml + SUBDIR += pecl-yaml1 SUBDIR += peco SUBDIR += perl2html SUBDIR += permute diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile index 5bce97f2254a..6da5e4afeb8d 100644 --- a/textproc/pecl-yaml/Makefile +++ b/textproc/pecl-yaml/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaml -PORTVERSION= 1.3.0 +PORTVERSION= 2.0.0 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,9 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libyaml.so:textproc/libyaml -PORTSCOUT= limit:^1.* - USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 56 .include <bsd.port.mk> diff --git a/textproc/pecl-yaml/distinfo b/textproc/pecl-yaml/distinfo index d9b17a4c72e3..05bd395dde17 100644 --- a/textproc/pecl-yaml/distinfo +++ b/textproc/pecl-yaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475959575 -SHA256 (PECL/yaml-1.3.0.tgz) = bf4696386fbd4e8435628d84ccb8c261c9e481888c7e1ce537cccceadcb57500 -SIZE (PECL/yaml-1.3.0.tgz) = 37075 +TIMESTAMP = 1489878416 +SHA256 (PECL/yaml-2.0.0.tgz) = ef13ff56c184290c025a522bf9ae2e1b3ecc8543c3a5161dd02adec90897a221 +SIZE (PECL/yaml-2.0.0.tgz) = 37960 diff --git a/textproc/pecl-yaml1/Makefile b/textproc/pecl-yaml1/Makefile new file mode 100644 index 000000000000..f1d2f2ca40e8 --- /dev/null +++ b/textproc/pecl-yaml1/Makefile @@ -0,0 +1,25 @@ +# Created by: Wen Heping <wen@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= yaml +PORTVERSION= 1.3.0 +CATEGORIES= textproc pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 1 +DIST_SUBDIR= PECL + +MAINTAINER= dbaio@bsd.com.br +COMMENT= YAML-1.1 parser and emitter + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libyaml.so:textproc/libyaml + +PORTSCOUT= limit:^1.* + +USES= php:ext tar:tgz +IGNORE_WITH_PHP= 70 71 + +.include <bsd.port.mk> diff --git a/textproc/pecl-yaml1/distinfo b/textproc/pecl-yaml1/distinfo new file mode 100644 index 000000000000..d9b17a4c72e3 --- /dev/null +++ b/textproc/pecl-yaml1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475959575 +SHA256 (PECL/yaml-1.3.0.tgz) = bf4696386fbd4e8435628d84ccb8c261c9e481888c7e1ce537cccceadcb57500 +SIZE (PECL/yaml-1.3.0.tgz) = 37075 diff --git a/textproc/pecl-yaml1/pkg-descr b/textproc/pecl-yaml1/pkg-descr new file mode 100644 index 000000000000..95b50998c015 --- /dev/null +++ b/textproc/pecl-yaml1/pkg-descr @@ -0,0 +1,5 @@ +pecl-yaml is a YAML-1.1 parser and emitter, it Support for +YAML 1.1 (YAML Ain't Markup Language) serialization using +the LibYAML library. + +WWW: https://pecl.php.net/package/yaml |