svn commit: r435409 - head/www/pecl-yar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 4 13:49:26 UTC 2017


Author: sunpoet
Date: Sat Mar  4 13:49:25 2017
New Revision: 435409
URL: https://svnweb.freebsd.org/changeset/ports/435409

Log:
  Update to 2.0.1
  
  - Use USES=localbase
  - Update IGNORE_WITH_PHP
  
  Changes:	https://pecl.php.net/package-changelog.php?package=yar
  PR:		217521
  Submitted by:	John Chen <johnpupu at gmail.com> (maintainer)

Modified:
  head/www/pecl-yar/Makefile
  head/www/pecl-yar/distinfo

Modified: head/www/pecl-yar/Makefile
==============================================================================
--- head/www/pecl-yar/Makefile	Sat Mar  4 13:49:20 2017	(r435408)
+++ head/www/pecl-yar/Makefile	Sat Mar  4 13:49:25 2017	(r435409)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yar
-PORTVERSION=	1.2.5
-PORTREVISION=	1
+PORTVERSION=	2.0.1
 CATEGORIES=	www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -14,12 +13,9 @@ COMMENT=	Yar (Yet another RPC framework)
 
 LICENSE=	PHP301
 
-USES=		php:ext tar:tgz
+USES=		localbase php:ext tar:tgz
 USE_PHP=	json:build curl:build
-IGNORE_WITH_PHP=	70
-
-CFLAGS+=	-I${LOCALBASE}/include
-CONFIGURE_ARGS=	--with-php-config=${PREFIX}/bin/php-config
+IGNORE_WITH_PHP=56
 
 OPTIONS_DEFINE=	MSGPACK
 MSGPACK_DESC=	Enable MSGPACK module

Modified: head/www/pecl-yar/distinfo
==============================================================================
--- head/www/pecl-yar/distinfo	Sat Mar  4 13:49:20 2017	(r435408)
+++ head/www/pecl-yar/distinfo	Sat Mar  4 13:49:25 2017	(r435409)
@@ -1,2 +1,3 @@
-SHA256 (PECL/yar-1.2.5.tgz) = b3531c9588567cac3274f37d6eae4120c8bd3bf767ca8a0f7295c2038eec182d
-SIZE (PECL/yar-1.2.5.tgz) = 38595
+TIMESTAMP = 1486911783
+SHA256 (PECL/yar-2.0.1.tgz) = f3b5617087afa1deffba8f0cdcbbd587589ff6c58af8da1c98437837f01114a4
+SIZE (PECL/yar-2.0.1.tgz) = 37917


More information about the svn-ports-all mailing list