Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 16:44:27 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400744 - head/www/pecl-yaf
Message-ID:  <201511041644.tA4GiRde086501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Nov  4 16:44:27 2015
New Revision: 400744
URL: https://svnweb.freebsd.org/changeset/ports/400744

Log:
  1: upgrade to 2.3.5.
  2: switch to USES.
  3: remove IGNORE_WITH_PHP, it's compileable with php5.6 now.
  
  PR:		204260
  Submitted by:	maintainer, me [2|3]

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

Modified: head/www/pecl-yaf/Makefile
==============================================================================
--- head/www/pecl-yaf/Makefile	Wed Nov  4 16:40:09 2015	(r400743)
+++ head/www/pecl-yaf/Makefile	Wed Nov  4 16:44:27 2015	(r400744)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	yaf
-PORTVERSION=	2.3.3
+PORTVERSION=	2.3.5
 CATEGORIES=	www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	johnpupu@gmail.com
@@ -19,10 +18,10 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS=	--with-php-config=${PREFIX}/bin/php-config
 
+USES=		tar:tgz
 PHP_MODNAME=	${PORTNAME:tl}
 USE_PHP=	yes
 USE_PHPEXT=	yes
 USE_PHPIZE=	yes
-IGNORE_WITH_PHP=	56
 
 .include <bsd.port.mk>

Modified: head/www/pecl-yaf/distinfo
==============================================================================
--- head/www/pecl-yaf/distinfo	Wed Nov  4 16:40:09 2015	(r400743)
+++ head/www/pecl-yaf/distinfo	Wed Nov  4 16:44:27 2015	(r400744)
@@ -1,2 +1,2 @@
-SHA256 (PECL/yaf-2.3.3.tgz) = fb59db901008b157d11c255f1a1492ccd02df2e2ab9869aa4f9fa9fc73272298
-SIZE (PECL/yaf-2.3.3.tgz) = 105260
+SHA256 (PECL/yaf-2.3.5.tgz) = 92b3cea149bce72ea9cc5bac64b03e357b5b1c04bd360df897c0d03afc83bd51
+SIZE (PECL/yaf-2.3.5.tgz) = 104743



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511041644.tA4GiRde086501>