Date: Sun, 19 Mar 2017 00:32:50 +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: r436456 - in head: . textproc textproc/pecl-yaml textproc/pecl-yaml1 Message-ID: <201703190032.v2J0WohZ022882@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 19 00:32:50 2017 New Revision: 436456 URL: https://svnweb.freebsd.org/changeset/ports/436456 Log: 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) Added: head/textproc/pecl-yaml1/ - copied from r436413, head/textproc/pecl-yaml/ Modified: head/UPDATING head/textproc/Makefile head/textproc/pecl-yaml/Makefile head/textproc/pecl-yaml/distinfo head/textproc/pecl-yaml1/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Mar 19 00:32:25 2017 (r436455) +++ head/UPDATING Sun Mar 19 00:32:50 2017 (r436456) @@ -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 Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 19 00:32:25 2017 (r436455) +++ head/textproc/Makefile Sun Mar 19 00:32:50 2017 (r436456) @@ -1188,6 +1188,7 @@ SUBDIR += pecl-xdiff2 SUBDIR += pecl-xslcache SUBDIR += pecl-yaml + SUBDIR += pecl-yaml1 SUBDIR += peco SUBDIR += perl2html SUBDIR += permute Modified: head/textproc/pecl-yaml/Makefile ============================================================================== --- head/textproc/pecl-yaml/Makefile Sun Mar 19 00:32:25 2017 (r436455) +++ head/textproc/pecl-yaml/Makefile Sun Mar 19 00:32:50 2017 (r436456) @@ -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> Modified: head/textproc/pecl-yaml/distinfo ============================================================================== --- head/textproc/pecl-yaml/distinfo Sun Mar 19 00:32:25 2017 (r436455) +++ head/textproc/pecl-yaml/distinfo Sun Mar 19 00:32:50 2017 (r436456) @@ -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 Modified: head/textproc/pecl-yaml1/Makefile ============================================================================== --- head/textproc/pecl-yaml/Makefile Sat Mar 18 14:42:11 2017 (r436413) +++ head/textproc/pecl-yaml1/Makefile Sun Mar 19 00:32:50 2017 (r436456) @@ -6,6 +6,7 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703190032.v2J0WohZ022882>