Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 15:20:46 +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: r345729 - head/www/pecl-yaf
Message-ID:  <201402231520.s1NFKkpg088711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 23 15:20:46 2014
New Revision: 345729
URL: http://svnweb.freebsd.org/changeset/ports/345729
QAT: https://qat.redports.org/buildarchive/r345729/

Log:
  - Update to 2.3.2
  - While I'm here, convert to new LIB_DEPENDS format
  
  Changes:	http://pecl.php.net/package-changelog.php?package=yaf
  PR:		ports/186843
  Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)

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

Modified: head/www/pecl-yaf/Makefile
==============================================================================
--- head/www/pecl-yaf/Makefile	Sun Feb 23 15:20:40 2014	(r345728)
+++ head/www/pecl-yaf/Makefile	Sun Feb 23 15:20:46 2014	(r345729)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaf
-PORTVERSION=	2.2.9
+PORTVERSION=	2.3.2
 CATEGORIES=	www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -14,7 +14,7 @@ COMMENT=	MVC framework written as a C PH
 
 LICENSE=	PHP301
 
-LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
 CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS=	--with-php-config=${PREFIX}/bin/php-config

Modified: head/www/pecl-yaf/distinfo
==============================================================================
--- head/www/pecl-yaf/distinfo	Sun Feb 23 15:20:40 2014	(r345728)
+++ head/www/pecl-yaf/distinfo	Sun Feb 23 15:20:46 2014	(r345729)
@@ -1,2 +1,2 @@
-SHA256 (PECL/yaf-2.2.9.tgz) = 6ccae301e6c60b6adcadd50a0c44c34bb6c5a760d5295b842bfd3722001d9db6
-SIZE (PECL/yaf-2.2.9.tgz) = 95034
+SHA256 (PECL/yaf-2.3.2.tgz) = 30dece10e7716982ff25f0117ad630eb65a3fce139a14cb70472f980e302156b
+SIZE (PECL/yaf-2.3.2.tgz) = 105177



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