Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2012 01:24:47 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306045 - head/www/pecl-yaf
Message-ID:  <201210180124.q9I1Olh7009371@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <johnpupu@gmail.com> (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 <johnpupu@gmail.com>
-#
+# Created by: johnpupu <johnpupu@gmail.com>
 # $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



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