From owner-svn-ports-head@FreeBSD.ORG Thu Oct 18 01:24:47 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 591EEA06; Thu, 18 Oct 2012 01:24:47 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3FD078FC0A; Thu, 18 Oct 2012 01:24:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9I1OluU009374; Thu, 18 Oct 2012 01:24:47 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9I1Olh7009371; Thu, 18 Oct 2012 01:24:47 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210180124.q9I1Olh7009371@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 18 Oct 2012 01:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306045 - head/www/pecl-yaf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 01:24:47 -0000 Author: jhale Date: Thu Oct 18 01:24:46 2012 New Revision: 306045 URL: http://svn.freebsd.org/changeset/ports/306045 Log: - Update to 2.1.18 While here: - Trim Makefile header - Drop ABI version number from LIB_DEPENDS PR: ports/170414 Submitted by: John Chen (maintainer) Approved by: makc, avilla (mentors, implicit) Feature safe: yes Modified: head/www/pecl-yaf/Makefile head/www/pecl-yaf/distinfo (contents, props changed) Modified: head/www/pecl-yaf/Makefile ============================================================================== --- head/www/pecl-yaf/Makefile Thu Oct 18 01:19:07 2012 (r306044) +++ head/www/pecl-yaf/Makefile Thu Oct 18 01:24:46 2012 (r306045) @@ -1,12 +1,8 @@ -# New ports collection makefile for: php-yaf -# Date created: 13 May 2011 -# Whom: johnpupu -# +# Created by: johnpupu # $FreeBSD$ -# PORTNAME= yaf -PORTVERSION= 2.1.17 +PORTVERSION= 2.1.18 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,7 +12,7 @@ DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com COMMENT= Yaf is a php framework, the difference is yaf is a PHP Extension -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre:${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 Thu Oct 18 01:19:07 2012 (r306044) +++ head/www/pecl-yaf/distinfo Thu Oct 18 01:24:46 2012 (r306045) @@ -1,2 +1,2 @@ -SHA256 (PECL/yaf-2.1.17.tgz) = b0177d8ee0c69517a9f9a06622f45e3c06ad2c32a1d648541267890eaee38f70 -SIZE (PECL/yaf-2.1.17.tgz) = 82505 +SHA256 (PECL/yaf-2.1.18.tgz) = e4ab0fde812c58f3151633a7986d3e0401441b71fc0962fc058a7e9ddcb45f98 +SIZE (PECL/yaf-2.1.18.tgz) = 82647