svn commit: r436456 - in head: . textproc textproc/pecl-yaml textproc/pecl-yaml1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 19 00:32:52 UTC 2017


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 at 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 at 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 at 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 at bsd.com.br


More information about the svn-ports-all mailing list